BizHawk/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/Namcot1xx
zeromus 31c7edf8dd nes-unif support. we will need to explicitly add every UNIF board we support to their respective mappers, because
[1] each unif board name carries with it its own unique assumptions about which chips are present. 
[2] the unif board names may not be matching bootgod's, which we accept as canonical; 
also fix a small memory leak due to nes boards not being disposed during scan process.
2012-10-16 22:27:48 +00:00
..
DRROM.cs support "TENGEN-800004" as it is functionally identical to NES-DRROM. Fixes Gauntlet (Unl). Bad dumps of Gauntlet won't work because bootgod id and setup is required. 2012-10-14 14:16:25 +00:00
Mapper076.cs nes-support mapper 076 2012-06-15 19:55:29 +00:00
Mapper088.cs Start Mappers 154, 112 2012-07-15 23:12:52 +00:00
Mapper095.cs nes-mmc3/namcot108 differences have become more clear in the past few months. refactor those mappers (split them apart, theyre not as similar as once thought) to reflect new understandings. no functional improvement from this other than maybe some new bugs, but it will help on some other mappers later 2012-06-15 19:24:06 +00:00
Mapper112.cs Mapper 112 - Finish implementation of CHR mapping, and misc small cleanups 2012-07-17 02:01:53 +00:00
Mapper154.cs Fix mapper 154 (Devil Man) 2012-07-21 17:51:52 +00:00
Mapper206.cs nes-mmc3/namcot108 differences have become more clear in the past few months. refactor those mappers (split them apart, theyre not as similar as once thought) to reflect new understandings. no functional improvement from this other than maybe some new bugs, but it will help on some other mappers later 2012-06-15 19:24:06 +00:00
Namcot1xx.cs nes-unif support. we will need to explicitly add every UNIF board we support to their respective mappers, because 2012-10-16 22:27:48 +00:00