Previous 199869 Revisions Next

r32615 Friday 10th October, 2014 at 07:05:16 UTC by Curt Coder
Fixed compile. (nw)
[src/emu/bus/vic20]fe3.c

trunk/src/emu/bus/vic20/fe3.c
r32614r32615
368368
369369void 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)
370370{
371   offs_t addr = 0;
372
373371   switch (m_reg1 & REG1_MODE_MASK)
374372   {
375373   case REG1_START:
r32614r32615
389387      break;
390388     
391389   case REG1_SUPER_ROM:
392      addr = 0x8000 | offset;
393
394390      // write to RAM bank 0
395391      if ((!ram1 || !ram2 || !ram3) && REG2_BLK0_VISIBLE)
396392      {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team