summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2020-07-11 21:16:32 -0700
committerMike Pavone <pavone@retrodev.com>2020-07-11 21:16:32 -0700
commitfcf2f4d291b9af0daa49620fad8ea8efad901f15 (patch)
tree7395602342e7c91219da8cd552cac9fc5e4bff23 /vdp.h
parentdf59cb9fd552d7ef2ff6c3de9c37fcbdfc96ab3d (diff)
Fix broken enum definitions that cause multiple definition errors when building with -fno-common which is now the default in GCC 10
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 28a132e..b58aca5 100644
--- a/vdp.h
+++ b/vdp.h
@@ -92,7 +92,7 @@ enum {
REG_DMASRC_L,
REG_DMASRC_M,
REG_DMASRC_H
-} vdp_regs;
+};
//Mode reg 1
#define BIT_VSCRL_LOCK 0x80