Michel de Bree
Michel de Bree
A nice-to-have really. I use self-modifying code a lot, like in this contrived example: ``` !let color = loop + 1 lda #0 sta color loop: lda #0 sta $d020...
I try to use a "fake" boolean variable, and apply the ! (not) operator. This is not supported. The following gives a message that is quite clear, but doesn't report...
If I don't use the right syntax, I get a cryptic error. There is no example on the site of the right syntax. Works: ``` !if (debugging) { lda #0...
Batch processing to (hopefully) speed up converting a large number of images, for example converting a video. Batch processing is now easily done by calling retropixels from an external script....
Draft for fixing #183 Hardcoded fullscreen An extra clearing of the screen is done in `viewport:End()` to eliminate noise in the 'letterboxed' areas. This seems like a hack; I would...
- Contains both fonts hardcoded (default and c64) - Tables have twice as many rows when using c64 fonts - Pulse/Filter meters scale with font - Undocumented config `Window.Font` =...
- Alt-o toggles ASID/RESID - Output device shown in status bar - Mouse clicking the status also switches - No switch to ASID if the MIDI port is not open...
* When new configuration item is set to a MIDI interface name, ASID will be sent out in parallel with the reSID audio * Tested with MacOS and Windows *...
**Is your feature request related to a problem? Please describe.** If SF2 (or my computer) crashes I have lost my work **Describe the solution you'd like** When starting SF2 after...
**Is your feature request related to a problem? Please describe.** The warning about unsaved changes when exiting SF2 doesn't clearly say that this means there *are* unsaved changes. A new...