mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
fidelz80: vsc pio freq was wrong (nw)
This commit is contained in:
parent
1c780926ae
commit
fe34ff72dc
@ -1525,7 +1525,7 @@ static MACHINE_CONFIG_START( vsc, fidelz80_state )
|
||||
MCFG_I8255_OUT_PORTB_CB(WRITE8(fidelz80_state, vsc_ppi_portb_w))
|
||||
MCFG_I8255_OUT_PORTC_CB(WRITE8(fidelz80_state, vsc_ppi_portc_w))
|
||||
|
||||
MCFG_DEVICE_ADD("z80pio", Z80PIO, XTAL_4MHz)
|
||||
MCFG_DEVICE_ADD("z80pio", Z80PIO, 3900000)
|
||||
MCFG_Z80PIO_IN_PA_CB(READ8(fidelz80_state, vsc_pio_porta_r))
|
||||
MCFG_Z80PIO_IN_PB_CB(READ8(fidelz80_state, vsc_pio_portb_r))
|
||||
MCFG_Z80PIO_OUT_PB_CB(WRITE8(fidelz80_state, vsc_pio_portb_w))
|
||||
|
Loading…
Reference in New Issue
Block a user