@@ -775,7 +775,7 @@ _DrawChar: sty tempy
|
||||
sta dest_hi
|
||||
|
||||
lda #0 ; Get the address in font memory where this
|
||||
sta src_hi ; Petscii chracter lives (after conversion from
|
||||
sta src_hi ; Petscii character lives (after conversion from
|
||||
lda tempa ; ascii)
|
||||
|
||||
sty temp2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Sim65 trace functionailty example.
|
||||
* Sim65 trace functionality example.
|
||||
*
|
||||
* Description
|
||||
* -----------
|
||||
|
||||
@@ -73,7 +73,7 @@ int main (void) {
|
||||
|
||||
displayable = 1; // Assume character is mapped
|
||||
|
||||
switch ( buffer[l] ) { // Put the typed charaters
|
||||
switch ( buffer[l] ) { // Put the typed characters
|
||||
case '1': // into the display buffer
|
||||
DISPLAY.d6 = DISP_1; // one at a time
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user