Created
August 18, 2020 17:49
-
-
Save Fortyseven/77dc514eb5c9a4307ebf4b8cf0d89b99 to your computer and use it in GitHub Desktop.
Magic for ZX Spectrum Next NES application files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------------------------ | |
# spectrum next: file(1) magic for ZX Spectrum Next NEX application files | |
# Toby Deshane <[email protected]> | |
# Docs: https://wiki.specnext.dev/NEX_file_format | |
# | |
0 string NextV ZX Spectrum Next application | |
>5 string x v%s | |
>8 byte =0 [768k req] | |
>8 byte =1 [1792k req] | |
>9 byte <113 \b[16k x %d banks] | |
>135 byte x \b[%d. | |
>136 byte x \b%d. | |
>137 byte x \b%d core min] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment