summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/amstr_pc.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-09-17 06:47:03 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-09-17 06:47:03 +0000
commit96aa5e1c086b4927456dc88b925d8ec112f0482e (patch)
treef59d136c51d4a065f39e3ab0d73981526c4d156b /src/mess/includes/amstr_pc.h
parenta7d12daf5b4c3374e8ad47a003ac7fff73d5c8fc (diff)
Cleanups and version bumpmame0150
Diffstat (limited to 'src/mess/includes/amstr_pc.h')
-rw-r--r--src/mess/includes/amstr_pc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/amstr_pc.h b/src/mess/includes/amstr_pc.h
index bd297e86b4a..ec37c30c8c5 100644
--- a/src/mess/includes/amstr_pc.h
+++ b/src/mess/includes/amstr_pc.h
@@ -18,10 +18,10 @@ public:
m_lpt1(*this, "lpt_1"),
m_lpt2(*this, "lpt_2")
{ m_mouse.x =0; m_mouse.y=0;}
-
+
required_device<pc_lpt_device> m_lpt1;
required_device<pc_lpt_device> m_lpt2;
-
+
DECLARE_READ8_MEMBER( pc1640_port60_r );
DECLARE_WRITE8_MEMBER( pc1640_port60_w );