mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
forgot one port, untested
This commit is contained in:
parent
3c7513c4e8
commit
51daac7a8e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user