summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/iqblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/iqblock.h')
-rw-r--r--src/mame/includes/iqblock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/iqblock.h b/src/mame/includes/iqblock.h
index 8cd6fc4fd77..5622ee48f22 100644
--- a/src/mame/includes/iqblock.h
+++ b/src/mame/includes/iqblock.h
@@ -45,4 +45,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void iqblock(machine_config &config);
+ void main_map(address_map &map);
+ void main_portmap(address_map &map);
};