summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/picno.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/picno.cpp')
-rw-r--r--src/mame/drivers/picno.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/picno.cpp b/src/mame/drivers/picno.cpp
index 035943a0648..8a00432e0d7 100644
--- a/src/mame/drivers/picno.cpp
+++ b/src/mame/drivers/picno.cpp
@@ -60,7 +60,7 @@ void picno_state::mem_map(address_map &map)
void picno_state::io_map(address_map &map)
{
-// ADDRESS_MAP_GLOBAL_MASK(0xff)
+// map.global_mask(0xff);
}
static INPUT_PORTS_START( picno )