diff options
author | 2012-12-06 08:53:34 +0000 | |
---|---|---|
committer | 2012-12-06 08:53:34 +0000 | |
commit | 8f67453719b8707fd077a61617d664abe28feea0 (patch) | |
tree | 5ed60db85a4eea4263bfe899429c1ed42bb51e0b /src/mess/machine/vic1110.h | |
parent | db1759b74cb42b1971d85238238d3542cc3fb223 (diff) |
(MESS) Cleanup. (nw)
Diffstat (limited to 'src/mess/machine/vic1110.h')
-rw-r--r-- | src/mess/machine/vic1110.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/machine/vic1110.h b/src/mess/machine/vic1110.h index ea33410425b..cf2a7703e43 100644 --- a/src/mess/machine/vic1110.h +++ b/src/mess/machine/vic1110.h @@ -42,6 +42,9 @@ protected: // device_vic20_expansion_card_interface overrides virtual UINT8 vic20_cd_r(address_space &space, offs_t offset, UINT8 data, int ram1, int ram2, int ram3, int blk1, int blk2, int blk3, int blk5, int io2, int io3); virtual void vic20_cd_w(address_space &space, offs_t offset, UINT8 data, int ram1, int ram2, int ram3, int blk1, int blk2, int blk3, int blk5, int io2, int io3); + +private: + required_ioport m_sw; }; |