diff options
author | 2014-10-10 07:05:16 +0000 | |
---|---|---|
committer | 2014-10-10 07:05:16 +0000 | |
commit | 46db5f447d354081129f5738567cd649914dd4e4 (patch) | |
tree | 9b6aba73cda1cf7b3de8e4c00f9dc3d992b6edb5 /src/emu/bus/vic20/fe3.c | |
parent | 1327a26a55a355fe79417d846d1ab0439066df15 (diff) |
Fixed compile. (nw)
Diffstat (limited to 'src/emu/bus/vic20/fe3.c')
-rw-r--r-- | src/emu/bus/vic20/fe3.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/bus/vic20/fe3.c b/src/emu/bus/vic20/fe3.c index 55b57733dc3..85b32b34fbe 100644 --- a/src/emu/bus/vic20/fe3.c +++ b/src/emu/bus/vic20/fe3.c @@ -368,8 +368,6 @@ UINT8 vic20_final_expansion_3_t::vic20_cd_r(address_space &space, offs_t offset, void vic20_final_expansion_3_t::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) { - offs_t addr = 0; - switch (m_reg1 & REG1_MODE_MASK) { case REG1_START: @@ -389,8 +387,6 @@ void vic20_final_expansion_3_t::vic20_cd_w(address_space &space, offs_t offset, break; case REG1_SUPER_ROM: - addr = 0x8000 | offset; - // write to RAM bank 0 if ((!ram1 || !ram2 || !ram3) && REG2_BLK0_VISIBLE) { |