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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/1943.h b/src/mame/includes/1943.h
index 2ea1f3d22ea..92e36ac0955 100644
--- a/src/mame/includes/1943.h
+++ b/src/mame/includes/1943.h
@@ -63,4 +63,5 @@ public:
DECLARE_PALETTE_INIT(1943);
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);
};