mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
(MESS) Apollo: correct MC146818 clock [Hans Ostermeyer]
This commit is contained in:
parent
e89868da02
commit
23023729ac
@ -1394,7 +1394,7 @@ MACHINE_CONFIG_FRAGMENT( apollo )
|
||||
MCFG_PIC8259_ADD( APOLLO_PIC2_TAG, WRITELINE(apollo_state,apollo_pic8259_slave_set_int_line), GND, NULL)
|
||||
|
||||
MCFG_PTM6840_ADD(APOLLO_PTM_TAG, apollo_ptm_config)
|
||||
MCFG_MC146818_ADD( APOLLO_RTC_TAG, XTAL_4_194304Mhz )
|
||||
MCFG_MC146818_ADD( APOLLO_RTC_TAG, XTAL_32_768kHz )
|
||||
MCFG_MC146818_UTC( true )
|
||||
MCFG_DUART68681_ADD( APOLLO_SIO_TAG, XTAL_3_6864MHz, apollo_sio_config )
|
||||
MCFG_DUART68681_ADD( APOLLO_SIO2_TAG, XTAL_3_6864MHz, apollo_sio2_config )
|
||||
|
Loading…
Reference in New Issue
Block a user