some support for 128k mode

This commit is contained in:
notaz 2017-09-27 00:20:52 +03:00
parent b0e08dff9a
commit b71cbbf705
2 changed files with 35 additions and 9 deletions

View file

@ -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