1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-08 23:29:28 +00:00
r65emu/r65emu.h
2014-11-10 14:16:45 +00:00

17 lines
271 B
C

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