1.1 diff -r 320dc6206f52 -r ea417ac1d83a src/musashi/m68k.h 1.2 --- a/src/musashi/m68k.h Mon Nov 29 00:20:40 2010 +0000 1.3 +++ b/src/musashi/m68k.h Tue Nov 30 01:51:22 2010 +0000 1.4 @@ -280,6 +280,10 @@ 1.5 void m68k_pulse_halt(void); 1.6 1.7 1.8 +/* Trigger a bus error exception */ 1.9 +void m68k_pulse_bus_error(void); 1.10 + 1.11 + 1.12 /* Context switching to allow multiple CPUs */ 1.13 1.14 /* Get the size of the cpu context in bytes */