diff options
author | root <root@lab.panaceas.james.local> | 2013-10-18 13:38:03 +0100 |
---|---|---|
committer | root <root@lab.panaceas.james.local> | 2013-10-18 13:38:03 +0100 |
commit | fdc9f05a49927558ed70b0a4c645780cbedee706 (patch) | |
tree | 520aaaa6b00d7b26b01878d28cd4aec9b9f64da2 /quartus/saa5050.vhd | |
parent | e76089009e2def48d0334acacd3218dfd8f512f8 (diff) | |
download | bbc_de1-fdc9f05a49927558ed70b0a4c645780cbedee706.tar.gz bbc_de1-fdc9f05a49927558ed70b0a4c645780cbedee706.tar.bz2 bbc_de1-fdc9f05a49927558ed70b0a4c645780cbedee706.zip |
working
Diffstat (limited to 'quartus/saa5050.vhd')
-rw-r--r-- | quartus/saa5050.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quartus/saa5050.vhd b/quartus/saa5050.vhd index 5fa1b2c..e087b25 100644 --- a/quartus/saa5050.vhd +++ b/quartus/saa5050.vhd @@ -275,7 +275,7 @@ begin -- character and separated/hold graphics modes apply.
-- We don't just assume this to be the case if gfx=1 because
-- these modes don't apply to caps even in graphics mode
- if rom_data(7) = '1' then
+ if rom_data(7) = '1' and rom_data(6)='0' then
-- Apply a mask for separated graphics mode
if gfx_sep = '1' then
shift_reg(5) <= '0';
|