diff system.h @ 2179:9a8dd4ba2753

Implement frame advance debugger command
author Michael Pavone <pavone@retrodev.com>
date Sat, 13 Aug 2022 19:37:17 -0700
parents cd057d6fe030
children a8af8d898a7c
line wrap: on
line diff
--- a/system.h	Sat Aug 13 19:16:30 2022 -0700
+++ b/system.h	Sat Aug 13 19:37:17 2022 -0700
@@ -69,6 +69,7 @@
 	arena             *arena;
 	char              *next_rom;
 	char              *save_dir;
+	int               enter_debugger_frames;
 	uint8_t           enter_debugger;
 	uint8_t           should_exit;
 	uint8_t           save_state;