pipagerardo / nMSXtiles

Editor de Baldosas (Tiles) y Sprites para MSX en modo gáfico SC2 y SC4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Screen export to add headers

plattysoft opened this issue · comments

As it is today, the binary exporter of screens dumps the data, but that file can not be loaded with BLOAD ,S as SC2 files are.
To solve that we need to add a header to the file (each file) as (from msx.org)

Byte: #FE (Type of file)
Word: Begin address of file (low, high)
Word: End address of file (low, high)
Word: Start address of file (Only important when ",R" parameter is defined with BLOAD-command)

So if we want to export the first and second parts of the screen, the header needs to be
fe00 18ff 1900 00

Please add an option for this type of exporter for projects with multiple screens