mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-22 03:30:02 +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 "memory.h"
|
||||||
#include "spiram.h"
|
#include "spiram.h"
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "CPU.h"
|
||||||
#include "hardware.h"
|
#include "hardware.h"
|
||||||
|
|
||||||
Memory memory;
|
Memory memory;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <Energia.h>
|
#include <Energia.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "cpu.h"
|
#include "CPU.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
#include "i8080.h"
|
#include "i8080.h"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#include <Stream.h>
|
#include <Stream.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "cpu.h"
|
#include "CPU.h"
|
||||||
#include "r6502.h"
|
#include "r6502.h"
|
||||||
|
|
||||||
#define CPU_STATE_FMT "%02x %02x %02x %02x %d%d%d%d%d%d%d%d %04x\r",\
|
#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__
|
#define __R65EMU_H__
|
||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "cpu.h"
|
#include "CPU.h"
|
||||||
#include "ram.h"
|
#include "ram.h"
|
||||||
#include "spiram.h"
|
#include "spiram.h"
|
||||||
#include "prom.h"
|
#include "prom.h"
|
||||||
|
2
z80.cpp
2
z80.cpp
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
#include "cpu.h"
|
#include "CPU.h"
|
||||||
#include "z80.h"
|
#include "z80.h"
|
||||||
|
|
||||||
#define CPU_STATE_FMT "%04x %02x %02x %04x %04x %04x %04x %d%d%d%d%d%d%d%d\r\n",\
|
#define CPU_STATE_FMT "%04x %02x %02x %04x %04x %04x %04x %d%d%d%d%d%d%d%d\r\n",\
|
||||||
|
Loading…
Reference in New Issue
Block a user