mirror of https://github.com/stella-emu/stella.git
a1c490cd21
many places other than the GUI code. As a diversion from the joystick stuff, I'm experimenting with event recording. Eventually, this will allow one to record a state + events, and then load that INP file again. When loaded, Stella will replay the events, and you'll be able to see exactly what happened before. Since this is based on frames, the replaying can speed up and slow down by changing the emulation framerate. And it can be exited at any point, and normal emulation can continue. Or at least that's how I want it to work. A preliminary spec for the event stream is -X A B A B ... -X ..., where X represents how many frames to wait, and 'A B' are event/value pairs representing an event in Stella. I think this is very similar to the scheme that Thomas J. recently added to z26, so converting to a Stella eventstream should be easy. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@905 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba |
||
---|---|---|
CVSROOT | ||
stella |