diff options
author | 2020-06-21 17:34:44 +1000 | |
---|---|---|
committer | 2020-06-21 17:34:44 +1000 | |
commit | feda349b3eea19d4fd0010a74e2dd6ff30f26b16 (patch) | |
tree | 2ba4b13a2ca181515354170a12b81446ee53da21 /src/mame/drivers/itech8.cpp | |
parent | 3c499849dd96f17d7944619248261480017ba0c3 (diff) | |
parent | 01661be41c37560a37f2b43c5ecee7a10a6a1680 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/drivers/itech8.cpp')
-rw-r--r-- | src/mame/drivers/itech8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/itech8.cpp b/src/mame/drivers/itech8.cpp index c03942f7ba8..8573a6bf0d3 100644 --- a/src/mame/drivers/itech8.cpp +++ b/src/mame/drivers/itech8.cpp @@ -2631,7 +2631,7 @@ ROM_START( gpgolfa ) /* P/N 1047 REV. 1 main board + P/N 1038 REV2 sound board * ROM_REGION( 0x10000, "soundcpu", 0 ) ROM_LOAD( "golf_sound_12-19-91_v.96.u27", 0x00000, 0x10000, CRC(f46b4300) SHA1(7be1878b72c55fb83b2cae3b79b1f65fe8825b4a) ) /* 27C512 with the first 0x8000 as 0xFF fill - handwritten label GOLF SOUND 12/19/91 V.96 */ -// ROM_LOAD( "golf_sound.u27", 0x08000, 0x8000, CRC(3183d7f3) SHA1(482411947aa3074cec7d4491f6ee64785894d27c) ) /* Different than sndv1.u27 */ +// ROM_LOAD( "golf_sound.u27", 0x08000, 0x8000, CRC(3183d7f3) SHA1(482411947aa3074cec7d4491f6ee64785894d27c) ) /* Different than sndv1.u27 */ ROM_REGION( 0xc0000, "grom", 0 ) ROM_LOAD( "grom00.grom0", 0x00000, 0x40000, CRC(c3a7b54b) SHA1(414d693bc5337d578d2630817dd647cf7e5cbcf7) ) |