Apple2: Dynamic IIe check on a2_lo_tgi

This commit is contained in:
Colin Leroy-Mira
2025-05-28 08:40:51 +02:00
committed by Oliver Schmidt
parent a9ab23ad51
commit 0122307399
5 changed files with 36 additions and 32 deletions

View File

@@ -343,6 +343,9 @@ signed char __fastcall__ videomode (unsigned mode);
** installed. Call with one of the VIDEOMODE_xx constants.
*/
void waitvsync (void);
/* Wait for start of next frame */
/* End of apple2.h */

View File

@@ -63,16 +63,5 @@ extern void a2e_lo_tgi[];
/*****************************************************************************/
/* Code */
/*****************************************************************************/
void waitvsync (void);
/* Wait for start of next frame */
/* End of apple2enh.h */
#endif