forgot one port, untested

This commit is contained in:
hap 2015-07-19 16:33:15 +02:00
parent 3c7513c4e8
commit 51daac7a8e

View File

@ -130,6 +130,8 @@ READ8_MEMBER(tb303_state::ram_r)
WRITE8_MEMBER(tb303_state::led_w)
{
// MCU G: leds state
display_matrix(4, 4, data, m_inp_mux);
}
WRITE8_MEMBER(tb303_state::switch_w)