Page 1 of 2

Looking for Metacomco Languages

Posted: Fri Jul 26, 2019 11:56 pm
by retro_collector
Hello everyone!

Looking to buy complete versions of Metacomco Assembler, C and Pascal

Let me know what you have!

Thanks

Re: Looking for Metacomco Languages

Posted: Sat Jul 27, 2019 8:37 am
by NormanDunbar
I used to have all of those. My microdrives were too old, possibly, to use and my ROMs were lost - somewhere in the Garage. I still can't find them. :( I sent my microdrives off to the software museum to be preserved as Giorgio has ways and means to read very old very fragile cartridges.

Oh yes, my backup floppies - every one of about 250 in total including originals too - all refused to work. Jammed solid they were. A disaster. :( :( :(

Good luck with your search.

Cheers,
Norm.

Re: Looking for Metacomco Languages

Posted: Sat Jul 27, 2019 4:03 pm
by retro_collector
NormanDunbar wrote:I used to have all of those. My microdrives were too old, possibly, to use and my ROMs were lost - somewhere in the Garage. I still can't find them. :( I sent my microdrives off to the software museum to be preserved as Giorgio has ways and means to read very old very fragile cartridges.

Oh yes, my backup floppies - every one of about 250 in total including originals too - all refused to work. Jammed solid they were. A disaster. :( :( :(

Good luck with your search.

Cheers,
Norm.
Sorry to hear that Norm!

Well if you happen to find or come across them please let me know!

Thanks!

Bill

Re: Looking for Metacomco Languages

Posted: Sat Jul 27, 2019 4:45 pm
by Derek_Stewart
Hi,

If you are struggling to find the Metacomco software, the Prospero Pro Pascal is available for download at:

http://www.dilwyn.me.uk/language/index.html

Also Assemblers are available; Computer One, GST at:

http://www.dilwyn.me.uk/asm/index.html

You will also find much better tools as well.

Re: Looking for Metacomco Languages

Posted: Sat Jul 27, 2019 9:00 pm
by stephen_usher
Here's a floppy image containing Metacomco C Development Kit

http://www.lingula.org.uk/~steve/downlo ... o-c-ql.img

I wrote on the label: "Metacomco C: Compiler, Editor, Linker + Headers"

Of course, to use it you still need the contents of the dongle ROM.

P.S. I also have both the C dongle and a Pascal one, but not the software for that.

The Pascal dongle was fitted on my second QL when I rescued it from the Oxford University Chemistry Department. Strangely the machine had one of the system (JM) ROMs removed but it would work perfectly with the dongle installed.

P.P.S. Using strings(1) on the disk image I discover that Metacomco C is actually the Lattice C compiler!

Code: Select all

Lattice 68000 C Compiler (Phase 1) V3.01
Copyright (C) 1984 Lattice, Inc.
And GST Linker

Re: Looking for Metacomco Languages

Posted: Sun Jul 28, 2019 4:16 pm
by retro_collector
Steve,

Thanks for that. How do I convert the .IMG back to a real floppy on my QL?

Thanks Bill

Re: Looking for Metacomco Languages

Posted: Sun Jul 28, 2019 7:40 pm
by Derek_Stewart
Hi,

I attached the img file to a QPC2 FLP drive and read the files.

If there is a physical floppy drive on the PC, you could copy the files to a floppy disk and transfer to the QL.

But to run the compiler the language rom is required, whiich tnis link to another Fotum thread which has the rom image.

viewtopic.php?t=905#p7284

Why not use C68, which a good established C compiler for the QL.

Re: Looking for Metacomco Languages

Posted: Sun Jul 28, 2019 11:43 pm
by stephen_usher
retro_collector wrote:Steve,

Thanks for that. How do I convert the .IMG back to a real floppy on my QL?

Thanks Bill
Under Linux or macOS you'd use 'dd if=metacomco-c-ql.img of=/dev/whatever-the-floppy-device-is' (when using a root shell).

On a Windows machine you should be able to use rawwrite or similar.

Re: Looking for Metacomco Languages

Posted: Mon Jul 29, 2019 11:37 am
by tcat
Hi,

Not sure if of any help, I tried to find out about a possible ROM to RAM toolkit conversion here in the subject.
viewtopic.php?f=3&t=1499&hilit=ROM+to+R ... ion#p12682

You still however need ROM image of respective MetaComco dongles.
Tomas

Re: Looking for Metacomco Languages

Posted: Mon Jul 29, 2019 7:57 pm
by Derek_Stewart
Hi,

I loaded the QLC rom image with SMSQ/E EPROM_LOAD command and the compiler seems to work okay.

That said I still prefer C68...