Clownacy

Results 35 issues of Clownacy

As a simple usability improvement, the emulator should change region to suit the loaded game. This would prevent games with region locking from being unplayable until the user changes the...

> vladikcomper — Today at 18:21 > Hi, I have another bug report on Clownmdemu, this time quite serious~ > > Looks like timing of Z80 interrupts is quite buggy....

To quote Malachi... ``` I found the problem code. Basically at the end of my H_Int routine I had this ; a5 = vdp control reg - move.w (a5),d0 ;...

This is something that Vladikcomper has brought up a few times: Gens KMod and BlastEm support the KDebug API, which allows emulated software to call into the emulator for a...

Apparently using mutexes in an audio callback is a stupid idea, because of stuff like priority-inversion. I never liked using them anyway, since the ones in clownaudio are locked to...

Right now clownaudio just uses the backend's 'Create' function to see if the loaded file is in that backend's format, but that's a whole lot of overhead. Certain libraries (I...

That's kind of why this is called a mod loader, not just a DLL loader.

enhancement

This should be easy, really. From the user's point of view, there should just be a 'settings.txt' that looks like this: ``` jump = z shoot = x up =...

enhancement

These will be built into the mod loader itself. They will be enabled via settings. Mods will be able to override these settings, in the event that they depend on...

enhancement
mod loader

Somewhere, the Org file redirection is interfering with NICE's Ogg playback.

bug
mod loader
issue with external software