mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-21 12:29:51 +00:00
renaming cpu.h to avoid clash with driverlib file
This commit is contained in:
parent
067c23bd07
commit
a2c3a54287
@ -7,7 +7,7 @@
|
||||
#include "memory.h"
|
||||
#include "spiram.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "CPU.h"
|
||||
#include "hardware.h"
|
||||
|
||||
Memory memory;
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <Energia.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "cpu.h"
|
||||
#include "CPU.h"
|
||||
#include "ports.h"
|
||||
#include "i8080.h"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include <Stream.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "cpu.h"
|
||||
#include "CPU.h"
|
||||
#include "r6502.h"
|
||||
|
||||
#define CPU_STATE_FMT "%02x %02x %02x %02x %d%d%d%d%d%d%d%d %04x\r",\
|
||||
|
2
r65emu.h
2
r65emu.h
@ -2,7 +2,7 @@
|
||||
#define __R65EMU_H__
|
||||
|
||||
#include "memory.h"
|
||||
#include "cpu.h"
|
||||
#include "CPU.h"
|
||||
#include "ram.h"
|
||||
#include "spiram.h"
|
||||
#include "prom.h"
|
||||
|
Loading…
Reference in New Issue
Block a user