diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-30 15:14:01 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-30 15:14:01 +1100 |
commit | 9341076be70d53aa78fae9d010c91bc93c5840b9 (patch) | |
tree | e56a141f67379b4545f9e1436cd10d9a9ebd4a1e /src/apple.c | |
parent | d0f5e175f713a52d76d102780e0b899f3984c416 (diff) |
Something running now
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) { |