summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pcecommn.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-30 06:36:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-30 06:36:06 +0000
commit4bf717996f56eb03dc735c83dae5450b7fc98d75 (patch)
treea63a55bcc180e342382e9c9a680f0c643fd05248 /src/mame/machine/pcecommn.h
parentf35b95a00e64c63422116039aeae272029b58e51 (diff)
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mame/machine/pcecommn.h')
-rw-r--r--src/mame/machine/pcecommn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pcecommn.h b/src/mame/machine/pcecommn.h
index c7c0a7e2cec..3f616ba7eea 100644
--- a/src/mame/machine/pcecommn.h
+++ b/src/mame/machine/pcecommn.h
@@ -24,7 +24,7 @@ public:
DECLARE_DRIVER_INIT(pce_common);
required_device<cpu_device> m_maincpu;
-
+
virtual UINT8 joy_read();
private:
UINT8 m_io_port_options; /*driver-specific options for the PCE*/