diff options
Diffstat (limited to 'src/apple.c')
-rw-r--r-- | src/apple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apple.c b/src/apple.c index fbb85f7..8a5e73b 100644 --- a/src/apple.c +++ b/src/apple.c @@ -39,7 +39,7 @@ void AppleOn() { Memory = calloc(MEMORY_SIZE, sizeof(byte)); //ROM = calloc(256, sizeof(byte)); InitInstructionTable(); - + PC = 0xFF00; // Load ROM (alternative) /*FILE *ROM_File = fopen ("rom.bin", "rb"); if (ROM_File == NULL) { |