mirror of
https://github.com/holub/mame
synced 2025-04-28 19:14:55 +03:00
tanodr64: Fix system clock and SAM clock (nw)
This commit is contained in:
parent
3b532a2f52
commit
88c2e640f3
@ -361,7 +361,9 @@ MACHINE_CONFIG_END
|
||||
MACHINE_CONFIG_START(dragon64_state::tanodr64)
|
||||
dragon64(config);
|
||||
MCFG_DEVICE_MODIFY(":")
|
||||
MCFG_DEVICE_CLOCK(14.318181_MHz_XTAL / 4)
|
||||
MCFG_DEVICE_CLOCK(14.318181_MHz_XTAL / 16)
|
||||
|
||||
m_sam->set_clock(14.318181_MHz_XTAL);
|
||||
|
||||
// video hardware
|
||||
MC6847_NTSC(config.replace(), m_vdg, 14.318181_MHz_XTAL / 4);
|
||||
|
Loading…
Reference in New Issue
Block a user