summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/subsino2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/subsino2.cpp')
-rw-r--r--src/mame/drivers/subsino2.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/subsino2.cpp b/src/mame/drivers/subsino2.cpp
index 9ff6cba9e52..d022a80c8e8 100644
--- a/src/mame/drivers/subsino2.cpp
+++ b/src/mame/drivers/subsino2.cpp
@@ -2425,7 +2425,7 @@ static INPUT_PORTS_START( saklove )
INPUT_PORTS_END
/***************************************************************************
- Treasure City
+ Treasure City
***************************************************************************/
static INPUT_PORTS_START( treacity )
@@ -3629,7 +3629,7 @@ ROM_END
void subsino2_state::init_tbonusal()
{
subsino_decrypt(machine(), sharkpy_bitswaps, sharkpy_xors, 0x8000);
-
+
// patch serial protection test (it always enters test mode on boot otherwise)
uint8_t *rom = memregion("maincpu")->base();
rom[0x0ea7] = 0x18;
@@ -3875,9 +3875,9 @@ void subsino2_state::init_ptrain()
/***************************************************************************
- Treasure City
+ Treasure City
- unknown hardware
+ unknown hardware
***************************************************************************/
ROM_START( treacity )