aboutsummaryrefslogtreecommitdiffstats
path: root/src/uxn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uxn.h')
-rw-r--r--src/uxn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uxn.h b/src/uxn.h
index bd9379c..6f01405 100644
--- a/src/uxn.h
+++ b/src/uxn.h
@@ -29,6 +29,7 @@ typedef struct {
29typedef struct Device { 29typedef struct Device {
30 struct Uxn *u; 30 struct Uxn *u;
31 u8 addr, dat[16], *mem; 31 u8 addr, dat[16], *mem;
32 u16 vector;
32 void (*talk)(struct Device *d, u8, u8); 33 void (*talk)(struct Device *d, u8, u8);
33} Device; 34} Device;
34 35