Hi good afternoon.
tdata (basic) BUTTERFLY no color with latest x16 emulator.
greeting
tdata (basic) BUTTERFLY no color in the next x16.
tdata (basic) BUTTERFLY no color in the next x16.
- Attachments
-
- tdata.jpg (50.76 KiB) Viewed 1771 times
- JimmyDansbo
- Posts: 476
- Joined: Sun Apr 26, 2020 8:10 pm
- Location: Denmark
- Contact:
Re: tdata (basic) BUTTERFLY no color in the next x16.
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
Re: tdata (basic) BUTTERFLY no color in the next x16.
hello, thanks.
this is ok.
this is ok.
Code: Select all
XO = 37 : YO = 27
FOR X = 0 TO 6
FOR Y = 0 TO 6
TD = TDATA(X, Y)
TA = TATTR(X, Y)
TILE XO+X, YO+Y, TD, TA
NEXT
NEXT
- Attachments
-
- es geht.jpg (40.08 KiB) Viewed 1723 times