summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wc90b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wc90b.h')
-rw-r--r--src/mame/includes/wc90b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/wc90b.h b/src/mame/includes/wc90b.h
index bcf6d22e333..69216b1fa62 100644
--- a/src/mame/includes/wc90b.h
+++ b/src/mame/includes/wc90b.h
@@ -71,4 +71,5 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );
+ void wc90b(machine_config &config);
};