diff --git a/src/system.pas b/src/system.pas index 891596b0..66d696b3 100644 --- a/src/system.pas +++ b/src/system.pas @@ -56,6 +56,7 @@ type //Alternate Types UBit3 = 0..(1 shl 3) - 1; + UBit4 = 0..(1 shl 4) - 1; UBit20 = 0..(1 shl 20) - 1; implementation