https://github.com/qalle2/nes-24balls
24 Balls (NES demo)
https://github.com/qalle2/nes-24balls
6502 asm6 assembly demo homebrew nes
Last synced: 2 months ago
JSON representation
24 Balls (NES demo)
- Host: GitHub
- URL: https://github.com/qalle2/nes-24balls
- Owner: qalle2
- License: gpl-3.0
- Created: 2020-08-26T20:13:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T01:26:34.000Z (over 2 years ago)
- Last Synced: 2023-10-05T10:59:05.443Z (over 2 years ago)
- Topics: 6502, asm6, assembly, demo, homebrew, nes
- Language: Assembly
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 24 Balls
A demo for the [NES](https://en.wikipedia.org/wiki/Nintendo_Entertainment_System). Shows 24 bouncing balls. Tested on Mednafen and FCEUX.

Table of contents:
* [List of files](#list-of-files)
* [Technical info](#technical-info)
## List of files
* `24balls.asm`: source code (assembles with [ASM6](https://www.romhacking.net/utilities/674/))
* `24balls.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
* `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: does not matter
* compatibility: NTSC and PAL