# HG changeset patch # User Michael Pavone # Date 1740468655 28800 # Node ID e8b630a1ea4efdeb6bfc9c3b05524c6a1a847904 # Parent eab8e03967769a79aa317a992c596c1f0ea62e7c Implement line A and line F exceptions in new 68K core diff -r eab8e0396776 -r e8b630a1ea4e m68k.cpu --- a/m68k.cpu Mon Feb 24 23:18:56 2025 -0800 +++ b/m68k.cpu Mon Feb 24 23:30:55 2025 -0800 @@ -3477,3 +3477,15 @@ update_flags XNZV0C m68k_save_dst 1 m68k_prefetch + +1010XXXXXXXXXXXX line_a + nospecialize X + #TODO cycle counts + pc -= 2 + m68k_trap 10 + +1111XXXXXXXXXXXX line_f + nospecialize X + #TODO cycle counts + pc -= 2 + m68k_trap 11