Jump to content

New working Coleco ADAM on Hyperspin


doccabet

Recommended Posts

Posted

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?

Posted

If you want the changes made in the module to be official, you should submit them for review.

"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."

RocketLauncher's Official Home

If you appreciate my work:
donate_button.png

My Apps:
Window Logger
Idle Volume Adjuster
ExplorerRestorer
Rom Folder Cleaner
Module Updater
My Guides:
How To Mod Guncons with Aimtrak

Posted

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.

Posted

I don't know whats going on with MESS development. The ADAM floppy driver worked fine in release r25923 of MESS 0.150, but when it updated to MESS 0.151 (which should include that fix), it didn't work anymore.

Posted

My mistake, the syntax changed. you no longer need to specify the 160K disk drive bios.

Now disk games are loaded with:

mame64.exe adam -floppydisk romname.dsk

  • 1 year later...
Posted

mess seems to have changed again, -floppydisk is not accepted, it seems the system name should be adam_flop now instead.

anyone knows how to fix the mess module?

Posted

What is going on here? I have the required adam bios files in roms/ where i keep all my other bioses and they seem to have the correct names..

"adam adam" looks strange to me?..

post-130833-14287066338_thumb.png

Posted

somehow... starting mess.exe with adam as argument from the commandline fixed this.

i've now got mess running adam games. anyone got a nice db? :D

Archived

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

×
×
  • Create New...