1 |
|
/* |
2 |
|
* basilisk_glue.cpp - Glue UAE CPU to Basilisk II CPU engine interface |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-1999 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2000 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
19 |
|
*/ |
20 |
|
|
21 |
|
#include "sysdeps.h" |
22 |
+ |
|
23 |
|
#include "cpu_emulation.h" |
24 |
|
#include "main.h" |
25 |
|
#include "emul_op.h" |
82 |
|
#endif |
83 |
|
|
84 |
|
init_m68k(); |
85 |
+ |
#ifdef USE_COMPILER |
86 |
|
compiler_init(); |
87 |
+ |
#endif |
88 |
|
return true; |
89 |
|
} |
90 |
|
|
118 |
|
regs.spcflags |= SPCFLAG_INT; |
119 |
|
} |
120 |
|
|
121 |
+ |
void TriggerNMI(void) |
122 |
+ |
{ |
123 |
+ |
//!! not implemented yet |
124 |
+ |
} |
125 |
+ |
|
126 |
|
|
127 |
|
/* |
128 |
|
* Get 68k interrupt level |