diff genesis.h @ 2184:408fb8a7e990

Implement argumentless variant of z80 debugger command
author Michael Pavone <pavone@retrodev.com>
date Sat, 13 Aug 2022 23:15:00 -0700
parents 8ee7ecbf3f21
children 9ead0fe69d9b
line wrap: on
line diff
--- a/genesis.h	Sat Aug 13 22:57:57 2022 -0700
+++ b/genesis.h	Sat Aug 13 23:15:00 2022 -0700
@@ -74,6 +74,7 @@
 	uint8_t         reset_requested;
 	uint8_t         tmss;
 	uint8_t         vdp_unlocked;
+	uint8_t         enter_z80_debugger;
 	eeprom_state    eeprom;
 	nor_state       nor;
 };