refactor main and irqmgr

This commit is contained in:
Prakxo
2023-08-03 00:16:21 +02:00
parent ff9bf7e84f
commit fd35cf0e9b
13 changed files with 77 additions and 18 deletions
+1
View File
@@ -76,6 +76,7 @@ extern Debug_mode* debug_mode;
#define GETREG(reg, idx) ((s16)(REGADDR(reg, idx)))
#define SETREG(reg, idx, val) (REGADDR(reg, idx) = (val))
extern void new_Debug_mode();
#ifdef __cplusplus
};
#endif