mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Fix dma.h typo
This commit is contained in:
@@ -30,7 +30,7 @@ typedef struct {
|
||||
|
||||
psx_dma_t* psx_dma_create();
|
||||
void psx_dma_init(psx_dma_t*);
|
||||
void psx_dma_perform(psx_dma_t*);
|
||||
void psx_dma_perform(psx_dma_t*, int);
|
||||
uint32_t psx_dma_read32(psx_dma_t*, uint32_t);
|
||||
uint16_t psx_dma_read16(psx_dma_t*, uint32_t);
|
||||
uint8_t psx_dma_read8(psx_dma_t*, uint32_t);
|
||||
|
||||
Reference in New Issue
Block a user