C64: 2d proof of concept demo - fonts added

This commit is contained in:
BagoZonde 2016-01-14 01:36:11 +00:00
parent f545d733d3
commit c4430864a5
5 changed files with 6 additions and 5 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.

View File

@ -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
textPortTable_HI
.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
.next
textPortColorTable_HI
.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

View File

@ -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.