mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
(MESS) vic20: Connected light pen signal. (nw)
This commit is contained in:
parent
fd723c9917
commit
acb2a2e13c
@ -463,12 +463,15 @@ WRITE8_MEMBER( vic20_state::via0_pa_w )
|
||||
PA2
|
||||
PA3
|
||||
PA4
|
||||
PA5
|
||||
PA5 LITE PEN (FIRE)
|
||||
PA6
|
||||
PA7 SERIAL ATN OUT
|
||||
|
||||
*/
|
||||
|
||||
// light pen strobe
|
||||
m_vic->lp_w(BIT(data, 5));
|
||||
|
||||
// serial attention out
|
||||
m_iec->atn_w(!BIT(data, 7));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user