2014-11-10 14:16:45 +00:00
|
|
|
#ifndef __R65EMU_H__
|
|
|
|
#define __R65EMU_H__
|
2014-10-18 11:33:48 +00:00
|
|
|
|
|
|
|
#include "memory.h"
|
2015-12-02 19:41:15 +00:00
|
|
|
#include "CPU.h"
|
2014-10-18 11:33:48 +00:00
|
|
|
#include "ram.h"
|
|
|
|
#include "spiram.h"
|
|
|
|
#include "prom.h"
|
|
|
|
#include "ps2drv.h"
|
2018-11-03 13:30:49 +00:00
|
|
|
#include "tftdisplay.h"
|
2014-10-20 18:19:02 +00:00
|
|
|
#include "keyboard.h"
|
2019-02-11 18:28:38 +00:00
|
|
|
#include "serialio.h"
|
2019-02-10 13:58:52 +00:00
|
|
|
#include "filer.h"
|
2019-03-30 11:55:34 +00:00
|
|
|
#include "flash_filer.h"
|
2019-02-12 18:19:09 +00:00
|
|
|
#include "serial_filer.h"
|
2019-03-26 19:27:25 +00:00
|
|
|
#include "socket_filer.h"
|
2014-11-13 19:20:01 +00:00
|
|
|
#include "timed.h"
|
2014-10-18 11:33:48 +00:00
|
|
|
#include "hardware.h"
|
2018-09-11 16:33:18 +00:00
|
|
|
#include "sound_dac.h"
|
|
|
|
#include "sound_pwm.h"
|
2014-10-18 11:33:48 +00:00
|
|
|
|
|
|
|
#endif
|