ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/basilisk_glue.cpp
(Generate patch)

Comparing BasiliskII/src/uae_cpu/basilisk_glue.cpp (file contents):
Revision 1.2 by cebix, 1999-11-03T10:56:33Z vs.
Revision 1.6 by gbeauche, 2000-09-05T16:52:10Z

# Line 1 | Line 1
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
# Line 19 | Line 19
19   */
20  
21   #include "sysdeps.h"
22 +
23   #include "cpu_emulation.h"
24   #include "main.h"
25   #include "emul_op.h"
# Line 81 | Line 82 | bool Init680x0(void)
82   #endif
83  
84          init_m68k();
85 + #ifdef USE_COMPILER
86          compiler_init();
87 + #endif
88          return true;
89   }
90  
# Line 92 | Line 95 | bool Init680x0(void)
95  
96   void Exit680x0(void)
97   {
98 +        exit_m68k();
99   }
100  
101  
# Line 115 | Line 119 | void TriggerInterrupt(void)
119          regs.spcflags |= SPCFLAG_INT;
120   }
121  
122 + void TriggerNMI(void)
123 + {
124 +        //!! not implemented yet
125 + }
126 +
127  
128   /*
129   *  Get 68k interrupt level

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines