mirror of
https://github.com/LemonBoy/grape.git
synced 2024-11-29 06:50:06 +00:00
god is great
This commit is contained in:
parent
559e637cdb
commit
57802a979c
@ -51,7 +51,7 @@ void emu_init ()
|
|||||||
video_init();
|
video_init();
|
||||||
|
|
||||||
// Load the appropriate bios
|
// 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);
|
valid_crc = valid_rom_crc(crc);
|
||||||
iprintf("BIOS CRC16 %04x (%s)\n", crc, (valid_crc) ? "Valid" : "Invalid");
|
iprintf("BIOS CRC16 %04x (%s)\n", crc, (valid_crc) ? "Valid" : "Invalid");
|
||||||
// Refuse to load a wrong bios
|
// Refuse to load a wrong bios
|
||||||
|
Loading…
Reference in New Issue
Block a user