Indentation

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@84 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2016-02-08 09:50:07 +00:00
parent 729c00f6fe
commit b53a5ce62f
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@
#include "pia.h"
#define BASIC_LOAD_ADDRESS 0xE000
#define ROM_START 0xF000
#define ROM_SIZE 0x00FF
#define RESET_VECTOR 0xFF00
#define BASIC_LOAD_ADDRESS 0xE000
#define ROM_START 0xF000
#define ROM_SIZE 0x00FF
#define RESET_VECTOR 0xFF00
#define DEBUGGER_MESSAGE " [ Hit ` for debugger ] "
static v6502_cpu *cpu;