Layer

From NeoGeo Development Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The NeoGeo's rendering priority can be seen as layers. From back to front:

  • The backdrop: a solid color.
  • Sprites: their order in VRAM determines their priority. First: back, last: front.
  • The fix layer: a full-screen steady tile layer above everything else.

As chained sprites are always adjacent in VRAM, their priority isn't a special case.