mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
witch.cpp: fixed c/p error. Thanks Tafoid (nw)
This commit is contained in:
parent
ac9a7a49f8
commit
34d7ece8b2
@ -964,7 +964,7 @@ void witch_state::witch(machine_config &config)
|
||||
/* 2nd z80 */
|
||||
Z80(config, m_subcpu, CPU_CLOCK); /* 3 MHz */
|
||||
m_subcpu->set_addrmap(AS_PROGRAM, &witch_state::witch_sub_map);
|
||||
m_maincpu->set_vblank_int("screen", FUNC(witch_state::irq0_line_assert));
|
||||
m_subcpu->set_vblank_int("screen", FUNC(witch_state::irq0_line_assert));
|
||||
|
||||
config.m_minimum_quantum = attotime::from_hz(6000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user