mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
7 lines
127 B
C
7 lines
127 B
C
#include <stdbool.h>
|
|
|
|
|
|
typedef int ADDR; // main and display CPU address
|
|
|
|
typedef enum D_MODE {NORMAL, DEIM} DISPLAY_MODE;
|