From fcf2f4d291b9af0daa49620fad8ea8efad901f15 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sat, 11 Jul 2020 21:16:32 -0700 Subject: Fix broken enum definitions that cause multiple definition errors when building with -fno-common which is now the default in GCC 10 --- vdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vdp.h') 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 -- cgit v1.2.3