diff options
author | Michael Pavone <pavone@retrodev.com> | 2021-03-07 22:44:33 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2021-03-07 22:44:33 -0800 |
commit | 8e32d329b4f7780c71da5d91d74b51c24f182805 (patch) | |
tree | 4fa9e43ea367ec3f455b2f6143bc772c946b1da7 /genesis.h | |
parent | 87c1d42cb389b91e2f41f1b5e0a11c859876101d (diff) |
Implement TMSS VDP lock
Diffstat (limited to 'genesis.h')
-rw-r--r-- | genesis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ struct genesis_context { uint8_t bus_busy; uint8_t reset_requested; uint8_t tmss; + uint8_t vdp_unlocked; eeprom_state eeprom; nor_state nor; }; |