User:Rainwarrior: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) m (→Wiki Tasks: test edit) |
Rainwarrior (talk | contribs) m (tests should be a separate category) |
||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
rainwarrior is the user name of Brad Smith. | rainwarrior is the user name of Brad Smith. | ||
SNESDev Wiki: [https://snes.nesdev.org/wiki/User:Rainwarrior User:Rainwarrior] | |||
Website: [https://rainwarrior.ca http://rainwarrior.ca] | |||
NES Games: | |||
* [https://rainwarrior.ca/lizard Lizard] | |||
* [https://rainwarrior.itch.io/nesert-golfing NESert Golfing] | |||
* [https://eldenpixels.com/alwas-awakening-nes/ Alwa's Awakening] - NES port for Elden Pixels | |||
== | NES Demos: | ||
* [https://github.com/bbbradsmith/boingnes Boing Ball] - some amiga thing | |||
* [https://github.com/bbbradsmith/khanes Screaming Khan] - vertical "parallax" | |||
* [https://www.patreon.com/posts/most-dangerous-27363105 The Most Dangerous Game] - a book on cart, text compression demo | |||
* [https://www.youtube.com/watch?v=iDK-1ZX5KoA DMMC] - simulating expansion audio without expansion hardware | |||
* [https://rainwarrior.ca/projects/nes/pico.html Famicompo Pico 1 & 2] - music carts | |||
* [https://rainwarrior.ca/projects/nes/2a03puritans.html 2A03 Puritans] - music cart | |||
* [https://www.youtube.com/watch?v=i5vyQO81qNc Giant Steps] - a jazz standard on NES | |||
* [https://rainwarrior.ca/music/moon8.html MOON8] - Pink Floyd's Dark Side of the Moon on NES | |||
* [ | NES Code: | ||
: | * [https://github.com/bbbradsmith/huffmunch Huffmunch] - generic compression library for NES | ||
: | * [https://github.com/bbbradsmith/6502vdelay 6502 vdelay] - variable cycle delay | ||
: | * [https://github.com/bbbradsmith/lizard_music Lizard Music] - famitracker-compatible NES game music engine | ||
: | * [https://github.com/bbbradsmith/eznsf EZNSF] - easy NES music cart tool | ||
* [https://github.com/bbbradsmith/zensf ZENSF] - advanced NES music cart tool | |||
* [https://github.com/bbbradsmith/NES-ca65-example Minimal NES example using ca65] | |||
* Test ROMs | NES Hardware Tests: | ||
* [https://github.com/bbbradsmith/nes-audio-tests NES Audio tests] - various test ROMs for NES audio and Famicom expansion audio | |||
* [https://forums.nesdev.org/viewtopic.php?t=8639 Famicom Expansion Recordings] | |||
* [https://forums.nesdev.org/viewtopic.php?t=13264 Palette Test ROMs] - NES palette and colour tests | |||
* [https://forums.nesdev.org/viewtopic.php?p=231608#p231608 Mouse Test ROM] - NES test ROM using the SNES mouse | |||
* [https://forums.nesdev.org/viewtopic.php?t=13021 Zapper Test ROMs] - NES zapper tests | |||
* [https://forums.nesdev.org/viewtopic.php?f=3&t=18314&p=232358#p232358 Famicom Microphone test] | |||
* [https://forums.nesdev.org/viewtopic.php?f=2&t=19752 Controller port test] - generic input device test (16 bits x all 5 data lines) | |||
* [https://forums.nesdev.org/viewtopic.php?f=2&t=15080 NTSC Torture Test] - testing NTSC colour artifacts | |||
* [https://forums.nesdev.org/viewtopic.php?t=13334 RAM power on test] | |||
* [https://forums.nesdev.org/viewtopic.php?f=3&t=13120 Mapper 31 Test] - test ROM for [[INES Mapper 031|mapper 31]] (INL [[NSF]] mapper) | |||
* [https://forums.nesdev.org/viewtopic.php?f=3&t=12085 BxROM 512k Test] - test for oversized [[BxROM]] | |||
* [https://forums.nesdev.org/viewtopic.php?f=3&t=9350&start=90#p157804 iNES2 submapper 2 and 7 test] | |||
* [https://forums.nesdev.org/viewtopic.php?f=3&t=9350&start=90#p154555 iNES2 submapper 3 test] | |||
* [https://forums.nesdev.org/viewtopic.php?f=3&t=9350&start=90#p153334 iNES2 submapper 34 test] | |||
Misc: | |||
* | * [https://bbbradsmith.github.io/nsfplay/ NSFPlay] - NES NSF music player | ||
* | * [https://github.com/bbbradsmith/lotwtool Legacy of the Wizard Tool] - game editor | ||
* [https://github.com/bbbradsmith/usbcopynesblue USB CopyNES Blue] - USB CopyNES tool with some minor updates | |||
* [ | * [https://www.patreon.com/posts/karnov-inspector-22622436 Karnov Inspector] - for checking out Karnov | ||
* [https://www.patreon.com/posts/friday-13th-18159724 Friday the 13th] - a funny GIF turned into an NES ROM | |||
* [https://www.youtube.com/watch?v=EmUvGH2HMuc Fixing Startropics] - a patch to fix the broken music in StarTropics | |||
* [ | |||
* | |||
Latest revision as of 01:09, 31 May 2022
rainwarrior is the user name of Brad Smith.
SNESDev Wiki: User:Rainwarrior
Website: http://rainwarrior.ca
NES Games:
- Lizard
- NESert Golfing
- Alwa's Awakening - NES port for Elden Pixels
NES Demos:
- Boing Ball - some amiga thing
- Screaming Khan - vertical "parallax"
- The Most Dangerous Game - a book on cart, text compression demo
- DMMC - simulating expansion audio without expansion hardware
- Famicompo Pico 1 & 2 - music carts
- 2A03 Puritans - music cart
- Giant Steps - a jazz standard on NES
- MOON8 - Pink Floyd's Dark Side of the Moon on NES
NES Code:
- Huffmunch - generic compression library for NES
- 6502 vdelay - variable cycle delay
- Lizard Music - famitracker-compatible NES game music engine
- EZNSF - easy NES music cart tool
- ZENSF - advanced NES music cart tool
- Minimal NES example using ca65
NES Hardware Tests:
- NES Audio tests - various test ROMs for NES audio and Famicom expansion audio
- Famicom Expansion Recordings
- Palette Test ROMs - NES palette and colour tests
- Mouse Test ROM - NES test ROM using the SNES mouse
- Zapper Test ROMs - NES zapper tests
- Famicom Microphone test
- Controller port test - generic input device test (16 bits x all 5 data lines)
- NTSC Torture Test - testing NTSC colour artifacts
- RAM power on test
- Mapper 31 Test - test ROM for mapper 31 (INL NSF mapper)
- BxROM 512k Test - test for oversized BxROM
- iNES2 submapper 2 and 7 test
- iNES2 submapper 3 test
- iNES2 submapper 34 test
Misc:
- NSFPlay - NES NSF music player
- Legacy of the Wizard Tool - game editor
- USB CopyNES Blue - USB CopyNES tool with some minor updates
- Karnov Inspector - for checking out Karnov
- Friday the 13th - a funny GIF turned into an NES ROM
- Fixing Startropics - a patch to fix the broken music in StarTropics