working on mooneye test suite

This commit is contained in:
2025-05-30 00:35:44 -06:00
parent 4d6973304d
commit 1f55455a65
7 changed files with 87 additions and 44 deletions

View File

@ -7,6 +7,8 @@ typedef struct {
u8 tima;
u8 tma;
u8 tac;
bool tima_needs_reset;
bool tima_just_reset;
} timer_context;
typedef struct {