Open dirkwhoffmann opened 5 years ago
If I disable M68K_EMULATE_ADDRESS_ERROR, vAmiga runs at 75 MHz in warp mode 😎.
dirk, you better fasten your seat belt now....
Just tested, my CPU is lock step with the screen refresh so it never goes too fast (you can increase the cpu time slice in my cpu_execute function if you need more CPU to DMA time, I have it at 16 instructions to one DMA at the moment).
But I have to say Address_error option off has reduced the CPU load massively... and testing some code in Blitz has shown that your testing is correct, there is almost no limit to the performance! No program I have tested slows the emulator down 😮
Omega can now claim to be the lowest resource using Amiga emulator, if nothing else 😆
I have two reason to celebrate today, this speed boost and “No Brexit Day”... we celebrated with lunch at a Bavarian Beer House
Amazing, I had the same beer yesterday 😅.
It's really delicious, but I wonder what the brewery's putting in there. If I drink more than one, I get a hangover.
My friend calls the Dunkle Weissbiers “Hangover Juice”! I love them 😊
I've did some performance profiling with vAmiga and found out that 80% of total computation time is consumed by Musashi 😳.
65% is consumed by setJmp() which is called if M68K_EMULATE_ADDRESS_ERROR is enabled. I've seen that Omega also has this option enabled. Did you experience a similar issue? If not, there must be something terribly wrong with me system settings.