mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
Amiga: Fix A3000 RTC tag
This commit is contained in:
parent
b8fdf1e6d0
commit
cee743ef50
@ -1480,7 +1480,7 @@ static MACHINE_CONFIG_DERIVED_CLASS( a3000, amiga_base, a3000_state )
|
||||
MCFG_ADDRESS_MAP_BANK_STRIDE(0x200000)
|
||||
|
||||
// real-time clock
|
||||
MCFG_DEVICE_ADD("u190", RP5C01, XTAL_32_768kHz)
|
||||
MCFG_DEVICE_ADD("rtc", RP5C01, XTAL_32_768kHz)
|
||||
|
||||
// todo: zorro3 slots, super dmac, scsi
|
||||
MACHINE_CONFIG_END
|
||||
|
Loading…
Reference in New Issue
Block a user