Jump to content
Download Section Back Up, Navigate the Right Hand Menu to find files, ignore the 0s

New working Coleco ADAM on Hyperspin


doccabet

Recommended Posts

I have just gotten the Coleco ADAM working using MESS in Hyperspin - a real blast from my past. The new MESS (r25923) has support for both ADAM floppies and data packs. I have made a crude XML, and modified the mess.ahk to pick the right parameters. There is also a great collection of ADAM software out there.

Now I just need some nice clipart, and I'm no artist. Does anyone have any spare Coleco banners/wheels/themes?

Link to comment
Share on other sites

Its my first attempt to modify an ahk, and I'm pretty sure I just put a crutch in there. I put adam on the systems list, then added 2 lines asking if the rom file was a .ddp or a .dsk, then changing param1 accordingly.

ddp files are loaded as mame64.exe adam -cass1 romname.ddp

dsk files are loaded as mame64.exe adam -net4 fdc,bios=160ta -floppydisk romname.dsk

If ident = adam ; Coleco ADAM

If romExtension = .ddp

param2 = "-cass1" ; Digital Data Pack (ddp) games

Else param2 = "-net4 fdc,bios=160ta -floppydisk" ; Disk games

If there's a better way to do it, I'm all for it.

Link to comment
Share on other sites

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...