MartianGirl
MartianGirl
Hi, thanks for the suggestion. I've got to complete a bunch of tasks first in order to do this, but I'll keep it in the TODO list. Cheers!
The F5 key issues a reset by using the Z80 RST line, but it also resets all the other chips. In the ZX Spectrum this causes all the memory to...
This is something I want to do, along with the green phosphor mode for the CPC machines.
done :)
I've just added the documentation. The options are now working both for CPC and Speccy. The options are: --nodoublescan - "Normal" scan mode. --scanlines - Darker scanlines --interlace - Mix...
Currently, there are four display options, which **only apply to the ZX Spectrum models**. (I still have to implement that in the CPC models) Imagine this program: `10 BORDER 0:...
I've updated the README.md, the SpecIde.cfg.template in the source tree, and the option names. Now it would be: --nodoublescan (PAL odd field only on all lines) --scanlines (PAL odd field...
Now these options are in the release, so I'll close this issue if it works.
I've been thinking about this one for some time. From the current code, it is not trivial, because SFML does not handle drag 'n drop events. I should reimplement the...