A82: Display port question
[Prev][Next][Index][Thread]
A82: Display port question
Hello, I'm trying to figure out how to write directly to the display
port. I'm having troubles, however.
ld a,$20
call $7f3
out ($10),a
ld a,$80
call $7f3
out ($10),a
ld a,$ff
out ($11),a
I thought this code would draw a line on the screen, however it does
nothing. If I take out the call $7f3's, it draws a line sometimes, but
not everytime. What am I doing wrong?
Thanks!
--
Doug Torrance
profzoom@earthling.net
http://profzoom.home.ml.org
(: Have a happy day! :)
Follow-Ups: