Becky is not a bear on Nostr: Working on the VERA emulation for my 65816 system emulator. After an IntelliJ-related ...
Working on the VERA emulation for my 65816 system emulator. After an IntelliJ-related hiccup, I've got my code in progress to run on my mac again. (Wasn't a mac problem, btw.)
The official X16 emulator is written in C, and uses SDL2 for the VERA emulation. I'm basically trying to do a 1:1 (more or less) conversion to Java using libsdl4j.
So far, this is going well, and SDL2 seems to be pretty lightweight compared to the other things I've considered using.
#sentinel65x
The official X16 emulator is written in C, and uses SDL2 for the VERA emulation. I'm basically trying to do a 1:1 (more or less) conversion to Java using libsdl4j.
So far, this is going well, and SDL2 seems to be pretty lightweight compared to the other things I've considered using.
#sentinel65x