apply fix suggested in MT06145 (nw)

This commit is contained in:
David Haywood 2016-02-29 19:00:07 +00:00
parent 014ed08231
commit b2fc583ed7

View File

@ -337,7 +337,7 @@ READ8_MEMBER(astrocde_state::gorf_io_2_r)
case 4: output().set_lamp_value(4, data); break;
case 5: output().set_lamp_value(5, data); break;
case 6: /* n/c */ break;
case 7: osd_printf_debug("io_2:%d\n", data); break;
case 7: output().set_lamp_value(7, data); break;
}
return 0xff;
}