PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
exception.h
Go to the documentation of this file.
1 #ifndef _PSXSDK_EXCEPTION_H
2 #define _PSXSDK_EXCEPTION_H
3 
4 extern void (*_EXC_vblank_handler)();
5 extern void (*_EXC_sio_handler)(unsigned char *data);
6 extern void (*_EXC_dma_handler)();
7 extern unsigned int _EXC_vblank_handler_set;
8 extern unsigned int _EXC_sio_handler_set;
9 extern unsigned int _EXC_dma_handler_set;
10 
11 
12 void __PSX_Init_NoBios();
13 
14 #endif