Skip to content

qalle2/nes-gradient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nes-gradient

A demo for the NES. Shows an animated gradient and moving text. Warning: you may get a seizure.

screenshot

Table of contents:

List of files

  • gradient.asm: source code (assembles with ASM6)
  • gradient.nes.gz: assembled program (iNES format, gzip compressed)
  • assemble.sh: a Linux script that assembles the program (warning: deletes files)
  • hexdump.py: creates hexdump.txt
  • hexdump.txt: assembled program in hexadecimal
  • sin-gen.py: generates a sine table
  • snap.png: screenshot

Technical info

  • mapper: NROM
  • PRG ROM: 16 KiB (only 1 KiB is actually used)
  • CHR ROM: none (uses CHR RAM)
  • name table mirroring: vertical
  • compatibility: NTSC and PAL