NES 2.0 Mapper 409 denotes the retroUSB DPCMcart circuit board, used for the homebrew music cartridge "A Winner is You" released by retroUSB.. It is basically an extremely oversized version of UNROM that latches twelve bits of the address, rather than the data, bus for selecting banks from a 64 MiB PRG address space.
Despite being called "DPCMcart", it cannot actually bank DPCM samples because of its fixed bank. Instead, A Winner is You uses the large ROM for PCM sample storage, played back with timed CPU code.
Register Mask: $8000 ? Value Mask: $0FFF
A~FEDC BA98 7654 3210 ------------------- 1... BBBB BBBB BBBB ++++-++++-++++- Selects bank via PRG A25..A14 at CPU $8000-BFFF (CPU A14=0)
This register may respond to all of $8000-FFFF, but it is unknown whether it does. A Winner is You only uses the $C000-CFFF range.
Categories: Mappers with CHR RAM