Andre Weissflog
Andre Weissflog
Hi, I'm actually not that fluent in modern cmake (interface etc...) to give a very detailed feedback. I like that the CMakeLists.txt files are "contained" in the examples directory and...
Ah, maybe a few points how I would expect it to work from a user perspective: ```bash # on Windows (scoop or any other package mgr): > scoop install cmake...
Yeah sure, that's the "cmake approach", but cmake isn't the only build system in the world. For ImGui as a library I think it's best to just copy the ImGui...
Yeah that's the case when the "keyboard joystick emulation" is active (which is enabled by calling ```cpc_set_joystick_type(cpc, CPC_JOYSTICK_DIGITAL)``` which allows to feed joystick input throught the host machine's keyboard), in...
Ah, I didn't know the MegaDrive uses BUSACK/BUSEQ, first system I know of! No plans at the moment, since I'm currently busy with non-emulator stuff. I guess it would need...
Hmm ok, I'm currently "mentally tuned out" from emulator coding so I don't quite remember why I coded it that way. But you're right, this seems to be a bug...
Only if it's an integral component of an emulated home computer (because otherwise it's hard to test whether the emulation is somewhat correct), I just looked around a bit, and...
> curiously it's a lot slower than the JavaScript one because it has to go back and forth from WASM to JS on every memory read or I/O Yes, that's...
@nippur72 I really like your JS emulators btw, impressive stuff :)
Hi, apologies for not responding to your PRs. I'm currently still busy with sokol-stuff, and I think it will be a few months before I can focus on emulator coding...