diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-09-21 21:18:46 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-09-21 21:18:46 +0100 |
commit | 81216ea9a6da08678c7e38c5d3584d9a72655026 (patch) | |
tree | d613f8c3e6e385f39d8a407154786ce905954ad1 /src/codepage.h | |
parent | 25302a2513307a3a41b76f5e568f0916713c0620 (diff) |
Imported V1.10V1.10
Diffstat (limited to 'src/codepage.h')
-rw-r--r-- | src/codepage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/codepage.h b/src/codepage.h index 36c98d6..51cea47 100644 --- a/src/codepage.h +++ b/src/codepage.h @@ -36,7 +36,8 @@ typedef enum CP_ASCII, CP_ZX81, CP_SPECTRUM, - CP_CBM + CP_CBM, + CP_C64 } Codepage; |