diff --git a/apple1/main.c b/apple1/main.c index 448e2b2..2430da0 100644 --- a/apple1/main.c +++ b/apple1/main.c @@ -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)++;