mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-20 21:29:48 +00:00
16 lines
245 B
C
16 lines
245 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 "hardware.h"
|
|
|
|
#endif
|