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 |
56 |
|
INTFLAG_SERIAL = 4, // Serial driver |
57 |
|
INTFLAG_ETHER = 8, // Ethernet driver |
58 |
|
INTFLAG_AUDIO = 16, // Audio block read |
59 |
< |
INTFLAG_TIMER = 32 // Time Manager |
59 |
> |
INTFLAG_TIMER = 32, // Time Manager |
60 |
> |
INTFLAG_NMI = 64 // NMI |
61 |
|
}; |
62 |
|
|
63 |
|
extern uint32 InterruptFlags; // Currently pending interrupts |