summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-01 21:06:32 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-01 21:06:32 -0800
commit6009e226f703e3c2c1c1c29839fc74736be4a646 (patch)
treebb9dbac556761c269e4107b901b208a85e7a1986 /vdp.h
parent39329f5f83704f2cffb9fbc9abdf6ad050cb0531 (diff)
Update Mode 4 rendering to match logic analyzer captures
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdp.h b/vdp.h
index b7b3832..878500c 100644
--- a/vdp.h
+++ b/vdp.h
@@ -18,7 +18,7 @@
#define BORDER_BOTTOM 13 //TODO: Replace with actual value
#define MAX_DRAWS 40
#define MAX_DRAWS_H32 32
-#define MAX_DRAWS_H32_MODE4 16
+#define MAX_DRAWS_H32_MODE4 8
#define MAX_SPRITES_LINE 20
#define MAX_SPRITES_LINE_H32 16
#define MAX_SPRITES_FRAME 80