renaming cpu.h to avoid clash with driverlib file

This commit is contained in:
Stephen Crane 2015-12-02 19:41:15 +00:00
parent 067c23bd07
commit a2c3a54287
6 changed files with 5 additions and 5 deletions

View File

View File

@ -7,7 +7,7 @@
#include "memory.h"
#include "spiram.h"
#include "cpu.h"
#include "CPU.h"
#include "hardware.h"
Memory memory;

View File

@ -1,7 +1,7 @@
#include <Energia.h>
#include "memory.h"
#include "cpu.h"
#include "CPU.h"
#include "ports.h"
#include "i8080.h"

View File

@ -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",\

View File

@ -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"

View File

@ -2,7 +2,7 @@
#include "memory.h"
#include "ports.h"
#include "cpu.h"
#include "CPU.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",\