summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ondra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ondra.cpp')
-rw-r--r--src/mame/drivers/ondra.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ondra.cpp b/src/mame/drivers/ondra.cpp
index 308ffe6c857..4b24420ba71 100644
--- a/src/mame/drivers/ondra.cpp
+++ b/src/mame/drivers/ondra.cpp
@@ -34,8 +34,8 @@ void ondra_state::ondra_io(address_map &map)
map.global_mask(0x0b);
map.unmap_value_high();
map(0x03, 0x03).w(FUNC(ondra_state::ondra_port_03_w));
- //AM_RANGE(0x09, 0x09) AM_WRITE(ondra_port_09_w)
- //AM_RANGE(0x0a, 0x0a) AM_WRITE(ondra_port_0a_w)
+ //map(0x09, 0x09).w(FUNC(ondra_state::ondra_port_09_w);
+ //map(0x0a, 0x0a).w(FUNC(ondra_state::ondra_port_0a_w);
}
/* Input ports */