mirror of
https://github.com/rcornwell/sims.git
synced 2026-04-16 00:21:25 +00:00
SCP: Added missing Octal mode to format.
This commit is contained in:
@@ -344,6 +344,7 @@ static struct card_formats fmts[] = {
|
||||
{MODE_BCD, "BCD"},
|
||||
{MODE_CBN, "CBN"},
|
||||
{MODE_EBCDIC,"EBCDIC"},
|
||||
{MODE_OCTAL, "OCTAL"},
|
||||
{0, 0},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user