Skip to content

qalle2/nes-colorsquares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nes-colorsquares

Shows 16×14 colored squares on the NES. On each frame, two adjacent squares trade places.

screenshot

Table of contents:

List of files

  • assemble.sh: a Linux script that assembles the program (warning: deletes files)
  • chr.bin.gz: CHR ROM data (gzip compressed)
  • chr.png: CHR ROM data as an image (can be encoded with nes_chr_encode.py in my NES utilities)
  • snap.png: screenshot
  • squares.asm: source code (assembles with ASM6)
  • squares.nes.gz: assembled program (iNES format, gzip compressed)

Technical info

  • mapper: NROM
  • PRG ROM: 16 KiB
  • CHR ROM: 8 KiB
  • name table mirroring: vertical
  • compatibility: NTSC & PAL