Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user maak ! (Registered 2024-04-18) You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Any not allowed chars for directory (art)/directory listing?
2018-01-04 20:52
Dano

Registered: Jul 2004
Posts: 226
Any not allowed chars for directory (art)/directory listing?

Maybe i was too blind, but i could not find a resource of allowed or not allowed chars with directory listings.

I am currently working a some better screen fader. For that i would need some free chars in the rom font (copied to ram), that i could overwrite with own content. Or are all (petscii) chars allowed?
 
... 3 posts hidden. Click here to view all posts....
 
2018-01-05 01:25
chatGPZ

Registered: Dec 2001
Posts: 11100
thing is, with some trickery (eg inserting shifted space into the filename)you can make control chars - like revers on - which then allows to admit all (not sure, but that would be my guess) the chars that cant be used in normal filenames. the real question is what exactly you want to do, what kind of "not quite exactly like BASIC LIST output" is acceptable, and how you want to deal with control chars that you cant display as control chars (think CLRSCR)
2018-01-05 16:09
Dano

Registered: Jul 2004
Posts: 226
it's not about altering a directory listing but clearing the screen nicely without the chars on the screen changing their content.

i made it work with pure petscii but i will give it a go with some dithered chars. let's see what will look nicer. :)

just need some 8 chars usually not used/displayed on screen before running a demo.
2018-01-05 16:52
chatGPZ

Registered: Dec 2001
Posts: 11100
that sounds like flawed thinking. obviously when you are doing a "fade from BASIC screen" effect *any* char can be there, regardless what kind of chars are allowed in a directory listing.
2018-01-06 01:40
Tao

Registered: Aug 2002
Posts: 115
If you're making a full disk demo you can just make the dirart yourself, and thus avoid the issue of having to worry about finding a subset--you just decide on a subset of your own :P
2018-01-06 01:43
Compyx

Registered: Jan 2005
Posts: 631
Quoting dano
clearing the screen nicely without the chars on the screen changing their content


That would be quite a trick. If only...
2018-01-06 08:00
ChristopherJam

Registered: Aug 2004
Posts: 1370
Quote: that sounds like flawed thinking. obviously when you are doing a "fade from BASIC screen" effect *any* char can be there, regardless what kind of chars are allowed in a directory listing.

Clearly the thing to do is to analyse the screen at runtime, counting the number of occurrences of each char and using the eight that appear least often :D

Alternately, replace any commas onscreen with full stops, and any semicolons with colons, same for reverses of both - that gives you four free. Then there are the two spare spaces at 96 and 224, thats two more. Oh, and turn zeros into capital Os. Done :D
2018-01-06 09:13
soci

Registered: Sep 2003
Posts: 473
Use this replacement table for uppercase:
67 -> 64
93 -> 66
96 -> 32
106 -> 103
116 -> 101
195 -> 192
221 -> 194
224 -> 160
234 -> 231
244 -> 229

And this for lower case:
96 -> 32
106 -> 103
116 -> 101
222 -> 102
224 -> 160
230 -> 94
234 -> 231
244 -> 229

Therefore you can always get at least 8 chars to play with without changing the displayed content.
2018-01-06 11:15
chatGPZ

Registered: Dec 2001
Posts: 11100
now thats interesting... are those the few cases that were "fixed" from the original thin pet/vic charset?
2018-01-06 12:09
soci

Registered: Sep 2003
Posts: 473
Yes, these are the result of the widening "fixup". The original only had the shift space as duplicate.
2018-01-07 19:22
Dano

Registered: Jul 2004
Posts: 226
soci, that helps alot!
Previous - 1 | 2 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
csabanw
Alakran_64
Guests online: 115
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 The Ghost  (9.6)
10 Bromance  (9.6)
Top onefile Demos
1 It's More Fun to Com..  (9.8)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 Rainbow Connection  (9.5)
6 Wafer Demo  (9.5)
7 TRSAC, Gabber & Pebe..  (9.5)
8 Onscreen 5k  (9.5)
9 Dawnfall V1.1  (9.5)
10 Quadrants  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Logo Graphicians
1 Sander  (10)
2 Facet  (9.7)
3 Mermaid  (9.4)
4 Pal  (9.4)
5 Shine  (9.3)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.044 sec.