finished debug menu, working on timing issues.

This commit is contained in:
2025-05-30 19:08:01 -06:00
parent 604a6d79f2
commit 5f957fac84
5 changed files with 16 additions and 9 deletions

View File

@ -12,6 +12,7 @@ typedef struct {
u16 dissasembly_scroll;
u16 dissasembly_target;
u16 dissasembly_pc;
u16 breakpoint;
} debug_context;
void debug_update();