summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2020-06-15 13:30:37 +0200
committer GitHub <noreply@github.com>2020-06-15 13:30:37 +0200
commita4bbfe753c9301a9f137fb80d34120c11518b631 (patch)
tree1d252c5e31e8c31144e9562b3f2cbafbb6e810b1
parentc32a21f8b0718cf14cf9e9b3e05df94f2859a4ca (diff)
microtch.cpp: Typo on the ROM label (nw)
-rw-r--r--src/devices/machine/microtch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/microtch.cpp b/src/devices/machine/microtch.cpp
index c9d60a4b932..0d88839fe12 100644
--- a/src/devices/machine/microtch.cpp
+++ b/src/devices/machine/microtch.cpp
@@ -359,7 +359,7 @@ INPUT_CHANGED_MEMBER( microtouch_device::touch )
ROM_START(microtouch)
ROM_REGION(0x10000, "bios", 0)
ROM_SYSTEM_BIOS(0, "microtouch_5_6", "MicroTouch Rev.5.6") // "Excalibur", ISA card
- ROMX_LOAD("microtouch_560410_rev_5.6.u1", 0x0000, 0x10000, CRC(d19ee080) SHA1(c695405ec8c2ac4408a63bacfc68a5a4b878928c), ROM_BIOS(0)) // 27c512
+ ROMX_LOAD("microtouch_5604010_rev_5.6.u1", 0x0000, 0x10000, CRC(d19ee080) SHA1(c695405ec8c2ac4408a63bacfc68a5a4b878928c), ROM_BIOS(0)) // 27c512
ROM_SYSTEM_BIOS(1, "microtouch_5_5", "MicroTouch Rev.5.5") // "Kahuna", daughterboard integrated on monitor
ROMX_LOAD("microtouch_5603920_rev_5.5.u1", 0x0000, 0x08000, CRC(5cc164e7) SHA1(753277ce54e8be1b759c37ae760fe4a6846d1fae), ROM_BIOS(1))
ROM_END