FIX file: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
m (Created page with "File containing the fix layer tileset: at most 128KiB of data to be loaded in the fix tiles PSRAM on CD systems. Format is described here: fix graphics format. Corre…")
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
File containing the [[fix layer]] tileset: at most 128KiB of data to be loaded in the fix tiles [[PSRAM]] on CD systems. Format is described here: [[fix graphics format]].
FIX files contain the [[fix layer]] tileset (equivalent to the [[S ROM]]s in [[:Category:cartridge systems|cartridge systems]].


Corresponds to the [[S ROM]]s in [[cartridges]].
Offset adresses used for loading FIX files are divided by 2 (they're on a 8bit bus).  


Offset (when loading) is divided by 2 (8bit bus) ?
* Maximum file size: 128KiB
* Type code: 1
* Loadable in: Fix layer [[PSRAM]]
* Banks: 1
 
==Format==
 
See [[fix graphics format]].


[[Category:CD systems]]
[[Category:CD systems]]

Latest revision as of 02:02, 10 February 2017

FIX files contain the fix layer tileset (equivalent to the S ROMs in cartridge systems.

Offset adresses used for loading FIX files are divided by 2 (they're on a 8bit bus).

  • Maximum file size: 128KiB
  • Type code: 1
  • Loadable in: Fix layer PSRAM
  • Banks: 1

Format

See fix graphics format.