mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
some support for 128k mode
This commit is contained in:
parent
b0e08dff9a
commit
b71cbbf705
2 changed files with 35 additions and 9 deletions
|
@ -292,7 +292,8 @@ struct PicoVideo
|
|||
unsigned char pending_ints; // pending interrupts: ??VH????
|
||||
signed char lwrite_cnt; // VDP write count during active display line
|
||||
unsigned short v_counter; // V-counter
|
||||
unsigned char pad[0x10];
|
||||
unsigned char addr_u;
|
||||
unsigned char pad[0x0f];
|
||||
};
|
||||
|
||||
struct PicoMisc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue