You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed function 'probe_gfx' in Kernel/platform/platform-trs80/discard.c:
- the registers gfx_x, gfx_y, and gfx_xor are write-only; we can't get the value back;
- can differentiate between Tandy and Grafyx (original) by trying to write a byte outside the visible range:
the Tandy (and the Grafyx clone by IanMav) can do it, but not the original uLabs Grafyx board;
- currently can't differentiate between the Tandy and the Grafyx clone: the Grafyx clone can't XOR the text
and the hi-res graphics using the gfx_xor register (existing only on the Tandy board).
0 commit comments