X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=cart.h;h=2a916819b4a83f50c803652f4d223aa27c816968;hp=b066771dcde111b03997fafc2be0c6b05660c7e9;hb=937bf65b1c80e9394547e5f105664bd26f3671de;hpb=9115e7d2b5e5b8dc00774fe92db97f1d02b2fee1 diff --git a/cart.h b/cart.h index b066771..2a91681 100644 --- a/cart.h +++ b/cart.h @@ -6,6 +6,7 @@ void SetupCartCHRMapping(int chip, uint8 *p, uint32 size, int ram); void SetupCartMirroring(int m, int hard, uint8 *extra); DECLFR(CartBR); + extern uint8 *PRGptr[32]; extern uint8 *CHRptr[32];