Dirk Hoffmann

Results 244 comments of 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...

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

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