Removed old instruction length definiton

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@27 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2015-09-17 04:39:19 +00:00
parent d2a680bdf7
commit 9e84116826
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#define ROM_START 0xF000
#define ROM_SIZE 0x00FF
#define RESET_VECTOR 0xFF00
#define MAX_INSTRUCTION_LEN 32
void fault(void *ctx, const char *e) {
(*(int *)ctx)++;