summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/screen.cpp')
-rw-r--r--src/emu/screen.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/screen.cpp b/src/emu/screen.cpp
index 204e375c454..fc706f5af48 100644
--- a/src/emu/screen.cpp
+++ b/src/emu/screen.cpp
@@ -1057,9 +1057,6 @@ void screen_device::set_visible_area(int min_x, int max_x, int min_y, int max_y)
bool screen_device::update_partial(int scanline)
{
- // validate arguments
- assert(scanline >= 0);
-
LOG_PARTIAL_UPDATES(("Partial: update_partial(%s, %d): ", tag(), scanline));
// these two checks only apply if we're allowed to skip frames