From f24b01fa9967873e575a56541c9dc7fd4a32eb45 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 19 Jul 2021 14:43:22 +0100 Subject: Misc: Load roms after 0x200 --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 53dd85c..48d35ee 100644 --- a/main.c +++ b/main.c @@ -21,12 +21,12 @@ int main(int argc, char** argv) printf("Hello brother!\n"); - /*for(int i = 0; i < sizeof(emulator.memory); ++i) + for(int i = 0; i < sizeof(emulator.memory); ++i) { printf("%c ", emulator.memory[i]); } - putchar('\n');*/ + putchar('\n'); while(emulator.is_on) { -- cgit 1.4.1