summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vendetta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vendetta.h')
-rw-r--r--src/mame/includes/vendetta.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/vendetta.h b/src/mame/includes/vendetta.h
index d7754a44908..6fa933e7ed3 100644
--- a/src/mame/includes/vendetta.h
+++ b/src/mame/includes/vendetta.h
@@ -76,6 +76,8 @@ public:
DECLARE_WRITE8_MEMBER(banking_callback);
K053246_CB_MEMBER(sprite_callback);
+ void esckids(machine_config &config);
+ void vendetta(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};