mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-28 06:29:42 +00:00
atimach64gx: Remove abort for not loaded ROM.
Allows emulating non-ROM variant of a PCI card by just removing the ROM file.
This commit is contained in:
parent
a0052b7b9a
commit
ae5a1331b6
@ -143,8 +143,7 @@ AtiMach64Gx::AtiMach64Gx()
|
||||
|
||||
// declare expansion ROM containing FCode and Mac OS drivers
|
||||
if (this->attach_exp_rom_image(std::string("113-32900-004_Apple_MACH64.bin"))) {
|
||||
ABORT_F("%s: could not load ROM - this device won't work properly!",
|
||||
this->name.c_str());
|
||||
LOG_F(WARNING, "%s: could not load ROM - this device won't work properly!", this->name.c_str());
|
||||
}
|
||||
|
||||
// initialize display identification
|
||||
|
Loading…
Reference in New Issue
Block a user