User:TakuikaNinja: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
TakuikaNinja (talk | contribs) m (Publisher for Tetris should not be italicised.) |
TakuikaNinja (talk | contribs) (Add IPL-BattleCity project.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
You have reached the user page for TakuikaNinja. Please leave messages on a different platform. | You have reached the user page for TakuikaNinja. Please leave messages on a different platform. | ||
[[User:TakuikaNinja/Code snippets]] | ==Subpages== | ||
These will mostly be drafts for future articles. | |||
*[[User:TakuikaNinja/Code snippets]] | |||
*[[User:TakuikaNinja/Binary-coded decimal]] | |||
*[[User:TakuikaNinja/Microphone games]] | |||
==NESdev Projects== | ==NESdev Projects== | ||
Line 8: | Line 12: | ||
*[https://github.com/TakuikaNinja/FDS-BIOS-Dumper FDS-BIOS-Dumper] - Disk program to dump the [[FDS BIOS]]. | *[https://github.com/TakuikaNinja/FDS-BIOS-Dumper FDS-BIOS-Dumper] - Disk program to dump the [[FDS BIOS]]. | ||
*[https://github.com/TakuikaNinja/asm6f-fds-example asm6f-fds-example] - Demonstration of using [https://github.com/freem/asm6f asm6f] for FDS development, analogous to [https://github.com/bbbradsmith/NES-ca65-example/tree/fds Rainwarrior's CA65 example] | *[https://github.com/TakuikaNinja/asm6f-fds-example asm6f-fds-example] - Demonstration of using [https://github.com/freem/asm6f asm6f] for FDS development, analogous to [https://github.com/bbbradsmith/NES-ca65-example/tree/fds Rainwarrior's CA65 example] | ||
*[https://github.com/TakuikaNinja/dr-mario-fds dr-mario-fds] - Proof-of- | *[https://github.com/TakuikaNinja/dr-mario-fds dr-mario-fds] - Proof-of-Concept port of ''Dr. Mario''. | ||
*[https://github.com/TakuikaNinja/TetrisFDS TetrisFDS] - | *[https://github.com/TakuikaNinja/TetrisFDS TetrisFDS] - PoC port of ''Tetris'' (Nintendo). | ||
*[https://github.com/TakuikaNinja/Ikki-FDS Ikki-FDS] - PoC port of ''いっき (Ikki)''. | |||
===Namco IPL Interface=== | ===Namco IPL Interface=== | ||
Line 15: | Line 20: | ||
*[https://github.com/TakuikaNinja/IPL-MAIN IPL-MAIN] - Ongoing research/analysis of the IPL and its [[Namco IPL Interface | interface hardware]]. | *[https://github.com/TakuikaNinja/IPL-MAIN IPL-MAIN] - Ongoing research/analysis of the IPL and its [[Namco IPL Interface | interface hardware]]. | ||
*[https://github.com/TakuikaNinja/IPL-demo IPL-demo] - Demo program to be loaded using the IPL. | *[https://github.com/TakuikaNinja/IPL-demo IPL-demo] - Demo program to be loaded using the IPL. | ||
*[https://github.com/TakuikaNinja/IPL-BattleCity IPL-BattleCity] - ''Battle City'' ported to the FDS via the IPL. | |||
===FC/NES=== | ===FC/NES=== |
Latest revision as of 02:34, 13 November 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 - PoC port of Tetris (Nintendo).
- Ikki-FDS - PoC port of いっき (Ikki).
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.
- IPL-BattleCity - Battle City ported to the FDS via 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.