1
0
mirror of https://github.com/simh/simh.git synced 2026-04-19 17:22:55 +00:00

Merge branch 'master' into KDP

This commit is contained in:
Timothe Litt
2013-07-10 06:20:53 -04:00
2 changed files with 15 additions and 6 deletions

View File

@@ -403,7 +403,7 @@ static const int *codeTbl = /* punch translation tabl
#endif
static struct trans {
const char *const name;
const int *const table;
const int *table;
} transcodes[] = {
{ "DEFAULT", o29_code, },
{ "026", o26_dec_code, },