Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: empardopo on February 04, 2015, 06:18:39 am

Title: Spectrum in wolfmess
Post by: empardopo on February 04, 2015, 06:18:39 am
Anybody has configured the spectrum emulator using wolfmess?
I get record the game and It's OK. My problem is how can I see the recorded game then?

To record the game I use this command line
Code: [Select]
mess spectrum -snapshot "software\spectrum\Manic Miner (1983)(Bug-Byte Software).z80" -record manicminer.inp

Now, I have the file manicminer.inp
How can I see it?

Thanks in advance.
Title: Re: Spectrum in wolfmess
Post by: Tafoid on February 12, 2015, 10:53:37 am
Anybody has configured the spectrum emulator using wolfmess?
I get record the game and It's OK. My problem is how can I see the recorded game then?

To record the game I use this command line
Code: [Select]
mess spectrum -snapshot "software\spectrum\Manic Miner (1983)(Bug-Byte Software).z80" -record manicminer.inp

Now, I have the file manicminer.inp
How can I see it?

Thanks in advance.

Use the same command as above, but use "-playback" instead of "-record" to watch it in action.

Title: Re: Spectrum in wolfmess
Post by: empardopo on February 16, 2015, 02:51:44 am
Anybody has configured the spectrum emulator using wolfmess?
I get record the game and It's OK. My problem is how can I see the recorded game then?

To record the game I use this command line
Code: [Select]
mess spectrum -snapshot "software\spectrum\Manic Miner (1983)(Bug-Byte Software).z80" -record manicminer.inp

Now, I have the file manicminer.inp
How can I see it?

Thanks in advance.

Use the same command as above, but use "-playback" instead of "-record" to watch it in action.

Have you tested it? It doesn't work!