summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-09-06 13:39:18 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-09-06 13:39:18 +0000
commitc0b3576488b11336c6379a12d6b2e3e2f6337d99 (patch)
tree02e0cbbecba525baf7add93dd3527736005770a5 /src/mame/drivers/raiden2.c
parent7150db5043d9fb09a84f92e7e2537743ac1b0744 (diff)
Cleanups and version bumpmame0143u5
Diffstat (limited to 'src/mame/drivers/raiden2.c')
-rw-r--r--src/mame/drivers/raiden2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/raiden2.c b/src/mame/drivers/raiden2.c
index 5fa32ee7920..5cf83305bb3 100644
--- a/src/mame/drivers/raiden2.c
+++ b/src/mame/drivers/raiden2.c
@@ -1824,11 +1824,11 @@ YM2151 OKI M6295 VOI2 Z8400A
*/
-/* Note: some raiden 2 fabtek usa boards (the one Hammad sent to LN and Balrog, at least) have the
- ROM_LOAD( "seibu5.u1110", 0x000000, 0x08000, CRC(8f130589) SHA1(e58c8beaf9f27f063ffbcb0ab4600123c25ce6f3) )
- z80 sound rom as used in raiden2a instead of the
- ROM_LOAD( "snd.u1110", 0x000000, 0x08000, CRC(f51a28f9) SHA1(7ae2e2ba0c8159a544a8fd2bb0c2c694ba849302) )
- rom from raiden2. Slight version difference, and I don't know which is older/newer. - LN
+/* Note: some raiden 2 fabtek usa boards (the one Hammad sent to LN and Balrog, at least) have the
+ ROM_LOAD( "seibu5.u1110", 0x000000, 0x08000, CRC(8f130589) SHA1(e58c8beaf9f27f063ffbcb0ab4600123c25ce6f3) )
+ z80 sound rom as used in raiden2a instead of the
+ ROM_LOAD( "snd.u1110", 0x000000, 0x08000, CRC(f51a28f9) SHA1(7ae2e2ba0c8159a544a8fd2bb0c2c694ba849302) )
+ rom from raiden2. Slight version difference, and I don't know which is older/newer. - LN
*/
ROM_START( raiden2 )