X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ines.c;h=71de2bab4a02bfd214cc437037aef345cee01b03;hb=989672f4f2b4b4b2b373271374e6546546091c10;hp=e804c26398998dabfe069066a488b8cbed2e8451;hpb=92764e6252a3691033d6044b466bf716c96b62d5;p=fceu.git diff --git a/ines.c b/ines.c index e804c26..71de2ba 100644 --- a/ines.c +++ b/ines.c @@ -1053,3 +1053,9 @@ static int NewiNES_Init(int num) } return(0); } + +iNES_HEADER *iNESGetHead(void) +{ + return &head; +} +