From 57802a979c800462c95fba49e612ef96e40853c3 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sun, 13 Oct 2013 19:41:43 +0000 Subject: [PATCH] god is great --- source/emu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/emu.c b/source/emu.c index 0f872f6..8fa7a22 100644 --- a/source/emu.c +++ b/source/emu.c @@ -51,7 +51,7 @@ void emu_init () video_init(); // Load the appropriate bios - if (load_bin("apple.rom", 0xD000, 0x3000, &crc)) { + if (load_bin("BASIC.ROM", 0xD000, 0x3000, &crc)) { valid_crc = valid_rom_crc(crc); iprintf("BIOS CRC16 %04x (%s)\n", crc, (valid_crc) ? "Valid" : "Invalid"); // Refuse to load a wrong bios