1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-03 20:29:29 +00:00
r65emu/r65emu.h
2014-10-18 12:33:48 +01:00

14 lines
198 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 "hardware.h"
#endif