diff options
Diffstat (limited to 'src/mame/valadon/bagman_v.cpp')
-rw-r--r-- | src/mame/valadon/bagman_v.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mame/valadon/bagman_v.cpp b/src/mame/valadon/bagman_v.cpp index 4c6e186f4fd..82c819ea83c 100644 --- a/src/mame/valadon/bagman_v.cpp +++ b/src/mame/valadon/bagman_v.cpp @@ -81,16 +81,6 @@ void bagman_state::bagman_palette(palette_device &palette) const } } -void bagman_state::flipscreen_x_w(int state) -{ - flip_screen_x_set(state); -} - -void bagman_state::flipscreen_y_w(int state) -{ - flip_screen_y_set(state); -} - void bagman_state::video_enable_w(int state) { m_video_enable = state; |