User:TakuikaNinja: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
TakuikaNinja (talk | contribs) (Link BCD subpage.) |
TakuikaNinja (talk | contribs) (Add subpage for microphone games.) |
||
Line 5: | Line 5: | ||
*[[User:TakuikaNinja/Code snippets]] | *[[User:TakuikaNinja/Code snippets]] | ||
*[[User:TakuikaNinja/Binary-coded decimal]] | *[[User:TakuikaNinja/Binary-coded decimal]] | ||
*[[User:TakuikaNinja/Microphone games]] | |||
==NESdev Projects== | ==NESdev Projects== |
Revision as of 04:33, 23 September 2024
You have reached the user page for TakuikaNinja. Please leave messages on a different platform.
Subpages
These will mostly be drafts for future articles.
- User:TakuikaNinja/Code snippets
- User:TakuikaNinja/Binary-coded decimal
- User:TakuikaNinja/Microphone games
NESdev Projects
FDS
It has become pretty apparent that I like the FDS a bit more than others...
- FDS-BIOS-Dumper - Disk program to dump the FDS BIOS.
- asm6f-fds-example - Demonstration of using asm6f for FDS development, analogous to Rainwarrior's CA65 example
- dr-mario-fds - Proof-of-concept port of Dr. Mario.
- TetrisFDS - Proof-of-concept port of Tetris (Nintendo).
Namco IPL Interface
These relate to an Initial Program Loader (IPL.MAIN
) found in FDS games developed by Namco:
- IPL-MAIN - Ongoing research/analysis of the IPL and its interface hardware.
- IPL-demo - Demo program to be loaded using the IPL.
FC/NES
- smb1-bugfix - Super Mario Bros. with bugfixes, Quality-of-Life improvements & more.
- dr-mario-input-fixes - Dr. Mario with its controller polling routine fixed to avoid input corruption and game crashes.
- TetrisNESBugFix - Tetris (Nintendo) with bugfixes, including an optimised scoring routine to avoid game crashes.