summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tourvis.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-01-08 14:41:35 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-01-08 14:41:35 +0000
commitfbd35ee85a52a195a99d4a8e8aeabbabb21ef39d (patch)
tree69535aa5bdcb6a64719e51c4be495adeb37430d9 /src/mame/drivers/tourvis.c
parentf2e639761745c7a05a39f17e45f2a4811fc6f71c (diff)
Cleanups and version bumpmame0144u5
Diffstat (limited to 'src/mame/drivers/tourvis.c')
-rw-r--r--src/mame/drivers/tourvis.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/tourvis.c b/src/mame/drivers/tourvis.c
index bfaf31fa1af..f0dc9e19f32 100644
--- a/src/mame/drivers/tourvis.c
+++ b/src/mame/drivers/tourvis.c
@@ -9,10 +9,10 @@
Todo: complete jamma interface emulation.
- By now, three known BIOS versions, U4-52 (dumped from a board with-subboard PCB),
- U4-55 (dumped from an integrated PCB) and U4-60 (dumped from a board with-subboard PCB).
+ By now, three known BIOS versions, U4-52 (dumped from a board with-subboard PCB),
+ U4-55 (dumped from an integrated PCB) and U4-60 (dumped from a board with-subboard PCB).
- Known games:
+ Known games:
Special Criminal Investigation
Power League IV
@@ -29,8 +29,8 @@
Final Lap
Columns
Power Sports
- Saigo no Nindou
- Son Son II
+ Saigo no Nindou
+ Son Son II
_______________________________________________________________________________________________________________________________________________
| |
@@ -295,7 +295,7 @@ MACHINE_CONFIG_END
ROMX_LOAD( "u4-55_am27c256.ic29", 0x0000, 0x8000, CRC(87cf66c1) SHA1(d6b42137be7a07a0e299c2d922328a6a9a2b7b8f), ROM_BIOS(2) ) \
ROM_SYSTEM_BIOS( 2, "52", "U4-52" ) \
ROMX_LOAD( "bios.29", 0x0000, 0x8000, CRC(ffd7b0fe) SHA1(d1804865c91e925a01b05cf441e8458a3db23f50), ROM_BIOS(3) )
-
+
ROM_START(tourvis)
ROM_REGION( 0x100000, "maincpu", ROMREGION_ERASE00 )