repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
m68k-amiga
/
cia
/
cia_intern.h
blob
914f1ae25ec3147f7e2dc705d252a4866563e918
1
#define VECTORS_NUM 5
2
3
struct
CIABase
4
{
5
struct
Library lib
;
6
volatile
struct
CIA
*
hw
;
7
struct
Interrupt ciaint
;
8
struct
Interrupt
*
Vectors
[
VECTORS_NUM
];
9
UWORD inten_mask
;
10
UBYTE enable_mask
;
11
UBYTE active_mask
;
12
UBYTE executing_mask
;
13
void
(*
hook_func
)(
APTR
,
APTR
,
WORD
);
14
APTR hook_data
;
15
};