X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjagstub2bios.h;fp=src%2Fjagstub2bios.h;h=c80d98d65a5beeef6aea17883315ed6377b20c05;hb=c9d57b57d70ab2ae842144828175820fb207a3b0;hp=fcec2e36e8d4e5b16420f5e027fe489b7d53cf40;hpb=d207b11e613703aff7d00191c4595b7359f29700;p=virtualjaguar diff --git a/src/jagstub2bios.h b/src/jagstub2bios.h index fcec2e3..c80d98d 100644 --- a/src/jagstub2bios.h +++ b/src/jagstub2bios.h @@ -1,6 +1,8 @@ #ifndef __JAGSTUB2BIOS_H__ #define __JAGSTUB2BIOS_H__ -extern char jaguarDevBootROM2[]; +#include + +extern uint8_t jaguarDevBootROM2[]; #endif // __JAGSTUB1BIOS_H__