Add issues from pull request #307.

This commit is contained in:
Christian Groessler
2016-06-07 12:05:28 +02:00
parent c7874b9f60
commit 346d88a6a7
8 changed files with 31 additions and 18 deletions

View File

@@ -177,9 +177,6 @@ unsigned char get_ostype (void);
void rebootafterexit (void);
/* Reboot machine after program termination has completed. */
unsigned char doesclrscrafterexit (void);
/* Will the screen automatically be cleared after program termination. */
#define ser_apple2_slot(num) ser_ioctl (0, (void*) (num))
/* Select a slot number from 1 to 7 prior to ser_open.
** The default slot number is 2.