summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2009-07-09 23:18:21 +0000
committer Brian Troha <briantro@users.noreply.github.com>2009-07-09 23:18:21 +0000
commitf8962f8e0bb619534ddef99a288adf819a941cca (patch)
tree7ba635fcda7af644021804b47a923c6fca0221e2
parent95ce94fbfc87712b66b56d439e044299a8e86e8b (diff)
correct the control program for Greyhound Series 8.
-rw-r--r--src/mame/drivers/findout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/findout.c b/src/mame/drivers/findout.c
index 86d11911d50..7af4e0e1527 100644
--- a/src/mame/drivers/findout.c
+++ b/src/mame/drivers/findout.c
@@ -531,7 +531,7 @@ ROM_END
ROM_START( gtsers8 )
ROM_REGION( 0x38000, "maincpu", 0 )
- ROM_LOAD( "trvmast3.bin", 0x00000, 0x4000, CRC(9ea277bc) SHA1(f813de572a3b5e2ad601dc6559dc93c30bb7a38c) )
+ ROM_LOAD( "prog1_versionc", 0x00000, 0x4000, CRC(340246a4) SHA1(d655e1cf2b1e87a05e87ff6af4b794e6d54a2a52) )
ROM_LOAD( "science", 0x10000, 0x8000, CRC(2f940ebd) SHA1(bead4988ac0a97d70f2a3c0b40a05968436de2ed) )
ROM_LOAD( "general", 0x18000, 0x8000, CRC(1efa01c3) SHA1(801ef5ab55184e488b08ef99ebd641ea4f7edb24) )
ROM_LOAD( "sports", 0x20000, 0x8000, CRC(6bd1ba9a) SHA1(7caac1bd438a9b1d11fb33e11814b5d76951211a) )