| 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 |
| r32614 | r32615 | |
|---|---|---|
| 368 | 368 | |
| 369 | 369 | 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) |
| 370 | 370 | { |
| 371 | offs_t addr = 0; | |
| 372 | ||
| 373 | 371 | switch (m_reg1 & REG1_MODE_MASK) |
| 374 | 372 | { |
| 375 | 373 | case REG1_START: |
| r32614 | r32615 | |
| 389 | 387 | break; |
| 390 | 388 | |
| 391 | 389 | case REG1_SUPER_ROM: |
| 392 | addr = 0x8000 | offset; | |
| 393 | ||
| 394 | 390 | // write to RAM bank 0 |
| 395 | 391 | if ((!ram1 || !ram2 || !ram3) && REG2_BLK0_VISIBLE) |
| 396 | 392 | { |
| Previous | 199869 Revisions | Next |