Jump to content
IGNORED

Transfer Program for CC3?


daldude

Recommended Posts

Where can I download the program that lets you send a ROM file to the Cuttle Cart 3 via the serial port built into it? I had it at one time but lost it when I lost all my data one day.

I have the menu editing program but it is a pain to have to keep removing the memory card when I want to try out a new game or demo program that I get.

 

 

Thanks

 

 

Link to comment
Share on other sites

Probably not what you're looking for, but here's what I use: The command line. :-)

 

SDK-1600 includes a utility, "bin2rom", that can output CC3 formatted .ROM files. jzIntv 1.0 beta4 should be sufficient for this: http://spatula-city.org/~im14u2c/intv/

  • Linux command-line instructions:
    • stty 115200 raw < /dev/ttyXXX This configures your serial port. Replace ttyXXX with your actual serial port designation. Only needed once per "session."
    • bin2rom --cc3 foo.bin This creates "foo.rom" in CC3-ready format.
    • cat foo.rom > /dev/ttyXXX This sends the file.
  • Windows command-line instructions: (Tested under WinXP SP3 just now; haven't tried Win 7 or 8.)
    • mode COM1 BAUD=115200 PARITY=N DATA=8 STOP=1
    • bin2rom --cc3 foo.bin
    • copy foo.rom/b COM1
  • MacOS X command-line instructions: See Linux command-line instructions. :-)
    • Note: I was unable to get the stty command to set the baud rate with my particular USB to serial dongle. Don't know why.
    • Among the two device nodes created by my dongle, I needed to use the "cu" node. (/dev/cu.usbserial-FTTGZTG8 in my case.)
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...