Tom Seddon
Tom Seddon
Go through the code and ensure that the mnemonics use the 64tass names. Noticed this issue when staring at instruction logs when debugging https://github.com/tom-seddon/6502-tests - that repo hopefully uses the...
Right click and select Open, or double click then approve from the control panel.
macOS builds aren't signed. This means every build is different from the perspective of the Security & Privacy system preferences, so you need to re-do the Caps Lock thing. Annoying...
Homebrew's FFmpeg 4 is built for 11.0 Big Sur. I've left b2's deployment target at 10.9 Mavericks, but will this actually work? Testing this is a bit annoying - Apple,...
imgui submodule is currently a month or two behind, due to some major input API changes that mean it's not a quick and easy upgrade. Some rework required.
Add some screen grabs. Make it more like a walkthrough. Include some worked examples for the HTTP API: https://github.com/tom-seddon/b2/issues/151
Tick box in ULA debug panel? Darken/hide other colours if any ticked?
The macOS version uses ffmpeg for video writing, if it's available at compile time. It should use the system AVFoundation library instead. --Tom