DavidKinder / Inform6

The latest version of the Inform 6 compiler, used for generating interactive fiction games.
http://inform-fiction.org/
Other
199 stars 32 forks source link

Add `$OMIT_PAGE_PADDING` compiler setting #274

Closed heasm66 closed 3 months ago

heasm66 commented 3 months ago

An option to not pad the story-file with $00-bytes to an even 512, but instead only emit the actual story-bytes.

erkyrath commented 3 months ago

Reasonable. Probably $ZCODE_OMIT_PAGE_PADDING.

This is in output_file_z().