From 32e7979148559b56a6ed1d7898303f9955f50ed8 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Fri, 19 May 2023 02:53:22 +0200 Subject: misc/rawthrillspc.cpp: Replace ASUS BIOS with the Compaq one found on the original Raw Thrills machine (#11243) --- src/mame/misc/rawthrillspc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/misc/rawthrillspc.cpp b/src/mame/misc/rawthrillspc.cpp index 8531bff817a..ef954831f64 100644 --- a/src/mame/misc/rawthrillspc.cpp +++ b/src/mame/misc/rawthrillspc.cpp @@ -119,7 +119,7 @@ ROM_END /* Doodle Jump Arcade, by default, uses a different PC than other Raw Thrills games: - -HP with an Asus M2N68-LA "Narra 3" motherboard (Socket AM3, nForce-based, nVidia MCP61P chipset) + -HP/Compaq Presario VS459AA-ABE CQ5211ES with an Asus M2N68-LA "Narra 3" motherboard (Socket AM3, nForce-based, nVidia MCP61P chipset) * Fintek F8000 + Realtek RTL8201EL + Realtek ALC662 + nVidia NF-6100-430-N-A3 + ST L6740L. -CPU Athlon II CPU (ADX2400CK23GQ). -2GB RAM (single SIMM, PC3-12800) [HP P/N 655409-150]. @@ -130,8 +130,8 @@ ROM_END */ ROM_START( doodlejmp ) ROM_REGION32_LE( 0x100000, "bios", 0 ) - ROM_SYSTEM_BIOS( 0, "1001", "ASUS 1001 (11/17/2010)" ) - ROMX_LOAD( "m2n68-asus-1001.rom", 0x000000, 0x100000, CRC(6f4ff699) SHA1(d43baae25fcfb442ccf2cc716e6051b3795296cd), ROM_BIOS(0) ) + ROM_SYSTEM_BIOS( 0, "0515", "Compaq 5.15 (11/06/2009)" ) + ROMX_LOAD( "m2n68-asus-1001.rom", 0x000000, 0x100000, CRC(e91538ee) SHA1(32add79eba2049205a98fc4e854976e11d102a4c), ROM_BIOS(0) ) DISK_REGION( "ide:0:hdd" ) DISK_IMAGE( "doodlejmp", 0, NO_DUMP ) -- cgit v1.2.3