summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vt1682.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vt1682.cpp')
-rw-r--r--src/mame/drivers/vt1682.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vt1682.cpp b/src/mame/drivers/vt1682.cpp
index 2edbf8008fd..4416ed7d129 100644
--- a/src/mame/drivers/vt1682.cpp
+++ b/src/mame/drivers/vt1682.cpp
@@ -6038,7 +6038,7 @@ void vt1682_lxts3_state::unk1682_init()
uint8_t* ROM = memregion("mainrom")->base();
// this jumps to a function on startup that has a bunch of jumps / accesses to the 3xxx region, which is internal ROM
- // but bypassing it allows the unit to boot.
+ // but bypassing it allows the unit to boot.
ROM[0x7ef43] = 0xea;
ROM[0x7ef44] = 0xea;
ROM[0x7ef45] = 0xea;
@@ -6143,7 +6143,7 @@ ROM_START( unk1682 )
ROM_END
ROM_START( njp60in1 )
- ROM_REGION( 0x2000000, "mainrom", 0 ) // the 6Mbyte - 7Mbyte region of the ROM is missing, causing Extreme Power Soccer to fail
+ ROM_REGION( 0x2000000, "mainrom", 0 ) // the 6Mbyte - 7Mbyte region of the ROM is missing, causing Extreme Power Soccer to fail
ROM_LOAD( "60-in-1.bin", 0x00000, 0x0800000, CRC(7b2ee951) SHA1(fc7c214704908b85676efc64a21930483d24a457) )
ROM_CONTINUE(0x0800000, 0x0800000)
ROM_CONTINUE(0x1000000, 0x0800000)