summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i8243.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-10-30 07:07:38 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-10-30 07:07:38 +0000
commit6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch)
tree85ed98268eb2848966ebfef9c284b7d359f82e8f /src/emu/machine/i8243.h
parent05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff)
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/emu/machine/i8243.h')
-rw-r--r--src/emu/machine/i8243.h2
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);