Tom Seddon

Results 212 issues of 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...

UI/UX

Right click and select Open, or double click then approve from the control panel.

mac

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...

admin
mac

FFmpeg is on version 5 now! Once #191 is fixed, should consider an upgrade.

admin

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,...

mac

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.

3rd party

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

admin

Tick box in ULA debug panel? Darken/hide other colours if any ticked?

debugger

https://github.com/mattgodbolt/jsbeeb/pull/205

other-emu

The macOS version uses ffmpeg for video writing, if it's available at compile time. It should use the system AVFoundation library instead. --Tom

mac