SPR file: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
SPR files contain the [[sprites]] graphics (equivalent to the [[C ROM]]s on [[:Category:cartridge systems|cartridge systems]]). The format is described here: [[sprite graphics format]].
SPR files contain the [[sprites]] graphics (equivalent to the [[C ROM]]s on [[:Category:cartridge systems|cartridge systems]]).


*Type code: 2
Maybe the system ROM can't load 4MiB files at once ? Split in 4, 1MiB files ?
*File Size: up to 4MiB
 
*Loadable in: Sprite [[DRAM]]
* Maximum file size: 4MiB
*Banks: 4 (4MiB total)
* Type code: 2
* Loadable in: Sprite [[DRAM]]
* Banks: 4 (4MiB total)
 
==Format==
 
See [[sprite graphics format]].


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

Latest revision as of 02:03, 10 February 2017

SPR files contain the sprites graphics (equivalent to the C ROMs on cartridge systems).

Maybe the system ROM can't load 4MiB files at once ? Split in 4, 1MiB files ?

  • Maximum file size: 4MiB
  • Type code: 2
  • Loadable in: Sprite DRAM
  • Banks: 4 (4MiB total)

Format

See sprite graphics format.