Proposing CAS extension: Cue data

Hardware Hacking, Programming and Game Solutions/Cheats
User avatar
robcfg
Posts: 1529
Joined: Sat Apr 04, 2009 10:16 pm
Location: Stockholm, Sweden
Contact:

Re: Proposing CAS extension: Cue data

Post by robcfg »

I've done a:
And when I list the branches, I only get:
*master

Is that ok? I have to say that I haven't use git much because I'm more the Mercurial type, but they should work pretty much the same.

Cheers,
Rob
sixxie
Posts: 1346
Joined: Fri Jul 18, 2008 8:36 am
Location: Hertfordshire
Contact:

Re: Proposing CAS extension: Cue data

Post by sixxie »

git branch on its own only lists local branches. Use git branch -a to see the remote ones too. If you git checkout cascue, it should set up a local branch tracking the remote you cloned.

Edit: ah, turns out I'd messed up calculating timing in bin2cas, the error tracking in cas2wav wasn't really an issue.
sixxie
Posts: 1346
Joined: Fri Jul 18, 2008 8:36 am
Location: Hertfordshire
Contact:

Re: Proposing CAS extension: Cue data

Post by sixxie »

Dropped a few examples, and the conversions by cas2wav, in here:

http://www.6809.org.uk/tmp/da/cuetest/
User avatar
robcfg
Posts: 1529
Joined: Sat Apr 04, 2009 10:16 pm
Location: Stockholm, Sweden
Contact:

Re: Proposing CAS extension: Cue data

Post by robcfg »

I've finally updated the CAS file format definition with the Cue data extension format, as it's now supported on Xroar.

You can read it here.

Cheers,
Rob
Post Reply