From 46db5f447d354081129f5738567cd649914dd4e4 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Fri, 10 Oct 2014 07:05:16 +0000 Subject: [PATCH] Fixed compile. (nw) --- src/emu/bus/vic20/fe3.c | 4 ---- 1 file changed, 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) {