summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco65.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco65.cpp')
-rw-r--r--src/mame/machine/namco65.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco65.cpp b/src/mame/machine/namco65.cpp
index ca3e810fbd6..4b9d124c03d 100644
--- a/src/mame/machine/namco65.cpp
+++ b/src/mame/machine/namco65.cpp
@@ -164,7 +164,7 @@ void namcoc65_device::mcu_map(address_map &map)
map(0x3003, 0x3003).r(FUNC(namcoc65_device::mcudi3_r));
map(0x5000, 0x57ff).rw(FUNC(namcoc65_device::dpram_byte_r), FUNC(namcoc65_device::dpram_byte_w));
map(0x6000, 0x6fff).nopr(); /* watchdog */
- map(0x8000, 0xffff).rom().region("external", 0);; /* external ROM socket */
+ map(0x8000, 0xffff).rom().region("external", 0); /* external ROM socket */
}