r65emu/r65emu.h

15 lines
223 B
C
Raw Normal View History

2014-10-18 11:33:48 +00:00
#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"
2014-10-18 11:33:48 +00:00
#include "hardware.h"
#endif