oam timings passing.

This commit is contained in:
2025-05-31 09:17:28 -06:00
parent 09775258aa
commit 8ef1a5cd60
3 changed files with 24 additions and 9 deletions

View File

@ -6,8 +6,10 @@ typedef struct {
bool active;
u8 byte;
u8 value;
u8 value_buffer;
u8 start_delay;
bool transferring;
bool dma_waiting;
} dma_context;
typedef struct {