VICMIDI release date?

Discuss anything related to the VIC
alterus
Vic 20 Amateur
Posts: 68
Joined: Wed May 13, 2015 4:29 pm
Website: http://bbs.centronian.ca
Location: Victoria BC

Re: VICMIDI release date?

Post by alterus »

Hi, I was wondering if there has been any progress on creating instructions for putting together our own program compilations for the VIC MIDI? Its a great product, but its a shame that there seems to be very little support for it... I'd certainly use mine more if I could actually put the programs I want on the thing....
alterus
Vic 20 Amateur
Posts: 68
Joined: Wed May 13, 2015 4:29 pm
Website: http://bbs.centronian.ca
Location: Victoria BC

Re: VICMIDI release date?

Post by alterus »

Any help on the building our own cart image please? Is this information provided in another place for the Ultimem? I'm sure owners of the Ultimem also would also like to build their own software collections.
alterus
Vic 20 Amateur
Posts: 68
Joined: Wed May 13, 2015 4:29 pm
Website: http://bbs.centronian.ca
Location: Victoria BC

Re: VICMIDI release date?

Post by alterus »

No one knows? Shitty deals...
brain
Vic 20 Nerd
Posts: 531
Joined: Sun Jul 04, 2004 10:12 pm

Re: VICMIDI release date?

Post by brain »

Since I didn't write the code, I needed to contact Marko Makela about it. It took a bit for the response, and I apologize. He did respond, and he appears to be working on a more complete howto, but he sent this quick list of notes, which I will share here:
Read the files prg.txt and filelist.txt. Open one of these files in a text editor and save as myfiles.txt (or some other name).

Edit the file. Try to follow the existing format, because the parser is not very forgiving and it does not have much diagnostics. Finally, save the file.

In the shell, execute the following commands:
makecart menu.img ultimem.img 524288 < myfiles.txt
flash4file ultimem.img ultimem.bin

Then, make the file ultimem.bin accessible to a Vic-20 somehow and use flash4file.prg to copy the contents of ultimem.bin to the UltiMem flash memory. As a result, the contents of the flash memory should correspond to the file ultimem.img (which you could test in VICE by invoking xvic -ultimme ultimem.img).

If you have 8MiB flash on board, replace the 524288 with 8388608 to generate a larger image.

The file menu.img is the auto-starting menu firmware corresponding to the source code menu.s. The file names myfiles.txt, ultimem.img, ultimem.bin can be chosen freely.
Let me know if this helps.

Jim
alterus
Vic 20 Amateur
Posts: 68
Joined: Wed May 13, 2015 4:29 pm
Website: http://bbs.centronian.ca
Location: Victoria BC

Re: VICMIDI release date?

Post by alterus »

Thanks for that Jim!

Question though, where do we find the files this refers to? Specifically the files prg.txt and filelist.txt and makecart command.
brain
Vic 20 Nerd
Posts: 531
Joined: Sun Jul 04, 2004 10:12 pm

Re: VICMIDI release date?

Post by brain »

User avatar
R'zo
Vic 20 Nerd
Posts: 514
Joined: Fri Jan 16, 2015 11:48 pm

Re: VICMIDI release date?

Post by R'zo »

Any word on a cart case for the vic midi cart yet?
R'zo
I do not believe in obsolete...
brain
Vic 20 Nerd
Posts: 531
Joined: Sun Jul 04, 2004 10:12 pm

Re: VICMIDI release date?

Post by brain »

Not yet. I bought a 3D printer to design a case, but am still learning the CAD SW.

Jim
Post Reply