# HG changeset patch # User Michael Pavone # Date 1431842887 25200 # Node ID 3342548de036ba4419e6396edf74d339a34baf49 # Parent 4cd8823f79e3e25d9c881e644d72fde588f82768 Adjust H32 vint slot in response to latest test ROM data diff -r 4cd8823f79e3 -r 3342548de036 vdp.c --- a/vdp.c Sat May 16 23:04:57 2015 -0700 +++ b/vdp.c Sat May 16 23:08:07 2015 -0700 @@ -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)