summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pic8259.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-09-23 00:51:57 +0100
committer smf- <smf-@users.noreply.github.com>2018-09-23 00:56:29 +0100
commitf604bed06829ce8781113d9cf779377b4b31df4d (patch)
treefff8fb70566d2baeffea461445bc08c25faf3287 /src/devices/machine/pic8259.h
parent3af1087df91aba40cffdb1f34c818ff62853ea6e (diff)
space, space, space, space, space, space, space, space, mem_mask (nw)
Diffstat (limited to 'src/devices/machine/pic8259.h')
-rw-r--r--src/devices/machine/pic8259.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/pic8259.h b/src/devices/machine/pic8259.h
index 8003c5449a7..24e5b1f6e59 100644
--- a/src/devices/machine/pic8259.h
+++ b/src/devices/machine/pic8259.h
@@ -57,8 +57,8 @@ public:
auto in_sp_callback() { return m_in_sp_func.bind(); }
auto read_slave_ack_callback() { return m_read_slave_ack_func.bind(); }
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
uint32_t acknowledge();
DECLARE_WRITE_LINE_MEMBER( ir0_w ) { set_irq_line(0, state); }