summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pc_lpt.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/machine/pc_lpt.h
parenta7d12daf5b4c3374e8ad47a003ac7fff73d5c8fc (diff)
Cleanups and version bumpmame0150
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();