mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
thomson.cpp: Add THMFC1 clock (nw)
This commit is contained in:
parent
8938bf861d
commit
cb9e88732f
@ -672,7 +672,7 @@ void thomson_state::to7_base(machine_config &config)
|
||||
m_cassette->set_interface("to_cass");
|
||||
|
||||
/* floppy */
|
||||
THMFC1(config, m_thmfc, 0);
|
||||
THMFC1(config, m_thmfc, 16_MHz_XTAL);
|
||||
m_thmfc->floppy_active_cb().set(FUNC(thomson_state::thom_floppy_active));
|
||||
|
||||
MC6843(config, m_mc6843, 16_MHz_XTAL / 16 / 2);
|
||||
|
Loading…
Reference in New Issue
Block a user