+ increased max string length tsysteminfo.shortname, so 'zxspectrum' fits

git-svn-id: branches/z80@44817 -
This commit is contained in:
nickysn 2020-04-19 01:25:39 +00:00
parent 4730c2a322
commit 492b073e86

View File

@ -186,7 +186,7 @@ interface
tsysteminfo = record tsysteminfo = record
system : tsystem; system : tsystem;
name : string[34]; name : string[34];
shortname : string[9]; shortname : string[10];
flags : set of tsystemflags; flags : set of tsystemflags;
cpu : tsystemcpu; cpu : tsystemcpu;
unit_env : string[16]; unit_env : string[16];