The next lines initialize the display list, setup some variables for the maze, lives, skill, and read in the new redefined character set data using line 40.
7 DLIST=PEEK(560)+PEEK(561)*256
8 MAZE=1:LI=2:SKILL=1
10 DATA 0,0,224,191,165,229,0,0,56,56,16,56,84,16,40,108,60,126,195,223,209,219,66,60,0,24,60,126,126,60,24,0
20 DATA 0,0,0,15,19,27,3,7,0,0,240,200,216,192,224,60,24,255,255,189,189,36,102
30 DATA 187,187,187,0,238,238,238,0
35 RESTORE 10
40 FOR D=NCB+1*8 TO NCB+9*8-1:READ E:POKE D,E:NEXT D
Pingback: Atari Graphics 1 - Atari 65XE
Pingback: Atari Redefined Characters - Atari 65XE