Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnyldealba/matrix-nes
A tech demo made in 2012 that demonstrates multi-directional scrolling on the Nintendo Entertainment System. Written in 6502 assembly.
https://github.com/johnnyldealba/matrix-nes
6502-assembly demo nes nintendo
Last synced: about 1 month ago
JSON representation
A tech demo made in 2012 that demonstrates multi-directional scrolling on the Nintendo Entertainment System. Written in 6502 assembly.
- Host: GitHub
- URL: https://github.com/johnnyldealba/matrix-nes
- Owner: JohnnyLdeAlba
- License: mit
- Created: 2022-05-21T13:41:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T20:48:25.000Z (over 2 years ago)
- Last Synced: 2024-11-15T06:12:11.608Z (3 months ago)
- Topics: 6502-assembly, demo, nes, nintendo
- Language: Assembly
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matrix NES
A tech demo made in 2012 that demonstrates multi-directional scrolling on the Nintendo Entertainment System.
Written in 6502 assembly.
# What was the Purpose of this Project?
I was looking for a platform to port my ill fated [Agartha](https://github.com/JohnnyLdeAlba/agartha-flash) game engine to. I abandoned this project because it was too time consuming writting code in assembly. I felt it would be better if I stuck to a high level language instead.
# Requirements
- [Ophis Assembler 2.1](https://michaelcmartin.github.io/Ophis)
- An NES or NES Emulator# [Watch a Preview on YouTube](https://www.youtube.com/watch?v=7hSfb7iZc-Y)