mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
rohga.cpp: Got rid of leftover in rohga machine config.
This commit is contained in:
parent
7604944670
commit
eb8fd9ac8e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user