summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/generalplus_gpl162xx_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/generalplus_gpl162xx_soc.h')
-rw-r--r--src/devices/machine/generalplus_gpl162xx_soc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/machine/generalplus_gpl162xx_soc.h b/src/devices/machine/generalplus_gpl162xx_soc.h
index ed68b581e04..7baec77051c 100644
--- a/src/devices/machine/generalplus_gpl162xx_soc.h
+++ b/src/devices/machine/generalplus_gpl162xx_soc.h
@@ -58,11 +58,6 @@ public:
void set_cs_space(address_space* csspace) { m_cs_space = csspace; }
- //void set_paldisplaybank_high_hack(int pal_displaybank_high) { m_spg_video->set_paldisplaybank_high(pal_displaybank_high); }
- void set_alt_tile_addressing_hack(int alt_tile_addressing) { m_spg_video->set_alt_tile_addressing(alt_tile_addressing); }
- //void set_pal_sprites_hack(int pal_sprites) { m_spg_video->set_pal_sprites(pal_sprites); }
- //void set_pal_back_hack(int pal_back) { m_spg_video->set_pal_back(pal_back); }
- void set_alt_extrasprite_hack(int alt_extrasprite_hack) { m_spg_video->set_alt_extrasprite(alt_extrasprite_hack); }
void set_legacy_video_mode() { m_spg_video->set_legacy_video_mode(); }
void set_disallow_resolution_control() { m_spg_video->set_disallow_resolution_control(); }