mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Minor clarification (nw)
This commit is contained in:
parent
150d571547
commit
26fec683c4
@ -1039,7 +1039,7 @@ MACHINE_CONFIG_END
|
||||
static MACHINE_CONFIG_DERIVED( hangonjr, systeme )
|
||||
MCFG_DEVICE_MODIFY("ppi")
|
||||
MCFG_I8255_IN_PORTA_CB(READ8(systeme_state, hangonjr_port_f8_read))
|
||||
MCFG_I8255_IN_PORTC_CB(CONSTANT(0)) // bit 4 = ???
|
||||
MCFG_I8255_IN_PORTC_CB(CONSTANT(0)) // bit 4 ought to be ADC /INTR signal
|
||||
MCFG_I8255_OUT_PORTC_CB(WRITE8(systeme_state, hangonjr_port_fa_write))
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user