mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
that was never ready for replacement (nw)
This commit is contained in:
parent
521bf0b88c
commit
c03176b85d
@ -560,7 +560,7 @@ MACHINE_CONFIG_START(svision_state::tvlinkp)
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, address_map_constructor(&std::remove_pointer_t<decltype(this)>::tvlink_mem, tag(), this));
|
||||
|
||||
m_screen->set_palette(finder_base::DUMMY_TAG);
|
||||
m_screen->set_screen_update(screen_update_delegate_smart(&svision_state::screen_update_tvlink, "svision_state::screen_update_tvlink", nullptr));
|
||||
m_screen->set_screen_update(FUNC(svision_state::screen_update_tvlink));
|
||||
|
||||
MCFG_MACHINE_RESET_OVERRIDE(svision_state, tvlink)
|
||||
MACHINE_CONFIG_END
|
||||
|
Loading…
Reference in New Issue
Block a user