summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goal92.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-05-15 12:27:20 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-05-15 12:27:20 -0400
commit9e44bb530a174075437fcc4d881cc2a64f6de2f6 (patch)
treed36937ec7a218131e0ae1b47f77471dccd5dcb46 /src/mame/drivers/goal92.cpp
parentcc088d53a6a65f867aaf93c3309818297fc27839 (diff)
Input documentation and COP tweaks based on M68000 and V30 code
- grainbow: Correct score and credits display - heatbrl: Suppress "divide by zero?" message since code actually checks for it (no, still not working) - legionna: 2P inputs now designated as such - zeroteam: Hook up PRNG (definitely used in this game)
Diffstat (limited to 'src/mame/drivers/goal92.cpp')
-rw-r--r--src/mame/drivers/goal92.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/goal92.cpp b/src/mame/drivers/goal92.cpp
index 3fbde29de60..1bb26dad975 100644
--- a/src/mame/drivers/goal92.cpp
+++ b/src/mame/drivers/goal92.cpp
@@ -335,7 +335,7 @@ MACHINE_CONFIG_END
/*
-Goal '92 (bootleg of Seibu Cup Soccer)
+Goal '92 (bootleg of Olympic Soccer '92 on non-Seibu board)
PCB Layout
@@ -373,7 +373,7 @@ Z80 clock: 2.51MHz
*/
ROM_START( goal92 )
- ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 Code */
+ ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 Code - first 0x20000 bytes are a heavily patched copy of olysoc92a */
ROM_LOAD16_BYTE( "2.bin", 0x00000, 0x80000, CRC(db0a6c7c) SHA1(b609db7806b99bc921806d8b3e5e515b4651c375) )
ROM_LOAD16_BYTE( "3.bin", 0x00001, 0x80000, CRC(e4c45dee) SHA1(542749bd1ff51220a151fe66acdadac83df8f0ee) )