1
0
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:
Richard Cornwell
2016-06-05 21:53:18 -04:00
parent 11b663e3ec
commit 2483583372

View File

@@ -344,6 +344,7 @@ static struct card_formats fmts[] = {
{MODE_BCD, "BCD"},
{MODE_CBN, "CBN"},
{MODE_EBCDIC,"EBCDIC"},
{MODE_OCTAL, "OCTAL"},
{0, 0},
};