summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/amstr_pc.h
diff options
context:
space:
mode:
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 );