Add support for Master System cheats.

notaz: drop wrong code (PicoWrite8_z80 are 68k functions, not for sms)
This commit is contained in:
iLag 2017-03-25 19:29:00 -07:00 committed by notaz
parent 8655fd0462
commit ed4a2193f7
2 changed files with 278 additions and 107 deletions

View file

@ -13,6 +13,7 @@ struct patch_inst
unsigned int addr;
unsigned short data;
unsigned short data_old;
unsigned char comp;
};
extern struct patch_inst *PicoPatches;