summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ginganin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ginganin.cpp')
-rw-r--r--src/mame/drivers/ginganin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/ginganin.cpp b/src/mame/drivers/ginganin.cpp
index 5b6263f22de..caa0b4c5027 100644
--- a/src/mame/drivers/ginganin.cpp
+++ b/src/mame/drivers/ginganin.cpp
@@ -82,7 +82,7 @@ f5d6 print 7 digit BCD number: d0.l to (a1)+ color $3000
void ginganin_state::main_map(address_map &map)
{
- // PC=0x408 ROM area 10000-13fff is written at POST with: 0000 0000 0000 0001,
+ // PC=0x408 ROM area 10000-13fff is written at POST with: 0000 0000 0000 0001,
// looks a debugging left-over for GFX patching (causes state garbage if hooked as RAM write mirror)
map(0x000000, 0x01ffff).rom().nopw();
map(0x020000, 0x023fff).ram();
@@ -360,10 +360,10 @@ void ginganin_state::init_ginganin()
{
// pending full removal of this patch ...
/* main cpu patches */
-// u16 *rom = (u16 *)memregion("maincpu")->base();
+// u16 *rom = (u16 *)memregion("maincpu")->base();
/* avoid writes to rom getting to the log */
-// rom[0x408 / 2] = 0x6000;
-// rom[0x40a / 2] = 0x001c;
+// rom[0x408 / 2] = 0x6000;
+// rom[0x40a / 2] = 0x001c;
}