Allow to read error messages.

Ask user to press a key before returning to ProDOS selector.
This commit is contained in:
Oliver Schmidt 2020-05-13 00:16:52 +02:00
parent 56a5c00ba9
commit 0916d6e945
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <cc65.h>
#include <ctype.h>
#include <fcntl.h>
#include <conio.h>
@ -61,6 +62,11 @@ void main(void)
videomode(VIDEOMODE_80COL);
if (doesclrscrafterexit())
{
atexit(confirm_exit);
}
{
int file;