beginning ppu

This commit is contained in:
2025-02-01 00:48:49 -07:00
parent 5206c3871e
commit f4cbfd09c8
25 changed files with 683 additions and 43 deletions

8
include/dma.h Normal file
View File

@ -0,0 +1,8 @@
#pragma once
#include <common.h>
void dma_start(u8 start);
void dma_tick();
bool dma_transferring();