From 247d94aefe4260638e35bc13b006e0b9330c5fe7 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 16 May 2015 23:08:07 -0700 Subject: Adjust H32 vint slot in response to latest test ROM data --- vdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vdp.c') diff --git a/vdp.c b/vdp.c index 0c016f0..73ca200 100644 --- a/vdp.c +++ b/vdp.c @@ -23,7 +23,7 @@ #define MCLKS_SLOT_H40 16 #define MCLKS_SLOT_H32 20 #define VINT_SLOT_H40 4 //21 slots before HSYNC, 16 during, 10 after -#define VINT_SLOT_H32 23 //33 slots before HSYNC, 20 during, 7 after TODO: confirm final number +#define VINT_SLOT_H32 4 //old value was 23, but recent tests suggest the actual value is close to the H40 one #define HSYNC_SLOT_H40 234 #define HSYNC_END_H40 (HSYNC_SLOT_H40+17) #define HSYNC_END_H32 (33 * MCLKS_SLOT_H32) -- cgit v1.2.3