diff options
author | 2013-01-28 15:00:44 +0000 | |
---|---|---|
committer | 2013-01-28 15:00:44 +0000 | |
commit | fc33a3716ee600ae040a2dcb3c5cc42f4f2fb288 (patch) | |
tree | 3cf839eb16b187ba69880aa12ba38685db6ad3c4 /src/mess/machine/c64_16kb.h | |
parent | 9cdbd18a0e66f9edb1d99994581b994db92d34dd (diff) |
(MESS) Tagmap lookup cleanup. (nw)
Diffstat (limited to 'src/mess/machine/c64_16kb.h')
-rw-r--r-- | src/mess/machine/c64_16kb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/machine/c64_16kb.h b/src/mess/machine/c64_16kb.h index be5d7c93c83..401b635d74f 100644 --- a/src/mess/machine/c64_16kb.h +++ b/src/mess/machine/c64_16kb.h @@ -45,6 +45,9 @@ protected: // device_c64_expansion_card_interface overrides virtual UINT8 c64_cd_r(address_space &space, offs_t offset, UINT8 data, int sphi2, int ba, int roml, int romh, int io1, int io2); + +private: + required_ioport m_sw1; }; |