1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-26 12:29:28 +00:00
r65emu/r65emu.h
Stephen Crane 397f580add renaming
2019-02-10 13:58:52 +00:00

20 lines
339 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 "tftdisplay.h"
#include "keyboard.h"
#include "filer.h"
#include "timed.h"
#include "hardware.h"
#include "checkpoint.h"
#include "sound_dac.h"
#include "sound_pwm.h"
#endif