summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-03-05 07:59:12 +0100
committer GitHub <noreply@github.com>2020-03-05 07:59:12 +0100
commit48a7647a309a6c6f5d4a34c8f8f3b7f0b497d725 (patch)
treed9eb80855402d494f266cb59b30962c1aada2c60
parent0da1bd33eda01ef4d629835f249d077fbc261214 (diff)
speedbal.cpp: forgot to update one comment, thanks to gregf for catching this (nw)
-rw-r--r--src/mame/drivers/speedbal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/speedbal.cpp b/src/mame/drivers/speedbal.cpp
index 2286d9820a7..9aeeef6d273 100644
--- a/src/mame/drivers/speedbal.cpp
+++ b/src/mame/drivers/speedbal.cpp
@@ -318,7 +318,7 @@ void speedbal_state::init_speedbal()
***************************************************************************/
-ROM_START( speedbal ) // seems to have a more complete hidden test mode, with a 'hard test' that's note enabled in the parent
+ROM_START( speedbal ) // seems to have a more complete hidden test mode, with a 'hard test' that's not enabled in the alternate Speed Ball rom set
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "1.u14", 0x0000, 0x8000, CRC(94c6f107) SHA1(cd7ada17f0f59623cf615df68c5f8f4077377820) )
ROM_LOAD( "3.u15", 0x8000, 0x8000, CRC(a036687f) SHA1(fc2cd683cd6a9a75ab6b188f7b4592b355a569e0) )