summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bk.h')
-rw-r--r--src/mame/includes/bk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/bk.h b/src/mame/includes/bk.h
index 02766b18689..f806b573af3 100644
--- a/src/mame/includes/bk.h
+++ b/src/mame/includes/bk.h
@@ -49,6 +49,8 @@ public:
required_device<cassette_image_device> m_cassette;
void bk0010(machine_config &config);
void bk0010fd(machine_config &config);
+ void bk0010_mem(address_map &map);
+ void bk0010fd_mem(address_map &map);
};
#endif // MAME_INCLUDES_BK_H