| |
tlr
Registered: Sep 2003 Posts: 1794 |
Tool to generate raw sidreg dumps from .sid?
For a little project I'm doing I'm looking for a tool that can produce sidreg dumps from a .sid. Think $19 bytes per frame call.
I guess I could modify SIDDump V1.04 but I'm guessing someone is already sitting on a finished tool for the purpose. ;)
Command line preferred. |
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11443 |
what about.... use tracepoint in vice monitor, make regex to convert into whatever form you need? :) |
| |
tlr
Registered: Sep 2003 Posts: 1794 |
Interesting idea. It would solve any emulation accuracy problems. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11443 |
not that accuracy is a big problem when playing sids (unless you are dealing with samples or sth like that) |
| |
tlr
Registered: Sep 2003 Posts: 1794 |
I ended up patching SIDDump V1.05. Patch attached to that entry.
Incidently Mixer and I had a mid-air patch collision on this feature via PM. :)
Which patch is the most useable I don't know. |
| |
Mixer
Registered: Apr 2008 Posts: 456 |
Raw is good. I needed sid register values as unfiltered hex strings out, so did that. I have to mod my few lines on top of tlr patch to do it properly. |