Search found 68 matches

by alterus
Tue Aug 30, 2016 12:39 am
Forum: General Topics
Topic: VICMIDI release date?
Replies: 97
Views: 17777

Re: VICMIDI release date?

Hey, I've been trying to get the cartridge prg files from zimmers to run with the VIC MIDI. I enable all ram and the programs wont start. Does anyone know how to get these working? Here are the files i'm trying: http://www.zimmers.net/anonftp/pub/cbm/ ... index.html
by alterus
Thu Jul 21, 2016 5:52 pm
Forum: Programming
Topic: ViuTerm (work in progress)
Replies: 10
Views: 2495

Re: ViuTerm (work in progress)

Mike wrote:(a restriction to PETSCII locks you out of 99% of all still existing BBSs).
There are currently 36 PETSCII BBSes listed on http://cbbsoutpost.servebbs.com/ so that's plenty for me. But ya.. you're right.
by alterus
Thu Jul 21, 2016 5:49 pm
Forum: Programming
Topic: ViuTerm (work in progress)
Replies: 10
Views: 2495

Re: ViuTerm (work in progress)

@alterus: before you begin to translate significant parts of ViuTerm into machine code, the program should advance in functionality beyond a simple bi-directional copy program. There's no character set conversion at all (a restriction to PETSCII locks you out of 99% of all still existing BBSs). The...
by alterus
Thu Jul 21, 2016 4:06 pm
Forum: Programming
Topic: ViuTerm (work in progress)
Replies: 10
Views: 2495

Re: ViuTerm (work in progress)

For me having 40 column CG text isn't necessary. In fact, I've also been making some 22 column PETSCII screens for Centronian BBS. The goal is to eventually start up a VIC20 specific BBS that is all 22 column screens. This ViuTerm is the first step :) No point making the VIC20 do something its not g...
by alterus
Wed Jul 20, 2016 5:45 pm
Forum: Programming
Topic: ViuTerm (work in progress)
Replies: 10
Views: 2495

Re: ViuTerm (work in progress)

I'm sure its possible to get a 40 column colour CG term if you created a custom char set and bitmapped the screen. But the whole point of ViuTerm is that it works on an unexpanded VIC 20. There is no way you'll get a 40 column custom char set plus term code in without a RAM expansion.
by alterus
Mon Jul 18, 2016 2:10 pm
Forum: Programming
Topic: ViuTerm (work in progress)
Replies: 10
Views: 2495

ViuTerm (work in progress)

Hey everyone, After trying out the existing Vic 20 terminal software it became very clear to me that a new terminal program was needed which supports colour CG mode. So I set about writing one in basic for the unexpanded Vic 20 called ViuTerm (Vic Unexpanded Terminal). It supports baud rates on the ...
by alterus
Sat Jul 16, 2016 1:19 pm
Forum: General Topics
Topic: VIC MIDI review video
Replies: 4
Views: 1097

VIC MIDI review video

Hello everyone! I made a review video of the new VIC MIDI cartridge for Scene World. I show the hardware, what you can do with it, and play some tunes along with a C64 and MSSIAH. Enjoy!

https://www.youtube.com/watch?v=p8VkudXFpiw
by alterus
Tue Jul 12, 2016 12:15 am
Forum: General Topics
Topic: VICMIDI release date?
Replies: 97
Views: 17777

Re: VICMIDI release date?

AFAIR There is just the vicmidi software in this 8k ultimem.bin. Correct. I can see about making an ultimem binary with all the games and the midi SW, if wanted. Jim That would be great! But even better would be letting us all know how to make our own ultimem binaries... I would really love to put ...
by alterus
Thu Jul 07, 2016 11:15 am
Forum: General Topics
Topic: Term
Replies: 8
Views: 1324

Re: Term

Oh crazy... I'm using Ubuntu 14.04 and it works perfectly. Are you using Windows? I didn't realize this was an issue... I'll fix it. Try right click, save link as...
by alterus
Thu Jul 07, 2016 11:10 am
Forum: General Topics
Topic: Term
Replies: 8
Views: 1324

Re: Term

plbyrd wrote:@alterus

Your webserver doesn't have a mime type for PRG files. You need to add one with "application/octet-stream" as the value.
Ok I'll look into that. Where you able to download ViuTerm? The download works fine for me...
by alterus
Tue Jul 05, 2016 12:26 am
Forum: General Topics
Topic: VICMIDI release date?
Replies: 97
Views: 17777

Re: VICMIDI release date?

Hey, I was just looking at the VICMIDI store page ( http://store.go4retro.com/vic-20-midi-cartridge/ ) and see that the Schema's midi software is now included in the cart. Yep. FLash: http://go4retro.com/downloads/VICMIDI/midi/ultimem.bin to your unit. Is there some update firmware we can load up? ...
by alterus
Mon Jun 27, 2016 11:56 am
Forum: General Topics
Topic: Term
Replies: 8
Views: 1324

Re: Term

I've actually been working on a term in basic called ViuTerm. It supports PETSCII and works at 1200 baud. It also has a 1kb buffer, but its still a work in progress. I'll post it sometime soon as a software release for the year.... but until then... I've been beta testing it on my BBS (centronian.se...
by alterus
Wed Jun 22, 2016 4:49 pm
Forum: General Topics
Topic: VICMIDI release date?
Replies: 97
Views: 17777

Re: VICMIDI release date?

Hey, I was just looking at the VICMIDI store page ( http://store.go4retro.com/vic-20-midi-cartridge/ ) and see that the Schema's midi software is now included in the cart. Is there some update firmware we can load up? Also, is there an editor we can use to select which software we'd like to be inclu...
by alterus
Mon Apr 25, 2016 2:32 pm
Forum: General Topics
Topic: VICMIDI release date?
Replies: 97
Views: 17777

Re: VICMIDI release date?

Also, any update on the manual for the VICMIDI? We could really use some info about all the features and how to access them using POKE commands, etc.
by alterus
Mon Apr 25, 2016 2:30 pm
Forum: General Topics
Topic: VICMIDI release date?
Replies: 97
Views: 17777

Re: VICMIDI release date?

So, how do I access and use the rs232 port on the VICMIDI? I'd like to write some terminal software for it as it looks like it would be nice and fast.