summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2025-02-24 13:12:35 +0100
committer hap <happppp@users.noreply.github.com>2025-02-24 13:12:49 +0100
commit67d0a1e2d521a8d948bc576394c31b573835fa9f (patch)
tree3b225b6fd2ef291ac8a9df09bfaeacd52c555502
parent8a31902316f124f6dec36e9d882bec181dcfeb92 (diff)
leland_v: remove uneeded screen always update flag
-rw-r--r--src/mame/cinematronics/leland_v.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/cinematronics/leland_v.cpp b/src/mame/cinematronics/leland_v.cpp
index d9938e7141e..622cceb29cb 100644
--- a/src/mame/cinematronics/leland_v.cpp
+++ b/src/mame/cinematronics/leland_v.cpp
@@ -508,7 +508,6 @@ void leland_state::leland_video(machine_config &config)
PALETTE(config, m_palette).set_format(palette_device::BGR_233, 1024);
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
- m_screen->set_video_attributes(VIDEO_ALWAYS_UPDATE);
m_screen->set_raw(14.318181_MHz_XTAL / 2, 424, 0, 320, 256, 0, 240);
m_screen->set_screen_update(FUNC(leland_state::screen_update));
m_screen->set_palette(m_palette);