summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/k056230.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/k056230.h')
-rw-r--r--src/devices/machine/k056230.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/k056230.h b/src/devices/machine/k056230.h
index 5695261f4c2..4fa8d165fd1 100644
--- a/src/devices/machine/k056230.h
+++ b/src/devices/machine/k056230.h
@@ -47,7 +47,7 @@ public:
DECLARE_READ8_MEMBER(read);
DECLARE_WRITE8_MEMBER(write);
- static TIMER_CALLBACK( network_irq_clear_callback );
+ TIMER_CALLBACK_MEMBER(network_irq_clear);
protected:
// device-level overrides
@@ -58,7 +58,6 @@ protected:
private:
- void network_irq_clear();
int m_is_thunderh;
required_device<cpu_device> m_cpu;