mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
bfmsys85.cpp: Correct 6809 type and clock (nw)
This commit is contained in:
parent
4284c5538a
commit
081f592c54
@ -402,7 +402,7 @@ void bfmsys85_state::memmap(address_map &map)
|
||||
|
||||
void bfmsys85_state::bfmsys85(machine_config &config)
|
||||
{
|
||||
M6809(config, m_maincpu, MASTER_CLOCK/4); // 6809 CPU at 1 Mhz
|
||||
MC6809(config, m_maincpu, MASTER_CLOCK); // 6809 CPU, 1 Mhz Q/E
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &bfmsys85_state::memmap); // setup read and write memorymap
|
||||
m_maincpu->set_periodic_int(FUNC(bfmsys85_state::timer_irq), attotime::from_hz(1000)); // generate 1000 IRQ's per second
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user