summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/zx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/zx.cpp')
-rw-r--r--src/mame/video/zx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/zx.cpp b/src/mame/video/zx.cpp
index c3c7904861f..755c2eb8b8b 100644
--- a/src/mame/video/zx.cpp
+++ b/src/mame/video/zx.cpp
@@ -33,7 +33,7 @@ void zx_state::device_timer(emu_timer &timer, device_timer_id id, int param, voi
zx_ula_hsync();
break;
default:
- assert_always(false, "Unknown id in zx_state::device_timer");
+ throw emu_fatalerror("Unknown id in zx_state::device_timer");
}
}