summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/m6809.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6809/m6809.h')
-rw-r--r--src/devices/cpu/m6809/m6809.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/cpu/m6809/m6809.h b/src/devices/cpu/m6809/m6809.h
index a992be78789..127a62907b4 100644
--- a/src/devices/cpu/m6809/m6809.h
+++ b/src/devices/cpu/m6809/m6809.h
@@ -34,10 +34,6 @@ public:
// construction/destruction
m6809_base_device(const machine_config &mconfig, const char *name, const char *tag, device_t *owner, UINT32 clock, const device_type type, int divider, const char *shortname, const char *source);
- DECLARE_WRITE_LINE_MEMBER( irq_line );
- DECLARE_WRITE_LINE_MEMBER( firq_line );
- DECLARE_WRITE_LINE_MEMBER( nmi_line );
-
protected:
class memory_interface {
public: