Cleanup a bit NDS_Reset().

This commit is contained in:
riccardom 2008-12-29 13:17:58 +00:00
parent d3f1925769
commit 4ce84965f7
1 changed files with 1 additions and 2 deletions

View File

@ -476,6 +476,7 @@ void NDS_Reset( void)
unsigned int i;
u32 src;
u32 dst;
FILE* inf;
NDS_header * header = NDS_getROMHeader();
if (!header) return ;
@ -548,8 +549,6 @@ void NDS_Reset( void)
//_MMU_write32[ARMCPU_ARM9](0x02007FFC, 0xE92D4030);
FILE* inf = 0;
//ARM7 BIOS IRQ HANDLER
inf = fopen("BiosNds7.ROM","rb");
if(inf) {