summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/1943.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/1943.h')
-rw-r--r--src/mame/includes/1943.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/1943.h b/src/mame/includes/1943.h
index 92e36ac0955..ec7e874df35 100644
--- a/src/mame/includes/1943.h
+++ b/src/mame/includes/1943.h
@@ -64,4 +64,6 @@ public:
uint32_t screen_update_1943(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );
void _1943(machine_config &config);
+ void c1943_map(address_map &map);
+ void sound_map(address_map &map);
};