summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pcecommn.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2016-06-14 18:06:57 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2016-06-14 18:06:57 +0200
commitdfe4681161eab4bff9c78e167dda897e3aa08465 (patch)
tree8800cd79e32c11f47fbcdae5ef5c7bdd16c85913 /src/mame/machine/pcecommn.h
parentacce3845d8396a8afc76b90e1b1ce2081a687d98 (diff)
more trampolines removal (nw)
Diffstat (limited to 'src/mame/machine/pcecommn.h')
-rw-r--r--src/mame/machine/pcecommn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pcecommn.h b/src/mame/machine/pcecommn.h
index deed15decaa..732b044768f 100644
--- a/src/mame/machine/pcecommn.h
+++ b/src/mame/machine/pcecommn.h
@@ -33,7 +33,7 @@ public:
virtual UINT8 joy_read();
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<huc6260_device> m_huc6260;
- DECLARE_WRITE_LINE_MEMBER(pce_irq_changed);
+
private:
UINT8 m_io_port_options; /*driver-specific options for the PCE*/
int m_joystick_port_select; /* internal index of joystick ports */