From eb8fd9ac8ecf89cf6ba0117dfb400cd5ef237b81 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 15 Jun 2022 07:35:07 +1000 Subject: rohga.cpp: Got rid of leftover in rohga machine config. --- src/mame/drivers/rohga.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mame/drivers/rohga.cpp b/src/mame/drivers/rohga.cpp index 4adaa7a50ee..298d33aa9c7 100644 --- a/src/mame/drivers/rohga.cpp +++ b/src/mame/drivers/rohga.cpp @@ -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")->set_screen_update(FUNC(rohga_state::screen_update_rohga)); subdevice("screen")->set_palette(m_palette); -- cgit v1.2.3