From 01223073992f51481b160e339af0edb09a1ac7bb Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Wed, 28 May 2025 08:40:51 +0200 Subject: [PATCH] Apple2: Dynamic IIe check on a2_lo_tgi --- doc/funcref.sgml | 5 ++--- include/apple2.h | 3 +++ include/apple2enh.h | 11 ----------- libsrc/apple2/tgi/a2.lo.s | 26 ++++++++++++++++++++++---- libsrc/apple2/waitvsync.s | 23 +++++++++-------------- 5 files changed, 36 insertions(+), 32 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index a235eb2e0..5eab5adcd 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -8526,11 +8526,10 @@ if the mode is not supported due to lack of hardware. / void waitvsync (void); -signed char waitvsync (void); /* For Apple II */ -The function will return -1 when the feature is not supported, -like on the Apple ][+. +The function will silently fail when the feature is not +supported, like on the Apple ][+.