Add beep for apple2

This commit is contained in:
Colin Leroy-Mira
2024-01-18 13:55:18 +01:00
committed by Oliver Schmidt
parent 6c7106c9d9
commit 2ba176372e
6 changed files with 49 additions and 1 deletions

View File

@@ -197,6 +197,9 @@ extern void a2_lo_tgi[];
void beep (void);
/* Beep beep. */
unsigned char get_ostype (void);
/* Get the machine type. Returns one of the APPLE_xxx codes. */