An open API service indexing awesome lists of open source software.

https://github.com/qalle2/nes-gradient

Gradient demo (NES)
https://github.com/qalle2/nes-gradient

6502 asm6 assembly demo homebrew nes

Last synced: 2 months ago
JSON representation

Gradient demo (NES)

Awesome Lists containing this project

README

          

# nes-gradient
A demo for the [NES](https://en.wikipedia.org/wiki/Nintendo_Entertainment_System). Shows an animated gradient and moving text. Warning: you may get a seizure.

![screenshot](snap.png)

Table of contents:
* [List of files](#list-of-files)
* [Technical info](#technical-info)

## List of files
* `gradient.asm`: source code (assembles with [ASM6](https://www.romhacking.net/utilities/674/))
* `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