1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-05-29 03:41:36 +00:00
r65emu/r65emu.h
2015-12-02 19:41:15 +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