User:TakuikaNinja: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Link to the Namco Serial Checker Interface article and Lua script.)
(Add link to FDS-Mirroring-Test.)
 
Line 12: Line 12:
It has become pretty apparent that I like the [[FDS]] a bit more than others...
It has become pretty apparent that I like the [[FDS]] a bit more than others...
*[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/FDS-Mirroring-Test FDS-Mirroring-Test] - Test program for PPU nametable arrangement/mirroring switches, including the previously undocumented $4030.D3 state.
*[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-Concept port of ''Dr. Mario''.
*[https://github.com/TakuikaNinja/dr-mario-fds dr-mario-fds] - Proof-of-Concept port of ''Dr. Mario''.

Latest revision as of 07:33, 15 March 2025

You have reached the user page for TakuikaNinja. Please leave messages on a different platform.

Subpages

These will mostly be drafts for future articles.

NESdev Projects

FDS

It has become pretty apparent that I like the FDS a bit more than others...

Namco IPL Interface

These relate to an Initial Program Loader (IPL.MAIN) found in FDS games developed by Namco:

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.
  • NamcoSerial.lua - Mesen2 Lua script to simulate a serial checker interface used for some cartridge games developed by Namco.