add missing Close/GS records.

This commit is contained in:
Kelvin Sherlock 2018-06-23 22:44:55 -04:00
parent 7ffd8d9052
commit 9cb8554d6f
1 changed files with 10 additions and 0 deletions

View File

@ -259,3 +259,13 @@ DevNumRec begin_struct
devName DS.B 4
devNum DS.B 2
end_struct
CloseRecGS begin_struct
pCount DS.W 1
refNum DS.W 1
end_struct
CloseRec begin_struct
refNum DS.W 1
end_struct