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