summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dribling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dribling.h')
-rw-r--r--src/mame/includes/dribling.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/dribling.h b/src/mame/includes/dribling.h
index 613889c8bd6..34d7bcd716f 100644
--- a/src/mame/includes/dribling.h
+++ b/src/mame/includes/dribling.h
@@ -52,4 +52,5 @@ public:
DECLARE_PALETTE_INIT(dribling);
uint32_t screen_update_dribling(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(dribling_irq_gen);
+ void dribling(machine_config &config);
};