Results 113 comments of Toni Wilen

They are graphics.library functions. Here are some links to example code: http://eab.abime.net/showthread.php?t=99010 graphics.library/LoadView(0) tells AmigaOS to switch off current mode, set chipset defaults. (=no RTG, no AGA special modes etc.....

DDFSTRT==DDFSTOP seems to set internal logic to some kind of impossible state (for example both start and stop is active at the same time or something like that) because even...

Like https://github.com/tonioni/WinUAE/issues/179, this is now solved and correctly emulated. Note that result is quite different on OCS vs ECS. DDFSTRT/STOP logic is "interesting" and there are lots of differences between...

I am not 100% sure what the output means but if 2/4 means stacked PC is +2/+4 from start of BKPT, I get expected +2 if I check what your...

Next version uses latest PCem v16, was updated because bridgeboard FPU support was requested. I don't consider perfect accuracy important when emulating expansion boards, especially because bridgeboard shared RAM and...

Perhaps it is but I don't trust anyone without hard facts. For example I was said that 86box Cirrus Logic emulation is supposedly better but in reality it looks it...

Ok, I'll try your CL emulation (What do I win if I find a bug/missing feature? :)). It looks like vsync support is missing (interrupt and status bits). And overlay...

I'll create patches for vsync stuff later.

Hi. I can try building ARM64EC binary. ARM64EC does not require all modules to be arm binaries (it can include x64 code that executes transparently in x64 emulator), which makes...

ARM64EC build added but note that current ARM JIT (from Aranym) does not support ARM64. No plain ARM64 because lots of dependencies are still x64 only.