summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pc_lpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/pc_lpt.h')
-rw-r--r--src/mess/machine/pc_lpt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/pc_lpt.h b/src/mess/machine/pc_lpt.h
index fb0d2ceabb6..e6f5c2aafb2 100644
--- a/src/mess/machine/pc_lpt.h
+++ b/src/mess/machine/pc_lpt.h
@@ -40,9 +40,9 @@ public:
DECLARE_READ8_MEMBER( status_r );
DECLARE_READ8_MEMBER( control_r );
DECLARE_WRITE8_MEMBER( control_w );
-
+
DECLARE_WRITE_LINE_MEMBER( ack_w );
-
+
protected:
// device-level overrides
virtual void device_config_complete();