summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/amstr_pc.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/mess/includes/amstr_pc.h
parentf35b95a00e64c63422116039aeae272029b58e51 (diff)
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mess/includes/amstr_pc.h')
-rw-r--r--src/mess/includes/amstr_pc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/includes/amstr_pc.h b/src/mess/includes/amstr_pc.h
index 20de12892dc..90b70b1e43c 100644
--- a/src/mess/includes/amstr_pc.h
+++ b/src/mess/includes/amstr_pc.h
@@ -14,7 +14,7 @@ class amstrad_pc_state : public pc_state
public:
amstrad_pc_state(const machine_config &mconfig, device_type type, const char *tag)
: pc_state(mconfig, type, tag)
- { m_mouse.x =0; m_mouse.y=0;}
+ { m_mouse.x =0; m_mouse.y=0;}
DECLARE_READ8_MEMBER( pc1640_port60_r );
DECLARE_WRITE8_MEMBER( pc1640_port60_w );
@@ -30,12 +30,12 @@ public:
DECLARE_READ8_MEMBER( pc1640_port3d0_r );
DECLARE_READ8_MEMBER( pc1640_port4278_r );
DECLARE_READ8_MEMBER( pc1640_port278_r );
-
+
DECLARE_DRIVER_INIT(pc1512);
- DECLARE_DRIVER_INIT(pc1640);
+ DECLARE_DRIVER_INIT(pc1640);
DECLARE_DRIVER_INIT(ppc512);
DECLARE_DRIVER_INIT(pc200);
-
+
private:
struct {
UINT8 x,y; //byte clipping needed
@@ -47,7 +47,7 @@ private:
UINT8 m_port62;
UINT8 m_port65;
- int m_dipstate;
+ int m_dipstate;
};
INPUT_PORTS_EXTERN( amstrad_keyboard );