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