df-structures
df-structures copied to clipboard
`specific_ref_type` is sometimes 16-bit rather than 32-bit
toady defines this as an enum without a specific base type so the underlying type is 32 bits, but he then does typedef int16_t Reference; and usually uses Reference so most of the time these are 16-bit values
we thus need to generate both a 16-bit and 32-bit version of this enum