beginning ppu
This commit is contained in:
8
include/dma.h
Normal file
8
include/dma.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <common.h>
|
||||
|
||||
void dma_start(u8 start);
|
||||
void dma_tick();
|
||||
|
||||
bool dma_transferring();
|
Reference in New Issue
Block a user