comparison genesis.h @ 2037:b0b0c31338c3

Implement TMSS VDP lock
author Michael Pavone <pavone@retrodev.com>
date Sun, 07 Mar 2021 22:44:33 -0800
parents 8b2ef428d1aa
children 638eb2d25696 3748a2a8a4b7
comparison
equal deleted inserted replaced
2036:45c4b74e7676 2037:b0b0c31338c3
70 sega_io io; 70 sega_io io;
71 uint8_t version_reg; 71 uint8_t version_reg;
72 uint8_t bus_busy; 72 uint8_t bus_busy;
73 uint8_t reset_requested; 73 uint8_t reset_requested;
74 uint8_t tmss; 74 uint8_t tmss;
75 uint8_t vdp_unlocked;
75 eeprom_state eeprom; 76 eeprom_state eeprom;
76 nor_state nor; 77 nor_state nor;
77 }; 78 };
78 79
79 #define RAM_WORDS 32 * 1024 80 #define RAM_WORDS 32 * 1024