--- BasiliskII/src/uae_cpu/basilisk_glue.cpp 1999/11/03 10:56:33 1.2 +++ BasiliskII/src/uae_cpu/basilisk_glue.cpp 2000/08/22 12:44:30 1.5 @@ -1,7 +1,7 @@ /* * basilisk_glue.cpp - Glue UAE CPU to Basilisk II CPU engine interface * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ */ #include "sysdeps.h" + #include "cpu_emulation.h" #include "main.h" #include "emul_op.h" @@ -81,7 +82,9 @@ bool Init680x0(void) #endif init_m68k(); +#ifdef USE_COMPILER compiler_init(); +#endif return true; } @@ -115,6 +118,11 @@ void TriggerInterrupt(void) regs.spcflags |= SPCFLAG_INT; } +void TriggerNMI(void) +{ + //!! not implemented yet +} + /* * Get 68k interrupt level