diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2019-07-30 16:37:57 -0700 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2019-07-30 16:38:28 -0700 |
commit | 226b6f9a3f59785296f29623c4cbabe85e7d1cba (patch) | |
tree | fbf0b47a89354784bf973eebc162224cbf82b676 /src/lg.h | |
parent | c474c463fbcbe1b20a69547ddd0fd621b8950f4b (diff) |
Stop accessing SR12 and SR13
The access to these extended VGA sequencer registers appears to come
from the code for Cirrus Logic Alpine family. Laguna family does not
use these registers according to Laguna VisualMedia Accelerators Family
CL-GD546X Software Technical Reference Manual, Second Edition.
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
Diffstat (limited to 'src/lg.h')
-rw-r--r-- | src/lg.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -31,8 +31,6 @@ enum { /* SR regs */ SR07, SR0E, - SR12, - SR13, SR1E, /* Must be last! */ LG_LAST_REG |