1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-29 21:37:32 +00:00

Only bitblt on damage.

Also add an alternative for key handling, which does not work any better...
This commit is contained in:
Peter
2021-10-20 23:45:55 +02:00
committed by Nick Briggs
parent a722e01a4f
commit e39b650f4d
4 changed files with 91 additions and 28 deletions

View File

@@ -43,6 +43,10 @@ extern DLword *DISP_MAX_Address;
#define DISPLAYBUFFER
#endif /* XWINDOW */
#ifdef SDL
#define DISPLAYBUFFER
#endif /* SDL */
#ifdef DOS
#define DISPLAYBUFFER
#endif /* DOS */