summaryrefslogtreecommitdiff
path: root/vdp.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-03-14 23:23:02 -0700
committerMichael Pavone <pavone@retrodev.com>2019-03-14 23:23:02 -0700
commit1e4e76816b6dba495bcc683e80c3f3006b87863e (patch)
tree8aa0436cb27f08862c838e82d11ae60de86ecafb /vdp.c
parent14bd57883e0a316b660944d4e6f9e1e28bd0ef3d (diff)
Handle interlaced mode in fbdev backend
Diffstat (limited to 'vdp.c')
-rw-r--r--vdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdp.c b/vdp.c
index a7c9138..b5dbbee 100644
--- a/vdp.c
+++ b/vdp.c
@@ -51,7 +51,7 @@
#define BORDER_BOT_V28_PAL 32
#define BORDER_BOT_V30_PAL 24
-#define INVALID_LINE 0x200
+#define INVALID_LINE (PAL_INACTIVE_START+BORDER_TOP_V30_PAL+BORDER_BOT_V30_PAL)
enum {
INACTIVE = 0,