1.1 --- a/src/musashi/m68kcpu.c Mon Nov 29 00:20:40 2010 +0000 1.2 +++ b/src/musashi/m68kcpu.c Tue Nov 30 01:51:22 2010 +0000 1.3 @@ -724,6 +724,13 @@ 1.4 } 1.5 1.6 1.7 +/* Trigger a Bus Error exception */ 1.8 +void m68k_pulse_buserr(void) 1.9 +{ 1.10 + m68ki_exception_bus_error(); 1.11 +} 1.12 + 1.13 + 1.14 /* Pulse the RESET line on the CPU */ 1.15 void m68k_pulse_reset(void) 1.16 {