Added ELF sections check so a potential unknown section will stop, or not stop, the...
[clinton/Virtual-Jaguar-Rx.git] / src / jagcdbios.h
1 #ifndef __JAGCDBIOS_H__
2 #define __JAGCDBIOS_H__
3
4 #include <stdint.h>
5
6 extern uint8_t jaguarCDBootROM[];
7
8 #endif // __JAGCDBIOS_H__