diff --git a/Platform/C64/README.txt b/Platform/C64/README.txt index 682db5cf..48dcc8c9 100644 --- a/Platform/C64/README.txt +++ b/Platform/C64/README.txt @@ -18,5 +18,5 @@ Features: Tools used: 64tass compiler - GangEd for tiles (data saved separately as videomem, colormem and bitmap) and fonts + GangEd and Pixcen used for tiles (data saved separately as videomem, colormem and bitmap), bitmap part for fonts saved under fonts.map filename SpritePad for sprites diff --git a/Platform/C64/demos/2d-demo-2016-01-14.prg b/Platform/C64/demos/2d-demo-2016-01-14.prg new file mode 100644 index 00000000..d747ebe8 Binary files /dev/null and b/Platform/C64/demos/2d-demo-2016-01-14.prg differ diff --git a/Platform/C64/src/binary/fonts.map b/Platform/C64/src/binary/fonts.map index 4efc0ad4..af5952fa 100644 Binary files a/Platform/C64/src/binary/fonts.map and b/Platform/C64/src/binary/fonts.map differ diff --git a/Platform/C64/src/includes/tables/textTables.asm b/Platform/C64/src/includes/tables/textTables.asm index 1f0c4777..4fa4745e 100644 --- a/Platform/C64/src/includes/tables/textTables.asm +++ b/Platform/C64/src/includes/tables/textTables.asm @@ -9,28 +9,28 @@ fontsTable_HI .next textPortTable_LO - .for step=0, step<=13, step=step+1 + .for step=0, step<=15, step=step+1 .for l=0, l<=15, l=l+1 .byte TEXTPORT_BITMAP_OFFSET+SCREEN-1+step*320+l*8 .next .next textPortColorTable_LO - .for step=0, step<=13, step=step+1 + .for step=0, step<=15, step=step+1 .for l=0, l<=15, l=l+1 .byte TEXTPORT_SCREEN_OFFSET+SCREEN_COLOR_RAM+step*40+l .next diff --git a/Platform/C64/src/texts/text01.asm b/Platform/C64/src/texts/text01.asm index 302400f6..d8e90f20 100644 --- a/Platform/C64/src/texts/text01.asm +++ b/Platform/C64/src/texts/text01.asm @@ -1 +1,2 @@ A subtle breeze stirs dust across the dry desert floor. +You stand at the end of the long trail from Fresno California to the Sierra Nevada Mountains.