1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Added third-party imlac simulator code

This commit is contained in:
rzzzwilson
2020-09-16 19:16:32 +07:00
parent bc3b40c23a
commit f38611a5ae
13 changed files with 7 additions and 8386 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
/*
* Interface for the vimlac display.
*
* This interface is used by all the display backends:
* PBM
* SDL
*/
//*****************************************************************************
// Interface for the vimlac display.
//
// This interface is used by all the display backends:
// PBM
// SDL
//*****************************************************************************
#ifndef DISPLAY_H
#define DISPLAY_H