mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
nwk-tr.cpp: fixed validation crash
This commit is contained in:
parent
1821f0d18f
commit
927091cd7c
@ -913,7 +913,7 @@ void nwktr_state::nwktr(machine_config &config)
|
||||
m_voodoo[0]->set_cpu_tag(m_dsp);
|
||||
m_voodoo[0]->vblank_callback().set(FUNC(nwktr_state::voodoo_vblank_0));
|
||||
|
||||
VOODOO_1(config, m_voodoo[0], XTAL(50'000'000));
|
||||
VOODOO_1(config, m_voodoo[1], XTAL(50'000'000));
|
||||
m_voodoo[1]->set_fbmem(2);
|
||||
m_voodoo[1]->set_tmumem(2,2);
|
||||
m_voodoo[1]->set_screen_tag("rscreen");
|
||||
|
Loading…
Reference in New Issue
Block a user