From ae5a1331b627a44078a178b77ad01a024f6eceec Mon Sep 17 00:00:00 2001 From: joevt Date: Tue, 27 Feb 2024 17:55:43 -0800 Subject: [PATCH] atimach64gx: Remove abort for not loaded ROM. Allows emulating non-ROM variant of a PCI card by just removing the ROM file. --- devices/video/atimach64gx.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devices/video/atimach64gx.cpp b/devices/video/atimach64gx.cpp index fe91fe8..34c9855 100644 --- a/devices/video/atimach64gx.cpp +++ b/devices/video/atimach64gx.cpp @@ -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