Dirk Hoffmann
Dirk Hoffmann
Strange. I can't reproduce it. I made it to level 2 before I died:
I still haven't been able to reproduce it on my machine. I'll close this issue, hoping it's fixed in v5.0b1. Please reopen if not.
An easy solution is to derive the pseudo-number directly from the current CPU cycle: ```C++ u32 C64::random() { return random(u32(cpu.clock)); } u32 C64::random(u32 seed) { // Parameters for the Linear...
Fixed in v5.0b1
Solved according to @mithrendal
Oops, the most fundamental functionality is broken in 2.6 🙄. Thanks for reporting! The culprit is the objC wrapper (which will hopefully be obsolete one day). It juggles with void...
I tried the same a couple of weeks ago with similar error messages. Curiously, it works for VirtualC64. Thus, my plan is to clean up all APIs first (as part...
Featured by v3.0b1.
I think it's a typo and should display as 355640-01. I'll fix it...
Another possibility would be to merge the RetroShell viewer and the RetroShell commander into a single device and to use a unique character to enter command mode. As this is...