gbemu/include/dma.h
2025-02-01 00:48:49 -07:00

8 lines
103 B
C

#pragma once
#include <common.h>
void dma_start(u8 start);
void dma_tick();
bool dma_transferring();