diff options
author | 2012-10-30 07:07:38 +0000 | |
---|---|---|
committer | 2012-10-30 07:07:38 +0000 | |
commit | 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch) | |
tree | 85ed98268eb2848966ebfef9c284b7d359f82e8f /src/emu/machine/i8243.h | |
parent | 05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff) |
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/emu/machine/i8243.h')
-rw-r--r-- | src/emu/machine/i8243.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/i8243.h b/src/emu/machine/i8243.h index 86cf431ec51..a8f30cd0806 100644 --- a/src/emu/machine/i8243.h +++ b/src/emu/machine/i8243.h @@ -49,7 +49,7 @@ public: // static configuration helpers template<class _Object> static devcb2_base &set_read_handler(device_t &device, _Object object) { return downcast<i8243_device &>(device).m_readhandler.set_callback(object); } template<class _Object> static devcb2_base &set_write_handler(device_t &device, _Object object) { return downcast<i8243_device &>(device).m_writehandler.set_callback(object); } - + DECLARE_READ8_MEMBER(i8243_p2_r); DECLARE_WRITE8_MEMBER(i8243_p2_w); |