dchip-8/src/dchip8.h

12 lines
254 B
C
Raw Permalink Normal View History

2017-04-04 06:27:49 +00:00
#ifndef DCHIP8_H
#define DCHIP8_H
#include "dchip8_platform.h"
bool dchip8_load_rom(wchar_t *filePath);
2017-04-04 12:32:48 +00:00
void dchip8_update(PlatformRenderBuffer renderBuffer, PlatformInput input,
PlatformMemory memory, u32 cyclesToEmulate);
2017-04-04 06:27:49 +00:00
#endif