summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stvvdp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stvvdp1.c')
-rw-r--r--src/mame/video/stvvdp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stvvdp1.c b/src/mame/video/stvvdp1.c
index 5dc82c81559..1f929c6c697 100644
--- a/src/mame/video/stvvdp1.c
+++ b/src/mame/video/stvvdp1.c
@@ -154,7 +154,7 @@ struct shaded_point
#define STV_VDP1_EDSR ((state->m_vdp1_regs[0x010/4] >> 16)&0x0000ffff)
#define STV_VDP1_CEF (STV_VDP1_EDSR & 2)
#define STV_VDP1_BEF (STV_VDP1_EDSR & 1)
-#define CEF_1 state->m_vdp1_regs[0x010/4]|=0x00020000
+#define CEF_1 state->m_vdp1_regs[0x010/4]|=0x00020000
#define CEF_0 state->m_vdp1_regs[0x010/4]&=~0x00020000
/**/