god is great

This commit is contained in:
LemonBoy 2013-10-13 19:41:43 +00:00
parent 559e637cdb
commit 57802a979c
1 changed files with 1 additions and 1 deletions

View File

@ -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