1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-08 07:29:37 +00:00
r65emu/r65emu.h
2014-12-08 13:22:02 +00:00

18 lines
295 B
C

#ifndef __R65EMU_H__
#define __R65EMU_H__
#include "memory.h"
#include "cpu.h"
#include "ram.h"
#include "spiram.h"
#include "prom.h"
#include "ps2drv.h"
#include "utftdisplay.h"
#include "keyboard.h"
#include "sdtape.h"
#include "timed.h"
#include "hardware.h"
#include "checkpoint.h"
#endif