mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Add support for Master System cheats.
notaz: drop wrong code (PicoWrite8_z80 are 68k functions, not for sms)
This commit is contained in:
parent
8655fd0462
commit
ed4a2193f7
2 changed files with 278 additions and 107 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue