comparison 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
comparison
equal deleted inserted replaced
1999:7a6835c02db0 2000:e45a317802bd
90 REG_DMALEN_L, 90 REG_DMALEN_L,
91 REG_DMALEN_H, 91 REG_DMALEN_H,
92 REG_DMASRC_L, 92 REG_DMASRC_L,
93 REG_DMASRC_M, 93 REG_DMASRC_M,
94 REG_DMASRC_H 94 REG_DMASRC_H
95 } vdp_regs; 95 };
96 96
97 //Mode reg 1 97 //Mode reg 1
98 #define BIT_VSCRL_LOCK 0x80 98 #define BIT_VSCRL_LOCK 0x80
99 #define BIT_HSCRL_LOCK 0x40 99 #define BIT_HSCRL_LOCK 0x40
100 #define BIT_COL0_MASK 0x20 100 #define BIT_COL0_MASK 0x20