mirror of
https://github.com/oliverschmidt/Stream-PDM.git
synced 2026-04-26 22:17:52 +00:00
Allow to read error messages.
Ask user to press a key before returning to ProDOS selector.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user