«
Previous
|
Next
»
Revision 1509
Added by markw 2 days ago
| atari_chips/pokeyv2/pokeycfg.c | ||
|---|---|---|
|
}
|
||
|
}
|
||
|
fclose(input);
|
||
|
|
||
|
cprintf("\r\nFlashing finished\r\n");
|
||
|
cprintf("Press key to continue\r\n");
|
||
|
while(!kbhit());
|
||
|
}
|
||
|
bgcolor(0x00);
|
||
|
bordercolor(0x00);
|
||
|
|
||
|
cprintf("\r\nFlashing finished\r\n");
|
||
|
cprintf("Press key to continue\r\n");
|
||
|
|
||
|
while(!kbhit());
|
||
|
|
||
|
//writeFlashContentsToFile();
|
||
|
}
|
||
|
|
||
| ... | ... | |
|
|
||
|
free(buffer);
|
||
|
fclose(input);
|
||
|
|
||
|
cprintf("\r\nVerify passed\r\n");
|
||
|
cprintf("Press key to continue\r\n");
|
||
|
|
||
|
while(!kbhit());
|
||
|
}
|
||
|
bgcolor(0x00);
|
||
|
bordercolor(0x00);
|
||
|
|
||
|
cprintf("\r\nVerify passed\r\n");
|
||
|
cprintf("Press key to continue\r\n");
|
||
|
|
||
|
while(!kbhit());
|
||
|
|
||
|
//writeFlashContentsToFile();
|
||
|
}
|
||
|
|
||
Fix verify/flash success when cancelled