From be89e341530ccc61f51d2cec9b29f7e76f74f306 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Mon, 10 Jul 2017 03:38:26 +1000 Subject: (nw) Fixed typo in pc10iii rom name. --- src/mame/drivers/pc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/pc.cpp b/src/mame/drivers/pc.cpp index c6acd94c0a0..1f8da866013 100644 --- a/src/mame/drivers/pc.cpp +++ b/src/mame/drivers/pc.cpp @@ -756,7 +756,7 @@ ROM_START( pc10iii ) ROM_SYSTEM_BIOS(1, "v436", "v4.36") ROMX_LOAD("318085-02.u201", 0x8000, 0x8000, CRC(db0c9d04) SHA1(1314ce606840f4f78e58e5f78909e8971387f387), ROM_BIOS(2)) ROM_SYSTEM_BIOS(2, "v436b", "v4.36b") - ROMX_LOAD("318085-04.u201", 0x8000, 0x8000, CRC(559e6b76) SHA1(cdfd4781f3520db7f5111469ebb29c10b39ab587), ROM_BIOS(3)) + ROMX_LOAD("318085-03.u201", 0x8000, 0x8000, CRC(559e6b76) SHA1(cdfd4781f3520db7f5111469ebb29c10b39ab587), ROM_BIOS(3)) ROM_SYSTEM_BIOS(3, "v436c", "v4.36c") ROMX_LOAD("318085-04.u201", 0x8000, 0x8000, CRC(f81e67f0) SHA1(b46613cb5c6ac4beb769778bc35f81777ebe02e1), ROM_BIOS(4)) ROM_SYSTEM_BIOS(4, "v438", "v4.38") -- cgit v1.2.3