a2arcadebd: add port mirrors so all programs on the test disk work. [Golden Child]
This commit is contained in:
parent
ee4d8ea156
commit
32070d327c
@ -110,10 +110,12 @@ void a2bus_arcboard_device::write_c0nx(address_space &space, uint8_t offset, uin
|
||||
{
|
||||
switch (offset)
|
||||
{
|
||||
case 0:
|
||||
case 2:
|
||||
m_tms->vram_write(space, 0, data);
|
||||
break;
|
||||
|
||||
case 1:
|
||||
case 3:
|
||||
m_tms->register_write(space, 0, data);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user