summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/driver.cpp')
-rw-r--r--src/emu/driver.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/driver.cpp b/src/emu/driver.cpp
index 04c6489aae3..b8b22be27ab 100644
--- a/src/emu/driver.cpp
+++ b/src/emu/driver.cpp
@@ -235,10 +235,6 @@ void driver_device::device_start()
m_callbacks[CB_VIDEO_START]();
else
video_start();
-
- // save generic states
- save_item(NAME(m_flip_screen_x));
- save_item(NAME(m_flip_screen_y));
}