summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magicard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magicard.c')
-rw-r--r--src/mame/drivers/magicard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magicard.c b/src/mame/drivers/magicard.c
index a661fa51eb2..a4042ce4655 100644
--- a/src/mame/drivers/magicard.c
+++ b/src/mame/drivers/magicard.c
@@ -512,7 +512,7 @@ READ16_MEMBER(magicard_state::philips_66470_r)
UINT8 vdisp;
vdisp = m_screen->vpos() < 256;
- return (m_pcab_vregs[offset] & 0xff7f) | vdisp<<7; //TODO
+ return (m_pcab_vregs[offset] & 0xff7f) | vdisp<<7; //TODO
}
}