1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

CARD: Added DEC029 translation table.

This commit is contained in:
Richard Cornwell
2020-11-17 22:05:42 -05:00
parent 845a4d8f0e
commit 3a7a27f651
2 changed files with 53 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ extern "C" {
#define MODE_LOWER (8 << UNIT_V_CARD_MODE)
#define MODE_026 (0x10 << UNIT_V_CARD_MODE)
#define MODE_029 (0x20 << UNIT_V_CARD_MODE)
#define MODE_DEC29 (0x30 << UNIT_V_CARD_MODE)
#define MODE_CHAR (0x70 << UNIT_V_CARD_MODE)