Removed unnecessary declarations. ZsnesW should now compile fine.
This commit is contained in:
@@ -71,7 +71,7 @@ EXTSYM CapturePicture,PrevPicture,NoPictureSave
|
||||
EXTSYM BRRPlace0,SfxCPB,SfxCROM,SfxLastRamAdr,SfxMemTable,Totalbyteloaded
|
||||
EXTSYM SfxRAMBR,SfxRAMMem,SfxROMBR,SfxRomBuffer,Voice0Freq
|
||||
EXTSYM cycpbl,cycpbl2,cycpblt,cycpblt2,irqon,nexthdma
|
||||
EXTSYM repackfunct,spcnumread,spchalted,spcon,versn,headerhack,initpitch
|
||||
EXTSYM repackfunct,spcnumread,spchalted,spcon,headerhack,initpitch
|
||||
EXTSYM SPCMultA,PHnum2writespc7110reg
|
||||
EXTSYM multchange,procexecloop,vidmemch2
|
||||
EXTSYM romispal
|
||||
|
||||
@@ -763,7 +763,8 @@ extern unsigned int KeyLoadState, Totalbyteloaded, SfxMemTable[256], SfxCPB;
|
||||
extern unsigned int SfxPBR, SfxROMBR, SfxRAMBR;
|
||||
extern unsigned char pressed[256+128+64], multchange, txtloadmsg[15];
|
||||
extern unsigned char txtconvmsg[16], txtnfndmsg[23], vidmemch2[4096];
|
||||
extern unsigned char vidmemch4[4096], vidmemch8[4096], versn, MovieProcessing;
|
||||
extern unsigned char vidmemch4[4096], vidmemch8[4096],
|
||||
MovieProcessing;
|
||||
extern unsigned char ioportval, SDD1Enable, nexthdma;
|
||||
|
||||
void procexecloop();
|
||||
|
||||
Reference in New Issue
Block a user