I've recently done a vic20 version of d64it, so now you can extract d64's (or create them) natively on your trusty (rusty?) old vic 20! It needs a vic with 8k or more of expansion ram.
UPDATED - Source code released 16/1/2002
I've cleaned/rearranged the source a lot and tried to sprinkle little bits of my knowledge amongst the source code tree that may be useful to anyone trying to make any sense of it. I haven't really finished doing this, so feel free to throw questions at me about things you don't understand if you choose to work with it and I'll add them to the source.
If anyone decides to play with it I would like any feedback on improving the source distribution along with the code itself.
btw, you'll need unix (probably linux) to compile the source tree.
Also, Franz Kottira has created an excellent page showing how to use most features of NT10 (in both English and Deutsche). See the English version or the German version.
Novaterm 10 is the ill-fated successor to Novaterm9.6, arguably the most popular terminal program ever for the Commodore 64. It is a complete re-write, that works natively on both a c64 or c128.
Novaterm 10 was never finished. It remains beta software.
Many drivers & utilities don't exist (compared to 9.6) or are unreliable. For example: user port serial (broken), up9600 interface (missing)
What is here is also unfinished!
This is mostly just things I fixed that bugged me, or interesting stuff that I wanted to see working like PPP and the 33 row screen mode. I don't know the NT10 source code that well, only the stuff that I wanted to fix like the screen drivers, terminal emulation and a few others. Getting it the way it should be would require a major rewrite due to many architectural problems (lack of memory for example, that the kernals remain switched in, horrible NMI handling etc etc etc).
Due to work & other commitments, Nick Rossi eventually gave up on NT10. However I did offer to help him with it and what you find here are the results of my work. The main things I did were:
Lots. A rough list off the top of my head:
I'll extend this list in future. I haven't looked at the code in yonks so probably forgot lots of things.
Below is the same screen (midnight commander on a linux shell) in the 80xx33 and then 80x25 NT10 screen modes. Note the extra lines of the first shot. The extra lines are great, especially for file listings and web browing with lynx/w3m/links. Click on the picture for an expanded version you can actually read on your hires PC screen :)
I've recently done a vic20 version of d64it, so now you can extract d64's (or create them) natively on your trusty (rusty?) old vic 20! It needs a vic with 8k or more of expansion ram.