mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fixes for idle and other stuff
This commit is contained in:
parent
8ad1d2adf2
commit
0219d379de
6 changed files with 26 additions and 14 deletions
|
@ -353,7 +353,7 @@ struct Pico
|
|||
unsigned short vsram[0x40]; // 0x22180
|
||||
|
||||
unsigned char *rom; // 0x22200
|
||||
unsigned int romsize; // 0x22204
|
||||
unsigned int romsize; // 0x22204 (on 32bits)
|
||||
|
||||
struct PicoMisc m;
|
||||
struct PicoVideo video;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue