a2arcadebd: add port mirrors so all programs on the test disk work. [Golden Child]

This commit is contained in:
arbee 2017-08-30 19:51:21 -04:00
parent ee4d8ea156
commit 32070d327c

View File

@ -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;