summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcd212.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcd212.h')
-rw-r--r--src/mame/video/mcd212.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/video/mcd212.h b/src/mame/video/mcd212.h
index e903609de65..4169bf901f3 100644
--- a/src/mame/video/mcd212.h
+++ b/src/mame/video/mcd212.h
@@ -122,6 +122,9 @@ public:
// construction/destruction
mcd212_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ auto int1_callback() { return m_int1_callback.bind(); }
+ auto int2_callback() { return m_int2_callback.bind(); }
+
// device members
DECLARE_READ16_MEMBER( regs_r );
DECLARE_WRITE16_MEMBER( regs_w );
@@ -196,10 +199,15 @@ public:
protected:
// device-level overrides
+ virtual void device_resolve_objects() override;
virtual void device_start() override;
virtual void device_reset() override;
private:
+ // interrupt callbacks
+ devcb_write_line m_int1_callback;
+ devcb_write_line m_int2_callback;
+
required_device<screen_device> m_lcd;
// internal state