summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segaxbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segaxbd.h')
-rw-r--r--src/mame/includes/segaxbd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/segaxbd.h b/src/mame/includes/segaxbd.h
index 73139e38954..88487f8a1f0 100644
--- a/src/mame/includes/segaxbd.h
+++ b/src/mame/includes/segaxbd.h
@@ -26,6 +26,7 @@ class segaxbd_state : public device_t
public:
// construction/destruction
segaxbd_state(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ segaxbd_state(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source);
// compare/timer chip callbacks
void timer_ack_callback();