Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
  You are not logged in - nap
Yet Another 2x2 Font   [2018]

Yet Another 2x2 Font Released by :
Monte Carlos

Release Date :
6 April 2018

Type :
C64 256b Intro

Released At :
The 128b Font Compo

User rating:awaiting 8 votes (6 left)   See votestatistics

Credits :
Code .... Monte Carlos of Cascade

Download :

Look for downloads on external sites:
 Pokefinder.org


User Comment
Submitted by Monte Carlos on 7 April 2018
I uploaded an updated version of this contribution, because i crunched the code down to 116 bytes.
The new files are indicated by appending a "-2" to the filename.
Hope, you can accept this as a valid strategy. ;-)
Just imagine, i took out my 126 bytes version from before out of the compo to stay in the two-contributions-per-person-limit.
The shower code became a mess. However, i'm not willing to put more work into this as the shower code is not part of the rulez.
User Comment
Submitted by Monte Carlos on 7 April 2018
Tested with x64 and x64sc. Any problems with real thing?
User Comment
Submitted by Chico on 7 April 2018
At least the picture here shows the program´s result. :)
User Comment
Submitted by Rastah Bar on 6 April 2018
Nice one! I think you may save 2 bytes:
1) CLI is not needed (Kernal performs it).
2) I think you can replace
lda #$07
sta $02
loop:
ldy $02
...
dec $02
bpl loop

with
ldy #$07
loop:
sty $02
...
ldy $02
dey
bpl loop
User Comment
Submitted by Monte Carlos on 6 April 2018
The code to modify the charset and return to basic has a size of 126 bytes. However, neither the register switching for multicolor nor the tile setup for the 2x2 chars fitted into the 128 bytes limit.
Therefore i provided two different version. One without shower (126 bytes) and one with shower (224 bytes). The shower code is not optimized, though.
The code is quite different from the one of the camels working in a block oriented manner and progressing backwards through the rom charset.
Search CSDb
Advanced
Navigate
Prev - Random - Next
Detailed Info
· Summaries
· User Comments (5)
· Production Notes
Fun Stuff
· Goofs
· Hidden Parts
· Trivia
Forum
· Discuss this release
Support CSDb
Help keep CSDb running:



Funding status:




About this site:
CSDb (Commodore 64 Scene Database) is a website which goal is to gather as much information and material about the scene around the commodore 64 computer - the worlds most popular home computer throughout time. Here you can find almost anything which was ever made for the commodore 64, and more is being added every day. As this website is scene related, you can mostly find demos, music and graphics made by the people who made the scene (the sceners), but you can also find a lot of the old classic games here. Try out the search box in the top right corner, or check out the CSDb main page for the latest additions.
Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.199 sec.