diff vdp.h @ 2000:e45a317802bd

Fix broken enum definitions that cause multiple definition errors when building with -fno-common which is now the default in GCC 10
author Mike Pavone <pavone@retrodev.com>
date Sat, 11 Jul 2020 21:16:32 -0700
parents c3c62dbf1ceb
children 4ace0fef6f8f
line wrap: on
line diff
--- a/vdp.h	Sat Jul 11 21:04:16 2020 -0700
+++ b/vdp.h	Sat Jul 11 21:16:32 2020 -0700
@@ -92,7 +92,7 @@
 	REG_DMASRC_L,
 	REG_DMASRC_M,
 	REG_DMASRC_H
-} vdp_regs;
+};
 
 //Mode reg 1
 #define BIT_VSCRL_LOCK 0x80