1 |
|
/* |
2 |
|
* main.h - General definitions |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2000 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2001 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 |
63 |
|
extern uint32 InterruptFlags; // Currently pending interrupts |
64 |
|
extern void SetInterruptFlag(uint32 flag); // Set/clear interrupt flags |
65 |
|
extern void ClearInterruptFlag(uint32 flag); |
66 |
– |
extern void TriggerNMI(void); |
66 |
|
|
67 |
|
#endif |