summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/chqflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/chqflag.h')
-rw-r--r--src/mame/includes/chqflag.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/chqflag.h b/src/mame/includes/chqflag.h
index 5f21b1109d1..3d9be8f0117 100644
--- a/src/mame/includes/chqflag.h
+++ b/src/mame/includes/chqflag.h
@@ -47,6 +47,9 @@ public:
K051960_CB_MEMBER(sprite_callback);
uint32_t screen_update_chqflag(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void chqflag(machine_config &config);
+ void bank1000_map(address_map &map);
+ void chqflag_map(address_map &map);
+ void chqflag_sound_map(address_map &map);
protected:
virtual void machine_start() override;
virtual void machine_reset() override;