-
This is a feature in many drawing programs and extremely helpful:
- when holding down shift, only move horizontally OR vertically
Makes it very easy to draw straight lines
-
The question is: which one? Nearly all of my experience is in the Apple II world, so I don't have a sense for what's standard on other platforms.
The cc65 assembler can generate code for just abou…
-
- "Shifted" line: if you try to draw an axis locked line, but the cursor leaves the starting character position at the corner, the line shifts one character next to the starting pos. Hmm, I'm not su…
-
It looks like when Linus Walleij created his [PETSCII to Unicode table](https://dflund.se/~triad/krad/recode/petscii_c64en_lc.txt) he made an off-by-one error and that mistake made it into your codec …
-
User should have a way to navigate different badge features.
Menu items may include:
* BASIC
* Music program (if separate from basic)
* Play Tetris
* Play Zork
* User Program (if added)
* Wha…
-
(Probably the top request I get for spritemate)
Save the file as BASIC listing with DATA statements
-
At some point, cc65 seems to have changed parts of the ASCII->PETSCII translation. This resulted in broken drawing characters on the main screen.
sur5r updated
7 years ago
-
I know I am typing everything in correctly. Is there a way to list available SSIDs?
-
I've been trying to get this new version of tcpser to work with Ivory BBS. I run a BBS and it current works with the older version at 1200 baud, but wont begin the session with a call on 2400 baud. Y…
-
Hi!
While coding on a host machine (Linux in my case) you enter literals in the encoding of that host machine (UTF-8, Latin-1 or whatever). So the 'hello world!' in the hello program is a string lite…