diff options
Diffstat (limited to 'src/devices/oprom/yabel/biosemu.h')
-rw-r--r-- | src/devices/oprom/yabel/biosemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/oprom/yabel/biosemu.h b/src/devices/oprom/yabel/biosemu.h index 39cc0a9b0e..4f5c4aaa5b 100644 --- a/src/devices/oprom/yabel/biosemu.h +++ b/src/devices/oprom/yabel/biosemu.h @@ -45,6 +45,7 @@ * the function pointer is NULL */ typedef int (* yabel_handleIntFunc)(void); extern yabel_handleIntFunc yabel_intFuncArray[256]; +void mainboard_interrupt_handlers(int, yabel_handleIntFunc); struct device; |