Added a specific breakpoint for the M68K illegal instruction exception
[clinton/Virtual-Jaguar-Rx.git] / src / jagbios2.h
CommitLineData
cf76e892
JPM
1#ifndef __JAGBIOS2_H__
2#define __JAGBIOS2_H__
3
4#include <stdint.h>
5
6extern uint8_t jaguarBootROM2[];
7
8#endif // __JAGBIOS2_H__