File Formats

From SpecNext official Wiki
Revision as of 18:17, 9 April 2019 by wiki>Ped7g (Created page with "The NextZXOS can read and load these kind of files: bas, tap, nex, z80, sna, snx, dot, o, p * .z80, .sna and .snx are spectrum snapshots, more suitable as emulator compatibil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The NextZXOS can read and load these kind of files: bas, tap, nex, z80, sna, snx, dot, o, p

  • .z80, .sna and .snx are spectrum snapshots, more suitable as emulator compatibility than a real format
  • .o is a zx80 snapshot
  • .p is a zx81 snapshot
  • .nex is good for a program that takes over the machine
  • .dot is good for dot commands and programs that can coexist with basic/nextzxos and can return to basic safely (i.e. counterpart to nex)
  • .tap is a simple container format that can hold many files, is compatible with emulators and supported by many tools.
  • .bas is the native SD-card format for BASIC programs (first 128 bytes of the file form standard +3DOS header).