dirkwhoffmann / vAmiga

vAmiga is a user-friendly Amiga 500, 1000, 2000 emulator for macOS
https://dirkwhoffmann.github.io/vAmiga
Other
299 stars 25 forks source link

Test Interrupts/Int/int1b fails #738

Closed dirkwhoffmann closed 1 year ago

dirkwhoffmann commented 1 year ago

Back in the fun zone: Fixing 68010 interrupt timing.

A500 ECS 68010: 🥰

int1b_A500_ECS_68010_magnified

vAmiga: 🙈

Bildschirmfoto 2022-10-08 um 15 17 46

What it does is to execute four interrupts with the stack pointer pointing into color register space. This reveals when different portions of the stack frame are written.

dirkwhoffmann commented 1 year ago

Fixed

Bildschirmfoto 2022-10-09 um 10 14 29