summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bitgraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bitgraph.cpp')
-rw-r--r--src/mame/drivers/bitgraph.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/bitgraph.cpp b/src/mame/drivers/bitgraph.cpp
index 3c5050c5901..9e956a85930 100644
--- a/src/mame/drivers/bitgraph.cpp
+++ b/src/mame/drivers/bitgraph.cpp
@@ -433,9 +433,10 @@ WRITE8_MEMBER(bitgraph_state::ppu_write)
}
#ifdef UNUSED_FUNCTION
-ADDRESS_MAP_START(bitgraph_state::ppu_io)
-// AM_RANGE(0x00, 0x00) AM_READ(ppu_irq)
-ADDRESS_MAP_END
+void bitgraph_state::ppu_io(address_map &map)
+{
+// map(0x00, 0x00).r(this, FUNC(bitgraph_state::ppu_irq));
+}
#endif
/*