diff options
author | 2013-02-11 07:44:56 +0000 | |
---|---|---|
committer | 2013-02-11 07:44:56 +0000 | |
commit | a440a8e0200a36491ae540f6f00beae59c148549 (patch) | |
tree | b4c31ebadaa2857396c37178674086420bf1658f /src/mess/includes/pc1512.h | |
parent | 4b0b4e6b2fa7eb5105859f561354662d479f53be (diff) |
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mess/includes/pc1512.h')
-rw-r--r-- | src/mess/includes/pc1512.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/includes/pc1512.h b/src/mess/includes/pc1512.h index bc3395a7e1e..c811ad49b72 100644 --- a/src/mess/includes/pc1512.h +++ b/src/mess/includes/pc1512.h @@ -59,7 +59,7 @@ public: m_bus(*this, ISA_BUS_TAG), m_char_rom(*this, AMS40041_TAG), m_video_ram(*this, "video_ram"), - m_lk(*this, "LK"), + m_lk(*this, "LK"), m_pit1(0), m_pit2(0), m_status1(0), @@ -221,8 +221,8 @@ class pc1640_state : public pc1512_state public: pc1640_state(const machine_config &mconfig, device_type type, const char *tag) : pc1512_state(mconfig, type, tag), - m_sw(*this, "SW"), - m_opt(0) + m_sw(*this, "SW"), + m_opt(0) { } virtual void machine_start(); |