X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjagbios2.h;h=961e585cf7c41b4f75325389de1f9596d13f602b;hb=c9d57b57d70ab2ae842144828175820fb207a3b0;hp=9944947edb8926c09d4381889287e6d83651641d;hpb=d207b11e613703aff7d00191c4595b7359f29700;p=virtualjaguar diff --git a/src/jagbios2.h b/src/jagbios2.h index 9944947..961e585 100644 --- a/src/jagbios2.h +++ b/src/jagbios2.h @@ -1,6 +1,8 @@ #ifndef __JAGBIOS2_H__ #define __JAGBIOS2_H__ -extern char jaguarBootROM2[]; +#include + +extern uint8_t jaguarBootROM2[]; #endif // __JAGBIOS2_H__