From 3f73813ebe14e43324f683115f98574b4aa61a01 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Mon, 27 Sep 2010 10:58:43 +0000 Subject: [PATCH] Haze: not using the timers for the DMA causes issues in ST-V, I don't know why yet. (not worth) --- src/emu/cpu/sh2/sh2comn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/cpu/sh2/sh2comn.h b/src/emu/cpu/sh2/sh2comn.h index df03f70b084..a20b8749cdd 100644 --- a/src/emu/cpu/sh2/sh2comn.h +++ b/src/emu/cpu/sh2/sh2comn.h @@ -15,7 +15,7 @@ #define USE_SH2DRC // do we use a timer for the DMA, or have it in CPU_EXECUTE -//#define USE_TIMER_FOR_DMA +#define USE_TIMER_FOR_DMA #ifdef USE_SH2DRC #include "cpu/drcfe.h"