--- BasiliskII/src/uae_cpu/basilisk_glue.cpp 1999/10/03 14:16:26 1.1 +++ BasiliskII/src/uae_cpu/basilisk_glue.cpp 2000/04/10 18:53:46 1.3 @@ -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 @@ -81,6 +81,7 @@ bool Init680x0(void) #endif init_m68k(); + compiler_init(); return true; }