From 94380306da1fc81260a49cd167838dea41e83d58 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 26 May 2023 21:31:09 +0300 Subject: [PATCH] Execute more TMS34010 instructions/scanline --- mame/a2410.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mame/a2410.cpp b/mame/a2410.cpp index bf88a48e..a8dfe01e 100644 --- a/mame/a2410.cpp +++ b/mame/a2410.cpp @@ -812,7 +812,7 @@ static void tms_hsync_handler2(struct a2410_struct *data) if (!data->tms_configured) return; - tms_device.m_icount = 100; + tms_device.m_icount = 1000; tms_device.execute_run(); int a2410_vpos = data->tms_vp; data->tms_vp = tms_device.scanline_callback(NULL, data->tms_vp, data->a2410_interlace < 0); -- 2.47.3