@@ -4,7 +4,7 @@
|
|||||||
* macro was fixed some time after 2.19 to (VER_MAJOR * 0x100) + VER_MINOR.
|
* macro was fixed some time after 2.19 to (VER_MAJOR * 0x100) + VER_MINOR.
|
||||||
*
|
*
|
||||||
* The following strategy can be used to still compare for less or greater versions,
|
* The following strategy can be used to still compare for less or greater versions,
|
||||||
* should this really be necessary or wanted - it is not recommended afterall.
|
* should this really be necessary or wanted - it is not recommended after all.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -775,7 +775,7 @@ _DrawChar: sty tempy
|
|||||||
sta dest_hi
|
sta dest_hi
|
||||||
|
|
||||||
lda #0 ; Get the address in font memory where this
|
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)
|
lda tempa ; ascii)
|
||||||
|
|
||||||
sty temp2
|
sty temp2
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Sim65 trace functionailty example.
|
* Sim65 trace functionality example.
|
||||||
*
|
*
|
||||||
* Description
|
* Description
|
||||||
* -----------
|
* -----------
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ int main (void) {
|
|||||||
|
|
||||||
displayable = 1; // Assume character is mapped
|
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
|
case '1': // into the display buffer
|
||||||
DISPLAY.d6 = DISP_1; // one at a time
|
DISPLAY.d6 = DISP_1; // one at a time
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user