rohga.cpp: Got rid of leftover in rohga machine config.

This commit is contained in:
Vas Crabb 2022-06-15 07:35:07 +10:00
parent 7604944670
commit eb8fd9ac8e

View File

@ -954,8 +954,6 @@ void rohga_state::rohga(machine_config &config)
m_maincpu->set_addrmap(AS_PROGRAM, &rohga_state::rohga_map);
/* video hardware */
BUFFERED_SPRITERAM16(config, m_spriteram[0]);
subdevice<screen_device>("screen")->set_screen_update(FUNC(rohga_state::screen_update_rohga));
subdevice<screen_device>("screen")->set_palette(m_palette);