summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/midwayic.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-02-11 23:37:52 +0100
committer hap <happppp@users.noreply.github.com>2017-02-11 23:37:52 +0100
commit608d545a60dc0377a513116ca6dfbe2dbbcbef49 (patch)
tree033b71e3d2ff1ea4e6b32789f0575fc860770581 /src/mame/machine/midwayic.h
parent88022b4545f098208c627433b77d3eab4d4180fc (diff)
removed unused MCFG_PIC16C5x_T0_CB callbacks (nw)
Diffstat (limited to 'src/mame/machine/midwayic.h')
-rw-r--r--src/mame/machine/midwayic.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/machine/midwayic.h b/src/mame/machine/midwayic.h
index ddca0ab843d..28bdcd6c6ee 100644
--- a/src/mame/machine/midwayic.h
+++ b/src/mame/machine/midwayic.h
@@ -62,7 +62,6 @@ public:
midway_serial_pic_emu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
midway_serial_pic_emu_device(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);
- DECLARE_READ_LINE_MEMBER(PIC16C5X_T0_clk_r);
DECLARE_READ8_MEMBER(read_a);
DECLARE_READ8_MEMBER(read_b);
DECLARE_READ8_MEMBER(read_c);
@@ -70,9 +69,6 @@ public:
DECLARE_WRITE8_MEMBER(write_b);
DECLARE_WRITE8_MEMBER(write_c);
-
-
-
protected:
// device-level overrides
virtual machine_config_constructor device_mconfig_additions() const override;