1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-20 01:44:44 +00:00

KA10: Fix spelling of III.

This commit is contained in:
Lars Brinkhoff 2021-04-20 14:19:25 +02:00
parent bd44045ab6
commit b413978495

View File

@ -1,4 +1,4 @@
/* ka10_iii.c: Triple III display processor.
/* ka10_iii.c: Triple-I display processor.
Copyright (c) 2019-2020, Richard Cornwell
@ -670,6 +670,6 @@ return SCPE_OK;
const char *iii_description (DEVICE *dptr)
{
return "Triple III Display";
return "Triple-I Display";
}
#endif