Fix TEXT table to use BASL BASH

Michael 2016-01-15 04:49:31 -08:00
parent 5f2b5d1955
commit 9cad7da731
1 changed files with 2 additions and 2 deletions

@ -231,9 +231,9 @@ FBD8: 60 591 RTS
ORG $1200
1200: B9 80 12 Y2TXTADR LDA y2txtL, Y
1203: 85 26 STA GBASL
1203: 85 28 STA BASL
1205: B9 98 12 LDA y2txtH, Y
1208: 85 27 STA GBASH
1208: 85 29 STA BASH
120A: 60 RTS
ORG $1280