AxibugEmuOnline/virtuanessrc097-master/NES/IPS.h

12 lines
500 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __IPS_INCLUDED__
#define __IPS_INCLUDED__
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "typedef.h"
#include "macro.h"
BOOL ApplyIPS( const char* filename, LPBYTE pROM, LONG imagesize );
#endif // !__IPS_INCLUDED__