comparison vdp.h @ 1135:8506b305e0e8

Update Mode 4 rendering to match logic analyzer captures
author Michael Pavone <pavone@retrodev.com>
date Sun, 01 Jan 2017 21:06:32 -0800
parents e9369d6f0101
children 6b0da6021544
comparison
equal deleted inserted replaced
1134:15a32da89d23 1135:8506b305e0e8
16 #define VRAM_SIZE (64*1024) 16 #define VRAM_SIZE (64*1024)
17 #define LINEBUF_SIZE (320+27) //H40 + full border 17 #define LINEBUF_SIZE (320+27) //H40 + full border
18 #define BORDER_BOTTOM 13 //TODO: Replace with actual value 18 #define BORDER_BOTTOM 13 //TODO: Replace with actual value
19 #define MAX_DRAWS 40 19 #define MAX_DRAWS 40
20 #define MAX_DRAWS_H32 32 20 #define MAX_DRAWS_H32 32
21 #define MAX_DRAWS_H32_MODE4 16 21 #define MAX_DRAWS_H32_MODE4 8
22 #define MAX_SPRITES_LINE 20 22 #define MAX_SPRITES_LINE 20
23 #define MAX_SPRITES_LINE_H32 16 23 #define MAX_SPRITES_LINE_H32 16
24 #define MAX_SPRITES_FRAME 80 24 #define MAX_SPRITES_FRAME 80
25 #define MAX_SPRITES_FRAME_H32 64 25 #define MAX_SPRITES_FRAME_H32 64
26 #define SAT_CACHE_SIZE (MAX_SPRITES_FRAME * 4) 26 #define SAT_CACHE_SIZE (MAX_SPRITES_FRAME * 4)