frederic-mahe / Hardware-Target-Game-Database

Flash-cart optimized file and folder layouts.
GNU General Public License v3.0
651 stars 76 forks source link

detect mappers from NES headers #72

Closed frederic-mahe closed 6 years ago

frederic-mahe commented 6 years ago

Krikzz has announced that the next Everdrive N8 firmware will add support for 50 new mappers (27, 35, 37, 44, 45, 49, 50, 51, 52, 56, 60, 103, 105, 106, 108, 117, 132, 136, 142, 143, 144, 145, 149, 156, 159, 165, 171, 172, 173, 175, 176, 177, 183, 186, 187, 197, 198, 199, 213, 214, 216, 221, 222, 228, 229, 238, 244, 248, 249, 250, 252).

I wrote a script that can read a ROM, deduce its mapper value and copy the ROM to the corresponding folder:


## SOURCES: https://gamefaqs.gamespot.com/nes/916386-nes/faqs/2947

## The hexadecimal value of the mapper is contained in the 6th and 7th
## bytes of the ROM (zero-based, so in practice we are looking at
## bytes 7 and 8). The first hexadecimal digit of the mapper is the
## first half of the 6th byte, and the second hexadecimal digit of the
## mapper is the first half of the 7th byte.

## For example, in Salamander (Japan), bytes 7 and 8 hexadecimal
## values are 91 and 40. The first halves are 9 and 4, so the hexadecimal
## value of the mapper is 49 (73 in the decimal system).

# (first go to the unzipped latest No-Intro set)
for ROM in *.nes *.bin ; do
    unset MAPPER_HEX MAPPER_DEC
    MAPPER_HEX=$(hexdump -v -e '/1 "%02X\n"' "${ROM}" | \
                        head -n 8 | \
                        tail -n 2 | \
                        cut -c 1 | \
                        tac | \
                        tr -d "\n")

    MAPPER_DEC=$(echo "obase=10; ibase=16; ${MAPPER_HEX}" | bc)

    cp "${ROM}" "./mapper_${MAPPER_DEC}/"
done

## list newly supported ROMs
for MAPPER in 27 35 37 44 45 49 50 51 52 56 60 103 105 106 108 117 132 136 142 143 144 145 149 156 159 165 171 172 173 175 176 177 183 186 187 197 198 199 213 214 216 221 222 228 229 238 244 248 249 250 252 ; do
    tree ./mapper_${MAPPER}
    echo
done

The results of the script seem correct (I checked the results for a dozen ROMs). Applied to the latest No-Intro set (2018-07-21), here are the newly supported games:

./mapper_27

0 directories, 0 files

./mapper_35

0 directories, 0 files

./mapper_37
├── Pachio-kun 3 (Japan) (Rev A).nes
└── Super Mario Bros. + Tetris + Nintendo World Cup (Europe) (Rev A).nes

0 directories, 2 files

./mapper_44

0 directories, 0 files

./mapper_45

0 directories, 0 files

./mapper_49

0 directories, 0 files

./mapper_50

0 directories, 0 files

./mapper_51
└── Galaxian (Japan).nes

0 directories, 1 file

./mapper_52

0 directories, 0 files

./mapper_56

0 directories, 0 files

./mapper_60

0 directories, 0 files

./mapper_103

0 directories, 0 files

./mapper_105
└── Nintendo World Championships 1990 (USA) (Competition Cart).nes

0 directories, 1 file

./mapper_106

0 directories, 0 files

./mapper_108

0 directories, 0 files

./mapper_117

0 directories, 0 files

./mapper_132
├── Bingo (Asia) (TXC) (Unl).nes
├── Creatom (Spain) (Gluk Video) (Unl).nes
└── Zhan Guo Si Chuan Sheng (Asia) (C&E) (Unl).nes

0 directories, 3 files

./mapper_136
├── Mahjong Trap - Si Cuan Ma Que (Asia) (Ja) (Unl).nes
├── Rad Racket - Deluxe Tennis II (Asia) (En) (Unl).nes
├── Venice Beach Volleyball (Asia) (Ja) (TXC) (Unl).nes
└── Wei Lai Xiao Zi (Asia) (Ja) (Unl).nes

0 directories, 4 files

./mapper_142
└── Pipe V (Asia) (Ja) (Unl).nes

0 directories, 1 file

./mapper_143
└── Magical Mathematics (Asia) (Ja) (NTSC) (Unl).nes

0 directories, 1 file

./mapper_144

0 directories, 0 files

./mapper_145

0 directories, 0 files

./mapper_149

0 directories, 0 files

./mapper_156
├── Janggun-ui Adeul (Korea) (Unl).nes
├── Koko Adventure (Korea) (Unl).nes
└── Metal Force (Korea) (Unl).nes

0 directories, 3 files

./mapper_159
├── Magical Taruruuto-kun - Fantastic World!! (Japan).nes
└── SD Gundam Gaiden - Knight Gundam Monogatari (Japan) (Rev 1).nes

0 directories, 2 files

./mapper_165

0 directories, 0 files

./mapper_171

0 directories, 0 files

./mapper_172
├── 1991 Du Ma Racing (Asia) (Ja) (Unl).nes
└── Mahjong Block (Asia) (Idea-Tek) (Unl).nes

0 directories, 2 files

./mapper_173
├── F-15 City War (Asia) (En) (Idea-Tek) (Unl).nes
├── Mahjong Block (Asia) (TXC) (Unl).nes
├── Puzzle (Asia) (En) (Idea-Tek) (Unl).nes
├── Xiao Ma Li (Asia) (Idea-Tek) (Unl).nes
├── Xiao Ma Li (Asia) (Nei-Hu) (Unl).nes
└── Zhan Guo Si Chuan Sheng (Asia) (Nei-Hu) (Unl).nes

0 directories, 6 files

./mapper_175

0 directories, 0 files

./mapper_176
├── Game Master Kid (Unknown) (Proto) (RAM) (Unl).bin
└── Zhi Li Xiao Zhuang Yuan (Asia) (Unl).nes

0 directories, 2 files

./mapper_177
├── Mei Guo Fu Hao - American Man (Asia) (Unl).nes
├── Shang Gu Shen Jian (Asia) (Unl).nes
├── Wang Zi Fu Chou Ji (Asia) (Unl).nes
├── Xing He Zhan Shi (Asia) (Unl).nes
└── Xing Zhan Qing Yuan (Asia) (Unl).nes

0 directories, 5 files

./mapper_183

0 directories, 0 files

./mapper_186
└── Study Box (Japan).nes

0 directories, 1 file

./mapper_187

0 directories, 0 files

./mapper_197

0 directories, 0 files

./mapper_198

0 directories, 0 files

./mapper_199

0 directories, 0 files

./mapper_213

0 directories, 0 files

./mapper_214

0 directories, 0 files

./mapper_216
└── Magic Jewelry 2 (Asia) (Ja) (Unl).nes

0 directories, 1 file

./mapper_221

0 directories, 0 files

./mapper_222

0 directories, 0 files

./mapper_228
├── Action 52 (USA) (Rev A) (Unl).nes
├── Action 52 (USA) (Unl).nes
└── Cheetahmen II (USA) (Unl).nes

0 directories, 3 files

./mapper_229

0 directories, 0 files

./mapper_238

0 directories, 0 files

./mapper_244
└── Decathlon (Asia) (Ja) (Unl).nes

0 directories, 1 file

./mapper_248

0 directories, 0 files

./mapper_249

0 directories, 0 files

./mapper_250
└── Time Diver - Avenger (Asia) (En) (Unl).nes

0 directories, 1 file

./mapper_252

0 directories, 0 files

Only 6 mappers are not supported by the N8 (8, 14, 116, 128, 130, 160). Here are the No-Intro games not supported yet:

mapper_116/
├── AV Kyuukyoku Mahjong 2 (Asia) (Ja) (Ge De) (Unl).nes
├── AV Mei Shao Nv Zhan Shi (Asia) (Unl).nes
└── Chuugoku Taitei (Asia) (Ja) (Unl).nes
mapper_128/
└── AV Super Real Pachinko (Japan) (Unl).nes
SmokeMonsterPacks commented 6 years ago

This is beyond incredible. Thanks for the script, and for basically adding 39 games to the next update 👍 💯

frederic-mahe commented 6 years ago

Your are welcome. It was fun to learn how the first bytes of a NES game are organized and what they mean.

frederic-mahe commented 6 years ago

Here are the GoodNes v3.23b ROMs supported by the new mappers:

./mapper_27
├── World Hero (Unl) [b1].nes
├── World Hero (Unl) [b2].nes
└── World Hero (Unl) [!].nes

0 directories, 3 files

./mapper_35
├── Shui Guo Li (Ch) [a1].nes
└── Warioland II (Unl).nes

0 directories, 2 files

./mapper_37
├── Super Mario Bros. + Tetris + Nintendo World Cup (E) [b2].nes
└── Super Mario Bros. + Tetris + Nintendo World Cup (E) [!].nes

0 directories, 2 files

./mapper_44
├── Kunio 8-in-1 [p1].nes
├── Panda Adventure (AbabSoft).nes
├── Super Big 7-in-1 [p1][!].nes
└── Super Cool Boy 4-in-1 (CB-4034) (Unl).nes

0 directories, 4 files

./mapper_45
├── 15-in-1 (DK2) (GA23C8003 PCB) [p1][!].nes
├── 15-in-1 (MK 30 Player) (GA23C8003 PCB) [p1][!].nes
├── 2-in-1 (Super 300-in-1) (Pocket Monster) [p1].nes
├── 3-in-1 (K3011) [p1][!].nes
├── 4-in-1 (K4033) [p1][!].nes
├── 4-in-1 (K4303) [p1][!].nes
├── 7-in-1 (K7603) [p1][!].nes
├── 9-in-1 (860824 PCB) [p1][!].nes
├── Brain Series 12-in-1 [p1][!].nes
├── Famicom Yarou 54 (Unl) [!].nes
├── Famicom Yarou Vol.1 7-in-1 (Unl) [!].nes
├── Famicom Yarou Vol.5 7-in-1 (Unl) [!].nes
├── Famicom Yarou Vol.5 7-in-1 (Unl) [T+Rus_Cool-Spot].nes
├── King Series Super 4-in-1 (K4M03) [p1][!].nes
├── Mario Party (Unl) [p1].nes
├── Music King! 4-in-1 [p1].nes
├── Street Fighter V (20 Peoples) (Unl) [p1].nes
├── Street Fighter V Turbo 60 (Unl) [p1].nes
├── Super 1000000-in-1 [p1][!].nes
├── Super 3-in-1 (Multicart K3015) [p1][!].nes
├── Super 3-in-1 (Multicart K3M07) [p1].nes
├── Super 3-in-1 [p1][!].nes
├── Super 4-in-1 (DBZ2...) (KG899A PCB) [p1][!].nes
├── Super 4-in-1 (Harry Potter...) (KG899A PCB) [p1][!].nes
├── Super 4-in-1 (Multicart K4003) [p1].nes
├── Super 4-in-1 (Multicart K4042) [p1].nes
├── Super 4-in-1 (Multicart K4076) [p1].nes
├── Super 4-in-1 (Multicart K4086) [p1].nes
├── Super 4-in-1 [p1][!].nes
├── Super 7-in-1 [p1].nes
├── Super 8-in-1 [p1][!].nes
├── Super HIK 4-in-1 (Multicart S4020) [p1][!].nes
├── Super HIK 7-in-1 (Multicart K7006) [p1][!].nes
├── Super New Year Cart 15-in-1 (Hummer Team) (Unl) [!].nes
├── Super TV Game 2-in-1 (VT-414 PCB) [p1][!].nes
├── Super TV Game 3-in-1 (VT-414 PCB) [p1][!].nes
└── ZW Final 4-in-1 [p1].nes

0 directories, 37 files

./mapper_49
└── Super HIK 4-in-1 [p1][!].nes

0 directories, 1 file

./mapper_50
└── Super Mario Bros. (Alt Levels) [p1][!].nes

0 directories, 1 file

./mapper_51
├── 11-in-1 Ball Games [p1][!].nes
└── 11-in-1 Ball Games [p1][o1].nes

0 directories, 2 files

./mapper_52
├── 2-in-1 - 1996 Super HIK Gold Card (NT-803) [p1][!].nes
├── 3-in-1 (8096 PCB) [p1][!].nes
├── 3-in-1 (BN096) [p1][!].nes
├── 3-in-1 (MR028) [p1][!].nes
├── 3-in-1 (MR029) [p1][!].nes
├── 4-in-1 (YH441) [p1][!].nes
├── Gold 7-in-1 HIK (AK456, 8195 PCB) [p1][!].nes
├── Golden 7-in-1 (ML-600) [p1][b1].nes
├── Golden 7-in-1 (ML-600) [p1][!].nes
├── Jackie Chan (J) [!].nes
├── Jackie Chan (J) [T+Fre_ks151].nes
├── Jetsons, The - Cogswell's Caper! (J) [t1].nes
├── Kunio Nekketsu 8-in-1 [p1][!].nes
├── Mario 7-in-1 [p1][b1].nes
├── Mario 7-in-1 [p1][b2].nes
├── Mario 7-in-1 [p1][!].nes
├── Super 1998 3-in-1 (NT-008 PCB) [p1][!].nes
├── Super 1998 3-in-1 (VT-850, NT-008 PCB) [p1][!].nes
└── Super 3-in-1 (NT-903) [p1][!].nes

0 directories, 19 files

./mapper_56
└── Super Mario Bros. 3 (J) (PRG1) [p2][!].nes

0 directories, 1 file

./mapper_60
├── 4-in-1 (Mapper 60) [p1].nes
├── Chiu Keung Juen Sek Wong Gam Ka 4-in-1 [p1][!].nes
├── Reset Based 4-in-1 [p1].nes
└── TN 95-in-1 (6-in-1) [p1].nes

0 directories, 4 files

./mapper_103
└── Doki Doki Panic (FDS Conversion).nes

0 directories, 1 file

./mapper_105
├── Nintendo World Championships 1990 (U) [b1].nes
└── Nintendo World Championships 1990 (U) [!].nes

0 directories, 2 files

./mapper_106
└── Super Mario Bros. 3 (J) (PRG1) [p5].nes

0 directories, 1 file

./mapper_108
├── Bubble Bobble (FDS Conversion, Kaiser Hacked) (Unl) [p1][!].nes
├── Falsion (FDS Conversion, Whirlwind Manu) (Unl) [!].nes
└── Meikyuu Jiin Dababa (FDS Conversion) (Unl) [!].nes

0 directories, 3 files

./mapper_117
├── Crayon Shin-Chan (Ch) [!].nes
└── San Guo Zhi 4 - Chi Bi Feng Yun (Ch) [!].nes

0 directories, 2 files

./mapper_132
├── Creatom (Unl) [!].nes
├── Qi Wang - Chinese Chess (Ch) [p1][!].nes
└── Zhan Guo Si Chuan Sheng (C&E) (Unl).nes

0 directories, 3 files

./mapper_136
└── Mei Loi Siu Ji (Metal Fighter) (Sachen) [!].nes

0 directories, 1 file

./mapper_142
├── Bubble Bobble (FDS Conversion) (Unl).nes
├── Pipe 5 (Sachen) [!].nes
└── Super Mario Bros. 2 (J) (Kaiser) [p1].nes

0 directories, 3 files

./mapper_143
├── Dancing Blocks (Sachen) [!].nes
└── Magic Mathematic (Sachen-NTSC) [!].nes

0 directories, 2 files

./mapper_144

0 directories, 0 files

./mapper_145
└── Sidewinder (Sachen) [!].nes

0 directories, 1 file

./mapper_149
└── Taiwan Mahjong 16 (Sachen) [!].nes

0 directories, 1 file

./mapper_156
├── Buzz and Waldog (U) (Prototype) [!].nes
├── Buzz and Waldog (U) (Prototype) [t1].nes
├── Janggun ui Adeul (General's Son) (K) [!].nes
├── Ko Ko Eo Deu Ben Ce (K).nes
└── Metal Force (K) [!].nes

0 directories, 5 files

./mapper_159
├── Magical Taruruuto-kun - Fantastic World!! (J) (PRG0) [!].nes
└── SD Gundam Gaiden - Knight Gundam Monogatari (J) (V1.1) [!].nes

0 directories, 2 files

./mapper_165
├── Fire Emblem - Ankoku Ryuu to Hikari no Tsurugi (Ch) [a1].nes
├── Fire Emblem - Ankoku Ryuu to Hikari no Tsurugi (Ch) [b1].nes
├── Fire Emblem - Ankoku Ryuu to Hikari no Tsurugi (Ch).nes
├── Fire Emblem Gaiden (Ch) [a1].nes
├── Fire Emblem Gaiden (Ch) [a2].nes
├── Fire Emblem Gaiden (Ch).nes
├── Fire Emblem Two Dragon Edition (Hack).nes
├── Sanada Juu Yuushi (ES-1102) (Ch) [f1].nes
└── Sanada Juu Yuushi (ES-1102) (Ch).nes

0 directories, 9 files

./mapper_171
└── Tui Do Woo Ma Jeung (Ch) [!].nes

0 directories, 1 file

./mapper_172
└── 1991 Du Ma Racing (Ch) [!].nes

0 directories, 1 file

./mapper_173
├── Mahjong Block (MGC-008) (Unl) [!].nes
└── Xiao Ma Li (Ch) [!].nes

0 directories, 2 files

./mapper_175
└── 15-in-1 (Kaiser - KS-122) (Unl).nes

0 directories, 1 file

./mapper_176
├── 12-in-1 Console TV Game Cartridge (Unl) [!].nes
├── 3-in-1 (ES-Q800C PCB) [p1].nes
├── 4-in-1 (BS-8088) [p1][!].nes
├── 4-in-1 Fighter (ES-Q800C1 PCB) [p1].nes
├── 4-in-1 (FK23C8021) [p1][!].nes
├── 4-in-1 (FK23C8026) [p1][!].nes
├── 4-in-1 (FK23C8033) [p1][!].nes
├── 4-in-1 (FK23C8043) [p1][!].nes
├── 4-in-1 (FK23C8045) [p1][!].nes
├── 4-in-1 (FK23C8052) [p1][!].nes
├── 4-in-1 (FK23C8056) [p1][!].nes
├── 4-in-1 (FK23C8078) (Ch) [p1].nes
├── 4-in-1 (FK23C8079) [p1][!].nes
├── 4-in-1 (FK23Cxxxx, S-0210A PCB) [p1][!].nes
├── 4-in-1 (FK-8008) [p1][!].nes
├── 4-in-1 (FK-8050) [p1][!].nes
├── 4-in-1 (KT-220B) [p1].nes
├── 4-in-1 (KT-3445AB) [p1].nes
├── 4-in-1 (KT-443B) [p1].nes
├── 4-in-1 (VT087) [p1][!].nes
├── 4-in-1 (VT089) [p1][!].nes
├── 4-in-1 (VTxxx, 0208 PCB) [p1][!].nes
├── 4-in-1 (YH-4102) [p1].nes
├── 4-in-1 (YH4237) [p1].nes
├── 5-in-1 (K5003) [p1][!].nes
├── 6-in-1 (FK-3004) [p1][!].nes
├── Bao Xiao San Guo (Ch) [a4].nes
├── Grandia (Ch) (Wxn).nes
├── Kou Dai Jing Ling - Fei Cui (Ch) [a2].nes
├── Meng Huan Zhi Xing IV (ES-1006) (Ch).nes
├── Mortal Kombat Trilogy - 8 People (M1274) (Ch) [!].nes
├── Pocket Monsters Red (Ch) (Decrypted) [b1].nes
├── Po Fu Chen Zhou (ES-1092) (Ch) (Decrypted).nes
├── Rockman 4 MI (Hack).nes
├── San Xia Wu Yi - Yu Mao Chuan Qi (Ch) (ES-1071) [a2].nes
├── Shui Hu Shen Shou (ES-1087) (Ch) (Decrypted).nes
├── Shu Qi Yu - Shu Xue Xiao Zhuan Yuan (Ch).nes
├── Shu Qi Yu - Zhi Li Xiao Zhuan Yuan (Ch).nes
├── Super 3-in-1 (KT-4403) [p1].nes
├── Super 4-in-1 (BRC-4) [p1].nes
├── Xi Chu Ba Wang (ES-1066) (Ch) (Decrypted).nes
├── Xiong Ba Tian Xia (Ch).nes
└── Xiong Ba Tian Xia (Ch) (Wxn).nes

0 directories, 43 files

./mapper_177
├── Mei Guo Fu Hao (Ch).nes
├── Shang Gu Shen Jian (Explosion Sangokushi) (Ch).nes
├── Wang Zi Fu Chou Ji (Ch).nes
├── Xing He Zhan Shi (Ch).nes
└── Xing Zhan Qing Yuan (Ch).nes

0 directories, 5 files

./mapper_183
└── Shui Guan Pipe (Unl) [!].nes

0 directories, 1 file

./mapper_186
└── Study Box (Fukutake Shoten) (J) [!].nes

0 directories, 1 file

./mapper_187
├── Garou Densetsu Special (Unl) (Mapper 187) [!].nes
├── King of Fighters 96, The (Unl).nes
├── Sonic 3D Blast 6 (Unl) [f1].nes
├── Sonic 3D Blast 6 (Unl).nes
├── Street Fighter II - The World Warrior (Unl) [a1].nes
├── Street Fighter II - The World Warrior (Unl) [a2].nes
├── Street Fighter II - The World Warrior (Unl) [!].nes
├── Street Fighter Zero 2 '97 (Unl) [b1].nes
├── Street Fighter Zero 2 '97 (Unl) [!].nes
├── Street Fighter Zero 2 (Unl) [b1].nes
└── Street Fighter Zero 2 (Unl).nes

0 directories, 11 files

./mapper_197
└── Super Fighter III (Unl) [!].nes

0 directories, 1 file

./mapper_198
├── Captain Tsubasa Vol. II - Super Striker (Ch) [a1].nes
├── Captain Tsubasa Vol. II - Super Striker (Ch) [a3].nes
└── Cheng Ji Si Han (ES-1110) (Ch).nes

0 directories, 3 files

./mapper_199
├── San Guo Zhi 2 (Ch) [T+Chi2.3].nes
└── Silva Saga (J) [T+ChS].nes

0 directories, 2 files

./mapper_213
└── 9999999-in-1 [p2].nes

0 directories, 1 file

./mapper_214
└── Super Gun 20-in-1 [p1][!].nes

0 directories, 1 file

./mapper_216
├── Bonza (R) (REV0) [!].nes
├── Bonza (R) (REVA) [!].nes
├── Bonza (R) (REVB) [!].nes
├── Magic Jewelry 2 (Unl) [!].nes
├── Videopoker Bonza (R) (REVA) [!].nes
└── Videopoker Bonza (R) (REVB) [!].nes

0 directories, 6 files

./mapper_221
├── 1000-in-1 (JPx72) [p1][!].nes
├── 320-in-1 [p1][!].nes
├── 400-in-1 [p1][!].nes
├── 5000000-in-1 (JPx72) [p1][!].nes
├── 700-in-1 [p1][!].nes
└── 800-in-1 (Unl) [p1].nes

0 directories, 6 files

./mapper_222
├── Dragon Ninja (J) (PRG0) [p1][!].nes
└── Super Mario Bros. 8 (Unl) [!].nes

0 directories, 2 files

./mapper_228
├── Action 52 (Active Enterprises) [b2].nes
├── Action 52 (Active Enterprises) [b3].nes
├── Action 52 (Active Enterprises) [!].nes
├── Action 52 (Active Enterprises) (REVA) [!].nes
├── Action 52 (Active Enterprises) (REVA) [o1].nes
├── Cheetah Men II (Active Enterprises) [b2].nes
├── Cheetah Men II (Active Enterprises) [o1].nes
├── Cheetah Men II (Active Enterprises) [!p].nes
├── Cheetah Men II (Active Enterprises) [T+Spa_PacoChan].nes
└── Cheetah Men II - Bugfixed Version 2.1 by PacoChan (Hack).nes

0 directories, 10 files

./mapper_229
└── 31-in-1 [p1].nes

0 directories, 1 file

./mapper_238

0 directories, 0 files

./mapper_244
├── Asmik-kun Land (J) [t1].nes
├── Decathlon (Unl).nes
├── Kyatto Ninden Teyandee 1stage by ZURG (Hack).nes
└── Matendouji (J) [!].nes

0 directories, 4 files

./mapper_248
└── Bao Qing Tian (Ch).nes

0 directories, 1 file

./mapper_249
├── Duo Bao Xiao Ying Hao - Guang Ming yu An Hei Chuan Shuo (Ch) [a1].nes
├── Duo Bao Xiao Ying Hao - Guang Ming yu An Hei Chuan Shuo (Ch) [b1].nes
├── Duo Bao Xiao Ying Hao - Guang Ming yu An Hei Chuan Shuo (Ch).nes
├── Myth Struggle (Ch).nes
├── San Shi Liu Ji (Ch) [b1].nes
├── San Shi Liu Ji (Ch).nes
├── Shui Hu Zhuan (Ch) [a1].nes
├── Shui Hu Zhuan (Ch) [b1].nes
└── Shui Hu Zhuan (Ch).nes

0 directories, 9 files

./mapper_250
├── Queen Bee V (Unl) [!].nes
└── Time Diver Avenger (Unl) [!].nes

0 directories, 2 files

./mapper_252
├── San Guo Zhi (Ch) [b1].nes
├── San Guo Zhi (Ch) [b2].nes
└── San Guo Zhi (Ch).nes

0 directories, 3 files
frederic-mahe commented 6 years ago

Here are the NonGoodNES 2016-02-20 ROMs supported by the new mappers:

./mapper_27

0 directories, 0 files

./mapper_35
├── Antarctic Adventure2.nes
├── Antarctic Adventure3.nes
├── Antarctic Adventure4.nes
├── Goonies (Japan) [tr Ru].nes
├── Goonies (J) [T+Rus uBAH009 (23.10.2013)].nes
├── Gradius I.nes
├── Gradius (J) [T+Rus uBAH009 (28.10.2013)].nes
├── Gradius_Softcore.nes
├── Gradius_[TRus_PSCD.RU][t1]-spaces.ru.nes
├── Gradius (U) [!] (Equipment Hack by DeniSS).nes
├── Gradius (U) [!]_lomax edition.nes
├── Kekkyoku Nankyoku Daibouken (J) (REV0) [T-Rus uBAH009 (20.09.2013)].nes
├── Palamedes 2 - Star Twinkles (english).nes
├── Road Fighter (J) [T+Rus_1.02_SMaSm-94].nes
├── Road Fighter (J) [T+Rus uBAH009 (20.09.2013)].nes
├── Road Fighter.nes
├── Runaway truck.nes
├── track & field (esp).nes
├── Track & Field (U) [T+Rus uBAH009 (15.06.2013)].nes
├── TwinBee (J) [T-Rus0.1_CRC Multisoft (13.08.2009)].nes
├── TwinBee (J) [T--Rus0.1 Multisoft (13.08.2009)].nes
├── TwinBee (J) [T+Rus uBAH009 (03.07.2013)].nes
├── TwinBee [T+Rus_PSCD.RU].nes
├── Warioland II.nes
├── Yie Ar Kung-Fu2.nes
├── Yie Ar Kung-Fu3.nes
├── Yie Ar Kung-Fu4.nes
├── Yie Ar Kung-Fu (J) (V1.4) [T+Rus Leonis (08.02.2014)].nes
├── Yie Ar Kung-Fu (J) (V1.4) [T-Rus Leonis (22.01.2014)].nes
├── Yie Ar Kung-Fu (J) (V1.4) [T-Rus uBAH009 (20.09.2013)].nes
└── Yie Ar Kung-Fu (Rus) (Leonis).nes

0 directories, 31 files

./mapper_37

0 directories, 0 files

./mapper_44
└── James Bond Jr (U) [!]_lomax edition.nes

0 directories, 1 file

./mapper_45

0 directories, 0 files

./mapper_49
└── kid icarus - retold (hack).nes

0 directories, 1 file

./mapper_50
├── Adventure Island 2 (GAO Yan Long finished) (ms corrected) time, life diminished version hack by Happy Dragon.nes
├── Adventure Island 2 (R) [Time hack].nes
├── Hudson's Adventure Island II Debug by dragon2snow (Hack) [Time hack].nes
├── Hudson's Adventure Island II (E) [Time hack].nes
├── Hudson's Adventure Island II_Softcore.nes
├── Hudson's Adventure Island II (U) [Time hack].nes
├── Sack_of_Flour_(2002)(NesDev_Team)[t1]-sp.nes
├── Super_Mario_Bros._2_(Alt_Levels)_[000Mi].nes
└── Takahashi Meijin no Bouken Shima II (J) [Time hack].nes

0 directories, 9 files

./mapper_51
├── Adventure Island 3 buttons HACK BY Tintin machine for horse version - GAO Yan Long final (CHN).nes
├── Adventure Island 3 (GAO Yan Long finished) time diminished life diminished version hack by Happy Dragon.nes
├── Adventure Island 3 modified version floating.nes
├── Bee [ms Speaking] life diminished version hack by Happy Dragon.nes
├── Crayon-Shin Chan 3 (J) (Unl).nes
├── G3.nes
├── Galaxian 2.nes
├── Galaxian 4.nes
├── Galaxian (Japan) [255 lives].nes
├── Galaxian_(J)Bessmertie-spaces.ru.nes
├── Galaxian (J) [BIN].bin
├── Galaxian (J) easy mode.nes
├── Galaxian (J)._lomax.nes
├── Galaxian_(J)._lomax_[t1]-spaces.ru.nes
├── Galaxian (J) (REV0) [T-Rus uBAH009 (13.07.2013)].nes
├── Galaxian_(J)_[](Speed_and_Control_Hack)-.nes
├── Galaxian_(J)_[](Speed_and_Control_Hack)[.nes
├── Galaxian_(J)[t1]-spaces.ru.nes
├── Galaxian (J) [T+Rus].nes
├── Galaxian (J) [Turbo Fire Fix].nes
├── Galaxian S (J) [!] fix.nes
├── Galaxian S (J) [!].nes
├── Galaxian Super (J) [!].nes
├── Galaxian Super [PAUK (26.09.2013)].nes
├── Galaxian Super (R) [Easy Hack].nes
├── Galaxian_Super_(R)_[Easy Hack].nes
├── Galaxian Super (R) [Easy Shot Rain Hack].nes
├── Galaxian_Super_(R)_[Easy Shot Rain Hack].nes
├── Galaxian Super (R) [!].nes
├── Galaxian Super [T+Rus PAUK (26.09.2013)].nes
├── Galaxian  Unused Game Over MUSIC 2 (J) [!](1).nes
├── Galaxian  Unused Game Over MUSIC 2 (J) [!].nes
├── Galaxian Unused Game Over MUSIC (R) [!](1).nes
├── Galaxian Unused Game Over MUSIC (R) [!].nes
├── Galaxian v2.nes
├── Glory_of_Heracles_[Eng_DvD_RevB].nes
├── Hudson's Adventure Island III_lomax edition.nes
├── Hudson's Adventure Island III_Softcore.nes
├── Hudson's Adventure Island III [T+Rus_PSCD.RU].nes
├── Hudson's Adventure Island III [T+Rus_PSCD.RU_v1.1].nes
├── jackattack.nes
├── Kawa no Nushi Tsuri (J) [T+Eng0.91 Pikachumanson (17.12.2013)].nes
├── Kawa no Nushi Tsuri (J) [T-Eng0.9 Pikachumanson (24.06.2013)].nes
├── Menu_42_Game_[p]_[!]_by_Guyver.nes
├── Rockman 2 Chaos.nes
├── Rockman Gaiden.nes
├── Stopwatch.nes
├── Super Galaxian (J) [!] fix_.nes
├── Super Galaxian (J) [!] fix.nes
├── Super Galaxian (J) [!]_.nes
├── Super Galaxian (J) [!].nes
├── Super Galaxian (R) [!] fix.nes
├── Super Galaxian (R) [!].nes
└── Taro's Quest (U) (Prototype) [T+Rus1.00 Chief-Net (31.12.2012)].nes

0 directories, 54 files

./mapper_52
├── Captain America - The Winter Soldier.nes
├── Power Blade 2 [T+Rus_Shedevr_&_Chronix].nes
├── Tom_and_Jerry_[p]_[!]_by_Guyver.nes
├── Tom & Jerry (and Tuffy) (U) [!] [a].nes
├── Tom & Jerry (and Tuffy) (U) [!]_lomax edition.nes
├── Tom & Jerry (and Tuffy) (U) Lomax & Roket[!].nes
└── Tom & Jerry (and Tuffy) (U) [!].nes

0 directories, 7 files

./mapper_56
├── bio miracle bokutte upa (j) (mario baby - fds conversion) [hm04][p1].nes
├── Mathematics_2_Class_(a_training_program_complex_'NITAS',_Early_Version).nes
└── Mathematics_2_Class_(a_training_program_complex_'NITAS',_Older_Version).nes

0 directories, 3 files

./mapper_60

0 directories, 0 files

./mapper_103

0 directories, 0 files

./mapper_105

0 directories, 0 files

./mapper_106
├── Contra_Force_2014_v_0.1b-spaces.ru.nes
├── Contra_Force_2014_v_0.2b-spaces.ru.nes
├── Contra forces original high jump.nes
├── Contra Force (U) [T-Rus1.1 MagicTeam (10.05.2008)].nes
├── Contra Force (U) [T-Rus Mihan (04.03.2003)].nes
├── C The Adventure (U) [o1].nes
├── funny edition Contra Force_cpu_lomax.nes
├── HARDCORE_Contra Force_lomax.nes
├── hello.nes
├── kunio 12-in-1.nes
├── re contra3 stage.nes
├── Super Contra 6_2.nes
├── Super Contra 6_3.nes
├── Super Contra 6_4.nes
└── Super Contra-9.nes

0 directories, 15 files

./mapper_108

0 directories, 0 files

./mapper_117
├── rockman2(exh).nes
└── Tank 1990 (Ch) [hM4].nes

0 directories, 2 files

./mapper_132
├── 0692.nes
├── Aladdin_3_(Unl)_256_lives.nes
├── Aladdin_3_(Unl)[t1]-spaces.ru.nes
├── Boomerang generation version of Double Dragon 2.nes
├── cosmos cop (unl) (megasoft,caltron).nes
├── Die Hard (Special).nes
├── Double Dragon 2 A deep Speaking hack by Happy Dragon.nes
├── double dragon 2 (easy) (hack).nes
├── Double Dragon 2 fc unlimited dumped steel.nes
├── Double Dragon 2 generation brawny version by soeur amant.nes
├── Double Dragon 2.nes
├── Double Dragon 2 - The Revenge  (J)2.nes
├── Double Dragon 2 Tornado Edition.nes
├── Double Dragon II - The Revenge (R) (PRG1) [!].nes
├── Double Dragon II - The Revenge (USA) [tr Ru v1.1].nes
├── El Destructor (Gluk Video) (unl).nes
├── Geimos (J) [T-Rus uBAH009 (25.07.2013)].nes
├── HARDCORE_ Double Dragon II - The Revenge_lomax.nes
├── Hiryuu no Ken Special - Fighting Wars (Japan).nes
├── Magic_Carpet_1001_(Unl)[t1]-spaces.ru.nes
├── main (4).nes
├── Maple Leaf - joy (no music).nes
├── Milenko's_Magic_Carpet(no_titel_screen_).nes
├── Princesstual Orgy (J) [Vimm's Lair PURE SHxT hack].nes
├── Princesstual Orgy [Vimm's Lair PURE SHxT hack].nes
├── Star Trek - 25th Anniversary (Rus) (Leonis) (11th anniversary hack).nes
├── Star Trek - 25th Anniversary (U) [T+Rus1.0 Leonis (28.03.2014)].nes
└── Toki (U) [T-Rus alex_str85 (16.07.2010)].nes

0 directories, 28 files

./mapper_136
├── 0677.nes
├── 4-in-1 (OK-411)[p1][!].nes
├── Adventures of Lolo 2 [T+Rus_PSCD.RU].nes
├── Adventures of Lolo 3.nes
├── Adventures of Lolo 3 [T+Rus_PSCD.RU].nes
├── Adventure time (english)(bycasperdj777).nes
├── adventure time (J) (bycasperdj777).nes
├── Akumajou Densetsu (Japan) [En by Vice v1.0].nes
├── akumajou densetsu - re-translation  title screen hack.nes
├── ALF (casperdj777 hack).nes
├── A modified version of Street Fighter by flames whirlwind.nes
├── atimetext TEST1 (bycasperdj777).nes
├── Castlevania III - Dracula's Curse_Softcore.nes
├── Castlevania III - Dracula's Curse (U) [T+Ger1.00_G-Trans].nes
├── Castlevania III (U) [T+Rus IfritZ&Yur (08.09.2012)].nes
├── Cocoron (J) [T+Rus1.00 Chief-Net (11.05.2013)].nes
├── Count_choula2_choculas_cursed!.nes
├── cviii mmc3.nes
├── Dragon_Spirit_-_The_New_Legend_(BESSMERT.nes
├── er zhan zhi jing dian zhan yi (c) [hengge].nes
├── Garfield - Happy Dragon Speaking.nes
├── Garfield.nes
├── Gradius II (J)_lomax edition.nes
├── Gradius_II_(J)_[][t1]-spaces.ru.nes
├── Gradius II_Softcore.nes
├── m4cv]3.nes
├── mff_4.1.nes
├── Mighty Final Fight_2.nes
├── Mighty Final Fight_F.nes
├── Mighty Final Fight for 2 Players.nes
├── Mighty_Final_Fight.nes
├── mighty final fight (u)_tt.nes
├── Qi Zhi Wu A (China) (Unl) [CHS](0837).nes
├── Saint Seiya - Pegasus Fantasy.nes
├── Spartan X (J) [T+Rus uBAH009 (06.07.2013)].nes
├── Street Fighter election off version.nes
├── Street Fighter (network simulation Chinese Speaking) (ms amended) hackby happy dragon.nes
├── stunt buggies (unl) (codemasters,camerica).nes
├── The Departed - Constant grid Electronics.nes
├── Three Kingdoms 2 - Constant grid Electronics.nes
└── Three Kingdoms - Total Annihilation break - Constant grid Electronics.nes

0 directories, 41 files

./mapper_142
├── 16 teams.nes
├── 1966broncos.nes
├── 1966JLS1.nes
├── 1972_week_15.nes
├── 1973_week_10_fix.nes
├── 1979_week_5.nes
├── 1981_week_1.nes
├── 1983 TECMO FOOTBALL LEAGUE redux Juiced.nes
├── 1984.nes
├── 1984_week_19NFCSHIP.nes
├── 1985_week_19_true.nes
├── 1986_week_11.nes
├── 1986_week_1_fix.nes
├── 1987Baserom.nes
├── 1988_week_0.nes
├── 1990_week_12.nes
├── 1990_week_5.nes
├── 1990_week_7.nes
├── 1990_week_8.nes
├── 1991 TSB dummy def ROM.nes
├── 1991_week_10.nes
├── 1991_week_13.nes
├── 1991_week_18.nes
├── 1991_week_1_lord.nes
├── 1991_week_20.nes
├── 1991_week_2_lord.nes
├── 1991_week_2.nes
├── 1991_week_3_lord.nes
├── 1991_week_4_lord.nes
├── 1991_week_5_lord.nes
├── 1992_week_16Hacked_P2Cond_NoFumb.nes
├── 1992_week_2.nes
├── 1992_week_4.nes
├── 1993_1_week_11.nes
├── 1993_1_week_20.nes
├── 1993 TSB 1 SNES to NES port.nes
├── 1993_week_1NovacekFixed_001.nes
├── 1993_week_1NovacekFixed.nes
├── 1993_week_2.nes
├── 1995_1_week_16.nes
├── 1995_1_week_19.nes
├── 1997_week_18.nes
├── 1999_week_19.nes
├── 2000_week_19.nes
├── 2000_week_1.nes
├── 2000_week_2.nes
├── 2001_week_18.nes
├── 2002_week_2.nes
├── 2003_week_0PlusDENFA.nes
├── 2003_week_3_update.nes
├── 2004_week_1.nes
├── 2005_week_1.nes
├── 2005_week_5.nes
├── 2006 NCAA Rose Bowl(1).nes
├── 2006_week_19_001.nes
├── 2006_week_3.nes
├── 2009_week_19.nes
├── 2012_week_19.nes
├── 2013 TPC_002.nes
├── 2014.nes
├── 2015_week_1_fix.nes
├── 2016_week_17.nes
├── 2020_week_6_fix_for_CAR.nes
├── 24 Teams.nes
├── 28-Team Vintage.nes
├── 34-43 PLAYBOOKS.nes
├── 4TSB GM EDITOR NCAA 2009.nes
├── 98-00 Rosters Final.nes
├── AFL.nes
├── AFL_rough2 - A.nes
├── AFL_rough2 - B.nes
├── AFL_rough2 - C.nes
├── All-MaddenV2.0.nes
├── All-MaddenV2.1.nes
├── ArenaBowl2011.nes
├── ArenaFootball.nes
├── ATAs28w08.nes
├── Bruddog_Grapple.nes
├── bruddog_tourney_final.nes
├── bruddog_tourney.nes
├── Buck_Grapple.nes
├── C_1966_TSBI.nes
├── C1967TSBII_002.nes
├── C_1967_TSBII.nes
├── C_1968_TSBIII.nes
├── C1969TSBIV.nes
├── change [a].nes
├── CIFL_08.nes
├── College Demo.nes
├── Copy of TSB AFL 2010.nes
├── Crosebowl2012twotone2.nes
├── Crosebowl2012twotone.nes
├── CTL09.nes
├── CTL2002WK01.nes
├── ctlgatsred.nes
├── D4G NFL TSB 2007 Final(1).nes
├── D4G NFL TSB 2007 Final.nes
├── D4G NFL TSB 2007 UPDATE.nes
├── defense_hack(1).nes
├── defense_hack.nes
├── DEF-PLAYBOOK.nes
├── DETROITLIONS.nes
├── dickerson.nes
├── Drummer4God NFL Tecmo Super Bowl 2007(1).nes
├── Drummer4God NFL Tecmo Super Bowl 2007.nes
├── Drummer4God NFL TSB Jets 2007.nes
├── ESTL_S1.nes
├── ETC2.0_S1.nes
├── ETC2.0_S1_pre1.nes
├── ETC2.0_S1_pre1_uniform hack.nes
├── ETCp_S7_BETA_v2.nes
├── ETC_ready.nes
├── ETC_readyRed_brud.nes
├── ETC_readyRed.nes
├── ETC_S4_Pre1-HOU2.nes
├── ETC_S4_SAINTS_BUCS.nes
├── ETC_S4_v2.nes
├── ETC_S5_vx.nes
├── ETC_S6_pre2.nes
├── ETC_S6_PRESEASON.nes
├── ETC_S6_v2.nes
├── ETC_S6_v4.nes
├── ETC_S7_BETA_v2_001.nes
├── ETC_S7_BETA_v2.nes
├── ETC_S7_PRE_V2.nes
├── ETC_S8practice_GG8Gats_001.nes
├── ETC_S8practice_GG8Gats_002.nes
├── ETC_S8practice_GG8Gats_003.nes
├── ETC_S8practice_GG8Gats_004.nes
├── ETC_S8practice_GG8Gats.nes
├── ETC_S8practice_GGGats.nes
├── ETC_S9clarke2_GG8Gats.nes
├── ETC_S9clark_GG8Gats.nes
├── ETC_S9practice_GG8Gats_001.nes
├── ETC_S9practice_GG8Gats.nes
├── ETC_S9pre.nes
├── ETC_scrim_rom3.nes
├── ETC_srim_rom2.nes
├── f22.wxn.nes.[BIN].bin
├── Formation_Adjust.nes
├── FSCHS.nes
├── fullquarterovertimes.nes
├── gats_S7_BETA_v2_001.nes
├── gats_S7_BETA_v2.nes
├── gats_S7_BETA_v3.nes
├── Grap0-15pushV3.nes
├── Grogan's Revenge.nes
├── Hammerin_Harry_(E)_[][t1]-spaces.ru.nes
├── Hammerin' Harry (Hammer Man) (Unl).nes
├── Hammerin' Harry (NTSC)[p1].nes
├── hou-pit-cle-cin.nes
├── hstl14wk14.nes
├── hstl14wk15_001.nes
├── hstl16draft.nes
├── HSTL_16_week_9 - SDATL.nes
├── HSTL_17_week_20.nes
├── HSTL_17_week_21.nes
├── HSTL_17_week_23.nes
├── HSTL_18_week_00(1).nes
├── HSTL_18_week_00(2).nes
├── HSTL_18_week_00.nes
├── HSTL_18_week_0.nes
├── HSTL_18_week_10.nes
├── HSTL_18_week_11.nes
├── HSTL_18_week_12.nes
├── HSTL_18_week_13.nes
├── HSTL_18_week_14.nes
├── HSTL_18_week_15.nes
├── HSTL_18_week_17.nes
├── HSTL_18_week_18.nes
├── HSTL_18_week_1.nes
├── HSTL_18_week_20.nes
├── HSTL_18_week_2.nes
├── HSTL_18_week_3.nes
├── HSTL_18_week_4.nes
├── HSTL_18_week_5.nes
├── HSTL_18_week_6.nes
├── HSTL_18_week_7.nes
├── HSTL_18_week_8.nes
├── HSTL_18_week_9.nes
├── hstl19.nes
├── HSTL_19_week_10.nes
├── HSTL_19_week_11.nes
├── HSTL_19_week_12.nes
├── HSTL_19_week_13.nes
├── HSTL_19_week_14.nes
├── HSTL_19_week_15.nes
├── HSTL_19_week_16.nes
├── HSTL_19_week_17.nes
├── HSTL_19_week_1.nes
├── HSTL_19_week_20.nes
├── HSTL_19_week_2.nes
├── HSTL_19_week_3.nes
├── HSTL_19_week_4.nes
├── HSTL_19_week_5.nes
├── HSTL_19_week_6.nes
├── HSTL_19_week_7.nes
├── HSTL_19_week_8.nes
├── HSTL_19_week_9.nes
├── HSTL20_001.nes
├── HSTL20.nes
├── HSTL21Pretrade_001.nes
├── HSTL21PretradeRom.nes
├── HSTL_21_week_18.nes
├── HSTL_21_week_2.nes
├── HSTL_22PretradeRom.nes
├── HSTL_22_week_17.nes
├── HSTL_22_week_1_betwithgats.nes
├── HSTL_22_week_6.nes
├── HSTL_23_week_17.nes
├── HSTL_23_week_19.nes
├── HSTL_23_week_20.nes
├── HSTL_24_DET_KC_RAI_PHI_DAL_ATL_CHI_WSH_BUF.nes
├── HSTL_24_DET_KC_RAI_PHI_DAL_ATL_CHI_WSH.nes
├── HSTL_24_DET_PHI_postdraft.nes
├── HSTL_24_PRESEASON.nes
├── HSTL_24_week_1.nes
├── HSTL_24_week_22.nes
├── HSTL25Base_001.nes
├── HSTL-26.nes
├── HSTL_26_week_8.nes
├── HSTL_27_week_17.nes
├── hstl28_gats_fairf_diaz.nes
├── HSTL_28.nes
├── HSTL_28_PRESEASON.nes
├── HSTL_28_PRESEASON_v3.0.nes
├── HSTL_28_week_1_001.nes
├── HSTL_28_week_20.nes
├── HSTL_28_week_21.nes
├── HSTL_28_week_22 - 63.nes
├── HSTL_28_week_22.nes
├── HSTL_28_week_3.nes
├── HSTL_28_week_4.nes
├── HSTL29PreseasonRom - DET_align.nes
├── HSTL29PreseasonRom.nes
├── HSTL_29_week_10.nes
├── HSTL_29_week_17.nes
├── HSTL_29_week_1.nes
├── HSTL_29_week_9.nes
├── hstl-BUF-NE-MIA-IND-NYJ.nes
├── hstl-DAL-PHX-WAS-NYG-PHI.nes
├── hstl-DET-CHI-TB-MIN-GB.nes
├── hstldraft2.nes
├── HSTLdraft4.nes
├── hstl-KC-SEA-RAI-DEN-SD.nes
├── HSTL preseason.nes
├── hstl_pretrade.nes
├── hstls17.nes
├── hstls17v10_001.nes
├── hstls17v10(1).nes
├── hstls17v10.nes
├── hstls17v11_001.nes
├── hstls17v2.nes
├── hstls17v3_001.nes
├── hstls17v3.nes
├── hstls17v4.nes
├── hstls17v5_001.nes
├── hstls17v6.nes
├── hstls17v7_001.nes
├── hstls17v7(1).nes
├── hstls17v7.nes
├── hstls17v8.nes
├── hstls17v9_001.nes
├── hstls17v95.nes
├── hstls17v96.nes
├── hstls17v9.nes
├── HSTLs18pre2.nes
├── HSTLs18pre3.nes
├── HSTL-s20draft.nes
├── hstls23practice.nes
├── hstls28_001.nes
├── hstls28_002.nes
├── hstls28gats_001.nes
├── hstls28gats.nes
├── hstls28gats_odell(1).nes
├── hstls28gats_odell.nes
├── hstls28gats_odell_smoke.nes
├── hstls28.nes
├── HSTL_S29_PROBOWL.nes
├── HSTL_S31_V1.nes
├── HSTL_S31_v2.nes
├── HSTL_S31_v3.nes
├── hstl-saints-cards.nes
├── hstl-saints-colts.nes
├── hstl-saints-falc.nes
├── hstl-SF-ATL-RAM-NO.nes
├── IN-GAME-PLAYBOOK B.nes
├── JBI OG-Style 1.1 Juiced.nes
├── JBI OG-Style 1.1.nes
├── JBI Pimp'd OG-Style 1.1 Juiced.nes
├── JBI Pimp'd OG-Style 1.1.nes
├── Jstout_CPU_Grapple.nes
├── Juice&DefHackv3.0.nes
├── Juice&DefHackv4.0.nes
├── killertecmo.nes
├── Lenore-the_cute_little_dead_girl.nes
├── ltflscrap.nes
├── march_tourney_prelim.nes
├── MLF 15 sim data.nes
├── MLF.nes
├── MLFPA 2014 [a].nes
├── MLFPA 2014.nes
├── MLF Tecmo Cereal Bowl XL-1-1.nes
├── MrNFL_TSB2007.nes
├── NAFL.nes
├── NCAA_001.nes
├── ncaa15.nes
├── NCAA 2007.nes
├── NCAA 2007- Playbook.nes
├── NCAA_3_week_1.nes
├── NCAA Logos Rom- Use Only with Tile Layer Pro.nes
├── NCAA.nes
├── nes Tecmo Super Bowl.nes
├── newer_usfl_wlaf_tsb_001.nes
├── newer_usfl_wlaf_tsb_fixed1988Base.nes
├── New Moves tpc_original.nes
├── nfl-2007-blue [a].nes
├── nfl-2007-blue.nes
├── nfl-2007-brown.nes
├── nfl-2007-green.nes
├── NFL_greats_malferds.nes
├── NFL.Greats.nes
├── NFL Juiced  TSB 2007 Final.nes
├── not again copy-11.nes
├── NWO_S4_1_week_8.nes
├── ODELL NFL TSB current old skool.nes
├── ONEFA 2K2_001.nes
├── ONEFA 2K2.nes
├── ONEFA 2K2 v.14_001.nes
├── ONEFA Challenge 2k2.nes
├── OptionDEMO-c.nes
├── OptionDEMO.nes
├── Original_CPU_Passing_Juiced.nes
├── Original_CPU_Passing.nes
├── OTFL11_Bowl.nes
├── otfl12afcsouth.nes
├── otfl12.nes
├── OTFL9Bowl.nes
├── OTLS4_RND1.nes
├── Panthers helmet.nes
├── Pinball Quest Nude (Hack)(R).nes
├── Player 2 TSB.nes
├── Prima Donna TSB.nes
├── PTLpreseason.nes
├── Revo Speed.nes
├── Rose Bowl 2 - Alternate v1-95.nes
├── s19master.nes
├── s19mastr2.nes
├── S28RAI.nes
├── saints-bills.nes
├── season1.nes
├── SEC_tsb.nes
├── STEELERS V.S BROWNS ULTIMATE EDITION.nes
├── STREET tsb 14-15 NFL SUPERBOWL buck.nes
├── Super Mario Bros. Mali Boss (Unl) (mapper fix) (v1.0) [!].nes
├── TBKING_Tecmo Super Bowl v1.nes
├── TBO SEASON III.nes
├── tcs19_colortweak.nes
├── Tecmo Action Bowl 2014.nes
├── TECMO ARCADE 1991 ALLSTARS.nes
├── TecmoExtremeBowl.nes
├── TECMO FOOTBALL LEAGUE JUICED.nes
├── TECMO FOOTBALL LEAGUE redux Juiced.nes
├── TECMO FOOTBALL LEAGUE redux Vanilla.nes
├── TECMO FOOTBALL LEAGUE VANILLA.nes
├── Tecmo Future Super Bowl original.nes
├── Tecmo Grey Cup 2012.nes
├── Tecmo Grey Cup.nes
├── tecmo ncaa 07 bcs 1-1.nes
├── tecmo ncaa 07 bcs 1-2.nes
├── Tecmo NCAA 2007- Final.nes
├── TecmoNCAA_2012_Ratings Demo.nes
├── tecmo ncaa bcs juiced.nes
├── tecmo ncaa bcs.nes
├── Tecmo Retro Bowl XIII.nes
├── Tecmo Retro Bowl XIII(player icons).nes
├── Tecmo Super80s Greatest Hits.nes
├── tecmosuperbowl_001.nes
├── Tecmo Super Bowl 1977.nes
├── TecmoSuperBowl1983.nes
├── TecmoSuperBowl1983wtmplybk.nes
├── Tecmo SuperBowl 1985.nes
├── tecmo_super_bowl_1987.nes
├── Tecmo SuperBowl 1987.nes
├── Tecmo Super Bowl 1990.nes
├── Tecmo Super Bowl 1991 Edition.nes
├── Tecmo Super Bowl(1).nes
├── Tecmo Super Bowl(2).nes
├── Tecmo Super Bowl(3).nes
├── Tecmo Super Bowl AllBlitzes.nes
├── TecmoSuperBowl - Juiced, Coverage, and Run Def Hacks.nes
├── TecmoSuperBowl - Juiced.nes
├── Tecmo Super Bowl - Mutant League Roster.nes
├── tecmo super bowlTBMR.nes
├── Tecmo Super Bowl (U) (2).nes
├── Tecmo Super Bowl (U)(2).nes
├── Tecmo Super Bowl (U) PCPA Hack Reversed.nes
├── Tecmo Super Bowl (U) PCPA Reversed.nes
├── Tecmo Super Bowl (USA) (Proto).nes
├── Tecmo SuperBowl XIII.nes
├── TFO2014_PRESEASON.nes
├── TFO_Football_2013.nes
├── TFO_Football_2014_FINAL.nes
├── TFO_Season - Copy.nes
├── tpc_original_2pt_p1.nes
├── tpc_original [a].nes
├── tpc_original - ATL.nes
├── tpc_original - BUF.nes
├── tpc_original - CHI.nes
├── tpc_original - CIN.nes
├── tpc_original - CLE.nes
├── tpc_original - DAL.nes
├── tpc_original - DEN.nes
├── tpc_original - DET.nes
├── tpc_original_etc_grapple_001.nes
├── tpc_original - GB-ATLerror.nes
├── tpc_original-grapple7.nes
├── tpc_original_home_Away uni hack.nes
├── tpc_original - IND.nes
├── tpc_original_juice_off_001.nes
├── tpc_original - KC.nes
├── tpc_original - MIA.nes
├── tpc_original - MIN-ATLerror.nes
├── tpc_original - NE [a].nes
├── tpc_original - NE.nes
├── tpc_original.nes
├── tpc_original - NO.nes
├── tpc_original - No Post TD Fumbles.nes
├── tpc_original - NYG.nes
├── tpc_original - NYJ.nes
├── tpc_original_pass_loft_hack.nes
├── tpc_original - PHI.nes
├── tpc_original - PHX-ATLerror.nes
├── tpc_original - PIT.nes
├── tpc_original_punt_b2.nes
├── tpc_original - RAI.nes
├── tpc_original - RAM.nes
├── tpc_original_run_pass_block_hack.nes
├── tpc_original - SD.nes
├── tpc_original - SEA.nes
├── tpc_original - SF.nes
├── tpc_original - TB.nes
├── tpc_original - WAS.nes
├── TPC_TSB_home_awayUni_Same team.nes
├── TRB1987(icons).nes
├── TRB1987.nes
├── Triple1.nes
├── Triple1 option.nes
├── Triple2.nes
├── tsb 14-15 NFL STREET buck v1A.nes
├── TSB 1990 switched MS-RP.nes
├── TSB 1991 Enchanced.nes
├── TSB 1998 OLD Helmets.nes
├── TSB 2007.nes
├── TSB_2D.nes
├── TSB '90 Edition.nes
├── tsb_90.nes
├── TSB_92_OLFixed.nes
├── TSB All-American Teams 5.nes
├── TSB Alltime Greats Beta.nes
├── TSB Alltime Greats Update.nes
├── tsb_ce2_v1.nes
├── TSB champion edtion.nes
├── tsbfacehack.nes
├── TSB_Face.nes
├── tsbFaceNumbers.nes
├── TSB Grapple.nes
├── TSBGreatsLegendsEdition.nes
├── TSB IV 1969 Carther.nes
├── TSBJUICE.nes
├── tsb-Max.nes
├── TSBMixed.nes
├── TSB NCAA 2009 [a].nes
├── TSB NCAA 2009.nes
├── tsb-!.nes
├── TSB NFL 1978 Juice Mode [a].nes
├── TSB NFL 1978 Juice Mode.nes
├── TSB NFL 1978 - Tecmo Coach -elway.nes
├── TSB NFL 1979 Juice Mode [a].nes
├── TSB NFL 1979 Juice Mode.nes
├── TSB NFL 1980 Juice Mode [a].nes
├── TSB NFL 1980 Juice Mode.nes
├── TSB NFL 1981 Juice Mode [a].nes
├── TSB NFL 1981 Juice Mode.nes
├── TSB NFL 1982 Juice Mode [a].nes
├── TSB NFL 1982 Juice Mode.nes
├── TSB NFL 1983 Juice Mode [a].nes
├── TSB NFL 1983 Juice Mode.nes
├── TSB NFL 1984 Juice Mode [a].nes
├── TSB NFL 1984 Juice Mode.nes
├── TSB NFL 1985 Juice Mode [a].nes
├── TSB NFL 1985 Juice Mode.nes
├── TSB_NFL_1985.nes
├── TSB NFL 1986 Juice Mode [a].nes
├── TSB NFL 1986 Juice Mode.nes
├── TSB NFL 1987 Juice Mode [a].nes
├── TSB NFL 1987 Juice Mode.nes
├── TSB NFL 1987 - Tecmo Coach -elway.nes
├── TSB NFL 1988 Juice Mode [a].nes
├── TSB NFL 1988 Juice Mode.nes
├── TSB NFL 1989 Juice Mode [a].nes
├── TSB NFL 1989 Juice Mode.nes
├── TSB NFL 1990 even teams.nes
├── TSB NFL 1990 Juice Mode.nes
├── TSB NFL 1991 Dream Team.nes
├── TSB NFL 1991 Enchanced Version [a].nes
├── TSB NFL 1991 TBO Season III FF.nes
├── TSB NFL 1991 Tournament Training.nes
├── TSB NFL 1993 - Tecmo Coach -elway.nes
├── TSB NFL 1993 Tecmo Retro Bowl .Elway. COACH ONLY.nes
├── TSB NFL RB1 Only - Juiced.nes
├── TSB NFL RB1 Only.nes
├── TSB NFL Steelers V.S. Browns Edition.nes
├── TSB NFL Tecmo Worst Bowl (elway).nes
├── TSB NFL WR1 Only - Juiced.nes
├── TSB NFL WR1 Only.nes
├── TSB Original.nes
├── tsborig_ingamePB.nes
├── TSB-PenaltyDemo.nes
├── TSB Street 2013 1.0 (buck).nes
├── TSB Street 2013 2.0 (buck).nes
├── TSB Street 2013 PLAYOFFS (buck).nes
├── TSB Street 2013 PLAYOFFS (buck) nop2.nes
├── tsb STREET 2014 OCT 12 buck.nes
├── TSB with KR and PR MS Hacks.nes
├── TSB X Arena Football League 2010.nes
├── TSB X Arena Football League 2011 COM or COA Only (WIP).nes
├── TSBXFL-Grapple0-15.nes
├── TSB X Mutant League Football 2011.nes
├── TTL_10_week_1.nes
├── TWB.nes
├── UFL_3_week_11.nes
├── update_rom.nes
├── USFL_1986_week_5.nes
├── USFL1988.nes
├── weather(1).nes
├── weather(2).nes
├── weather.nes
├── WTFCb.nes
├── WTFCc.nes
├── WTFC.nes
├── WTFS2A_super_bowl.nes
├── wtf_season_12_preseason_final.nes
├── wtf_update_rom_001.nes
├── wtf_update_rom_002.nes
├── wtf_update_rom.nes
├── x98-00 Rosters Final_001.nes
└── x98-00 Rosters Final.nes

0 directories, 548 files

./mapper_143
├── 1942 (JU) [T+Rus uBAH009 (23.09.2013)].nes
├── 2008-09 opponents.nes
├── 2009knobbe tsb(1).nes
├── 2009knobbe tsb.nes
├── 2009knobbe tsb (unjuiced).nes
├── 2010-11 TSB QBEagles.nes
├── 2011-12 HIGHSPEED TSB DEC 13.nes
├── 2011-12 HIGHSPEED TSB  DEC 30 noP2.nes
├── 2011-12 HIGHSPEED TSB NFL buck-rewhawl Turkey WK11.nes
├── 2011-2012 TSB QBEagles v2.nes
├── 2014 NCAA.nes
├── 2014 TB.org CUSDEF MDPASS.nes
├── 2014 TB.org MDPASS.nes
├── 2015Beta9d.nes
├── 2nd Super Robot Wars (Cam Enhanced).nes
├── 2nd Super Robot Wars - Crystal Elcoteq.nes
├── 32-Team Champions Edition v05 Fix.nes
├── 32-Team - NFL 2008 - Roster update v075.nes
├── 32-Team - NFL 2008 - SB Roster update v075.nes
├── 32-Team_No_Huddle2.nes
├── 32-Team_Noplay_Screen.nes
├── 32-Team Vintage.nes
├── betagreatsdone.nes
├── Blood Basta version.nes
├── Blue Moon II (PC).nes
├── bring it heisman challenge 2009 - RB.nes
├── bring it heisman challenge 2009 - WR.nes
├── bruddog_2008_base_15min_playbook_rev2.nes
├── bruddog_2008_rev10_001.nes
├── bruddog_2008_rev10.nes
├── bruddog_2008_rev7.nes
├── bruddog_2012_EOS.nes
├── bruddog_2012_EOS (with hacks).nes
├── bruddog_advanced_08_09_rev2.nes
├── Buck TSB 09-10_updatedwildcat.nes
├── Buck TSB 09-10 Vanilla sUPER bOWL.nes
├── Buck TSB 2010 HIGHSPEED Week 8 passcreen 3.nes
├── Buck TSB 2010 HIGHSPEED Week 9.nes
├── bucshelmetsupdatewithhacks.nes
├── College.nes
├── Dai-2-Ji - Super Robot Taisen [t-Eng 1.0 Custom Music].nes
├── Eagles2231 - Tecmo 2k9 Final.nes
├── Fantasy TSB 09-10 Vanilla EOS(1).nes
├── Fantasy TSB 09-10 Vanilla EOS.nes
├── FINAL  NFL TECMO SUPER BOWL XLIII 2K9.nes
├── Flying_Hero_(BESKONEChNAJA_ZhIZN)-spaces_.nes
├── Harry legendary hack by Happy Dragon.nes
├── Harry_Potter_[p]_[!]_by_Guyver.nes
├── Harry_Potter_[p]_[]_(by_Guyver)[t1]-spac.nes
├── Japanese Robot Wars 2.nes
├── jaxminiupdate.nes
├── JBI 3 No Play Select Audibles Juiced.nes
├── JBI 3 No Play Select Audibles.nes
├── JBI4 Special NH.nes
├── JBI4 SP Huddle.nes
├── Just Bring It 2 Final SE B version.nes
├── Just Bring It 2 Final SE C.nes
├── Just Bring It 2 Final Second Edition.nes
├── Just Bring It 2 Final SE C OPTION EXPERIMENT.nes
├── Just Bring It 4  Beta.nes
├── Legendary.nes
├── Main(3).nes
├── NCAA 2009 - Alt. Uniforms- Juiced.nes
├── NCAA 2009- Non-juiced.nes
├── NCAA 2010.nes
├── NCAA 2013_001.nes
├── NCAA 2013_2copy3.nes
├── NCAA 2013_2copy.nes
├── NCAA 2013_2.nes
├── NCAA 2013.nes
├── NCAA2015.nes
├── ncaa3208.nes
├── nes TDO ft Young Melo.nes
├── NFL TECMO SUPER BOWL 2K9 FINAL XLIII.nes
├── NFL TECMO SUPER BOWL 2K9 UPDATE7.nes
├── NFL TECMO SUPER BOWL JMGD 2015.nes
├── NFL TECMO SUPER BOWL XLIV AFL(1).nes
├── NFL TECMO SUPER BOWL XLIV AFL.nes
├── NFL TECMO SUPER BOWL XLIV AFL NEW PLAYS(1).nes
├── NFL TECMO SUPER BOWL XLIV AFL NEW PLAYS.nes
├── NFL TECMO SUPER BOWL XLIV AFL NJ(1).nes
├── NFL TECMO SUPER BOWL XLIV AFL NJ.nes
├── NFL TECMO SUPER BOWL XLV FINAL AFL.nes
├── NFL TECMO SUPER BOWL XLV FINAL.nes
├── NFL TECMO SUPER BOWL XLVI EOS V2.nes
├── NFL TECMO SUPER BOWL XLVII 2013RU10TC.nes
├── NFL TECMO SUPER BOWL XLVII 2013RU9TCPB-modified.nes
├── NFL TECMO SUPER BOWL XLVII 2013SB.nes
├── NFL TECMO SUPER BOWL XLVIII 2014 FED(1).nes
├── NFL TECMO SUPER BOWL XLVIII 2014 FED.nes
├── NFL TECMO SUPER BOWL XLVI TG.nes
├── NFL TECMO SUPER BOWL XLV PS.nes
├── NFL Tecmo Super Coach 2012-13_BETA.nes
├── NTL_2K11_v4.nes
├── ODELL NFL TSB current 32 team042910.nes
├── ODELL NFL TSB current 32 team.nes
├── ODell NFL TSB XLIV AFL 2010.nes
├── ODELLTSB2K13.nes
├── PNFR_2013_.nes
├── PNFR_2013.nes
├── Prima Donna Ball Hawk.nes
├── Prima Donna Pick Six.nes
├── Proads TSB 2013.nes
├── PTL_2013_.nes
├── RHOF 8 In the Box.nes
├── RHOF No Guts No Glory.nes
├── Robot Wars 2 Binet version 2.nes
├── Robot Wars 2bobo version 1.nes
├── Robot Wars 2bobo version 2.nes
├── Robot Wars 2bobo version 3.nes
├── Robot Wars 2 child enemy Edition 2.nes
├── Robot Wars 2 child enemy edition.nes
├── Robot Wars 2 Dhabi edition 1.nes
├── Robot Wars 2 Dhabi version 2.nes
├── Robot Wars 2 duck version.nes
├── Robot Wars 2 Enhanced Edition 1.nes
├── Robot Wars 2 Extreme Edition 2.nes
├── Robot Wars 2 Extreme.nes
├── Robot Wars 2 exuberant version 2.nes
├── Robot Wars 2 micro revision 2.nes
├── Robot Wars 2 plus hard version.nes
├── Robot Wars 2 really old version.nes
├── Robot Wars 2  revision 2.nes
├── Robot Wars 2 Revision 2.nes
├── Robot Wars 2  revision 3.nes
├── Robot Wars 2 Revision 3.nes
├── Robot Wars 2  revision 4.nes
├── Robot Wars 2 Revision 4.nes
├── Robot Wars 2 Revision 5.nes
├── Robot Wars 2 Revision.nes
├── Robot Wars 2 since revision 2.nes
├── Robot Wars 2 Star Love 1.nes
├── Robot Wars 2 Star Love 2 highly difficult version.nes
├── Robot Wars 2 Star Love 2 Limited Edition.nes
├── Robot Wars 2 Star Love 2.nes
├── Robot Wars 2 Star Love 2 simple version.nes
├── Robot Wars 2 version 1 enemy abuse.nes
├── Robot Wars 2 version 3 enemy abuse.nes
├── Robot Wars 2 white version 2.nes
├── Robot Wars 2 white version 3.nes
├── Robot Wars 2 white version 4.nes
├── Robot Wars 2 white version 5.nes
├── rom1.nes
├── RoseBowl32-TeamChampionsEdition(1).nes
├── RoseBowl32-TeamChampionsEdition.nes
├── RTL 2013-1.nes
├── rtl_final.nes
├── RTL_Season2_001.nes
├── saints-colts.nes
├── SB's TSB 08-09.nes
├── Second alien robot wars.nes
├── Second Angel Heart Robot Wars 2 simple version.nes
├── Second Robot Wars - Mech storm 2nd Edition.nes
├── Second Robot Wars mental strength.nes
├── Second Robot Wars Old Exocet new version.nes
├── Second Robot Wars phone production enhanced version (masochistic).nes
├── Second Robot Wars qunfang version (highly difficult version).nes
├── Second Robot Wars qunfang version (medium version).nes
├── Second Robot Wars Star Love 2nd Edition (Limited Edition).nes
├── Storm Gulf War on terror - Crystal Elcoteq.nes
├── Super Robot Wars 2 (J)(EngPATCHED)[Nintendo NES][Mod].nes
├── Super Robot Wars 2 (J)(EngPATCHED)(wGallChar)[Nintendo NES][Mod].nes
├── Super Robot Wars 2 (J)(EngPATCHED)(wMusicPers)[Nintendo NES][Mod].nes
├── T-Borg2014-Edited.nes
├── Tecmo 2011.nes
├── Tecmo 2012.nes
├── Tecmo Bowl 2014.nes
├── Tecmo COA '13.nes
├── Tecmo NFL GLORY 2010 V1.nes
├── Tecmonster's TSB 2014 - beta_Brudfix.nes
├── Tecmonster's TSB 2014 - beta.nes
├── Tecmonster's TSB 2014 v2(1).nes
├── Tecmonster's TSB 2014 v2.nes
├── Tecmonster's TSB 2014 v3.nes
├── Tecmonster's TSB 2015 - instant max juice_002.nes
├── Tecmonster's TSB 2015.nes
├── Tecmo Super Bowl 2007-08UPGRD.nes
├── Tecmo Super Bowl 2008-09(1).nes
├── Tecmo Super Bowl 2008-09.nes
├── Tecmo Super Bowl 2009-2010.nes
├── Tecmo Super Bowl 2010v2alt.nes
├── Tecmo Super Bowl 2012-13 MVC.nes
├── Tecmo Super Bowl 2012-13 MVM.nes
├── Tecmo Super Bowl 2012-13UPGRD_001.nes
├── Tecmo Super Bowl 2012-13UPGRD.nes
├── TecmoSuperBowl 2013-14 Juiced (812).nes
├── TecmoSuperBowl 2013-14 QBVIKINGS Juiced (Final)_001.nes
├── TecmoSuperBowl 2013-14 QBVIKINGS Juiced (Final).nes
├── TecmoSuperBowl 2013-14 QBVIKINGS Juiced (midseason update)_001.nes
├── TecmoSuperBowl 2013-14 QBVIKINGS Juiced (midseason update).nes
├── Tecmo Super Bowl 2013 (TecmoBowl.org hack).nes
├── Tecmo Super Bowl 2014-15 TrainingCamp.nes
├── Tecmo Super Bowl 2014-2015 QBV.nes
├── Tecmo Super Bowl 2014 (tecmobowl.org hack).nes
├── Tecmo Super Bowl 2015_5-25_skawks.nes
├── Tecmo Super Bowl 2015_5-26_skawks.nes
├── Tecmo Super Bowl 2015_5-30_skawks.nes
├── Tecmo Super Bowl 2K11 (drummer's 2011 hack).nes
├── TECMO SUPER BOWL 2K11_SELLOUT_6.0.nes
├── Tecmo Super Bowl 2K12 (drummer's 2012 super bowl).nes
├── Tecmo Super Bowl 2K12 (drummer's end of 2012 roster).nes
├── Tecmo Super Bowl 2K13 (drummers 2013 hack).nes
├── Tecmo Super Bowl 2K15 (drummer 's 2015 super bowl) - 5 free plays remaining..nes
├── Tecmo Super Bowl -A 15.nes
├── Tecmo Super Bowl -A 2014-15.nes
├── TECMO SUPER COACH 2010-11_BETA_1.0.1.nes
├── Tecmo Super Duper Bowl 11-12.nes
├── test (5).nes
├── Titenic_(Unl)_(As)_(f1)-spaces.ru.nes
├── Titenic_(Unl)_(As)_(f1)[t1]-spaces.ru.nes
├── To Portland edition.nes
├── TSB_(07)_32-TEAM-v1.2.nes
├── TSB-09_v3.0.nes
├── TSB 2007-31.nes
├── TSB 2007-32 [a2].nes
├── TSB 2007-32 [a3].nes
├── TSB 2007-32 [a].nes
├── TSB 2007-32 (my unis play mods new formations 1).nes
├── TSB 2007-32 (my unis play mods new formations 2).nes
├── TSB 2007-32.nes
├── TSB 2007-32(roster edit-april 1st).nes
├── TSB 2007-32(roster edit).nes
├── TSB 2007-32_special teams hacks_ver B.nes
├── TSB 2007-32_special teams hacks_ver C.nes
├── TSB 2007-32_special teams hacks_ver D.nes
├── TSB-2007-32teams v1.1.nes
├── TSB 2009 [a].nes
├── TSB 2009.nes
├── TSB 2009 StalkingButler's Version.nes
├── TSB 2010 mrpaulryan.nes
├── TSB 2011 2v1.nes
├── TSB 2011 Test93.nes
├── TSB 2011 Test94.nes
├── TSB 2013-14 Remix buck.nes
├── tsb_2013_beta1.nes
├── tsb_2013_beta3.nes
├── tsb_2013_beta4.nes
├── TSB_2013_NewmanRosterDemo.nes
├── TSB_2013_preseason_conditions change every play.nes
├── TSB_2013_preseason.nes
├── TSB_2013_preseason - ReadOptionTest.nes
├── TSB_2013_RC1.nes
├── TSB_2013_RC2.nes
├── TSB_2013_RC3.nes
├── TSB 2013 Super Bowl Stars 1.0.nes
├── TSB 2013 Super Bowl Stars 1.1.nes
├── TSB 2013 Super Bowl Stars 1.2.nes
├── TSB 2013 Super Bowl Stars 1.3.nes
├── TSB 2013 Super Bowl Stars Beta1.nes
├── TSB 2013 Super Bowl Stars Beta2.nes
├── TSB 2013 Super Bowl Stars Beta3.nes
├── TSB 2013 Super Bowl Stars Beta4.nes
├── TSB 2013 Super Bowl Stars Beta5.nes
├── TSB 2014-15 EOS Buck.nes
├── TSB 2014-15 ORIGINAL BUCK et PIMPK'd up.nes
├── TSB 2014-15 Super Bowl buck.nes
├── TSB-2K10_v1.1.nes
├── TSB 2k11 - December Update.nes
├── TSB_2K12.nes
├── TSB-2k7-32J-PB.nes
├── TSB-2K7-32-SUPJ-PB.nes
├── TSB-2k7_32team_juiced-v2.1.nes
├── TSB-2k7.nes
├── tsb-2k7_v1.8.nes
├── TSB_32_2D.nes
├── TSB32_2D.nes
├── TSB College 1AA 2010.nes
├── TSB COLLEGE 2010.nes
├── TSBe - beta1.nes
├── TSBe.nes
├── TSBe - R3.nes
├── TSBe-R4.nes
├── TSBe v50.nes
├── TSB NCAA13 JUICED.nes
├── TSB NCAA13.nes
├── TSB NCAA14 Juiced.nes
├── TSB NCAA14 Vanilla.nes
├── TSB NCAA 2009 buckbbuck.nes
├── TSB NCAA 2009 ruben4.nes
├── TSB NCAA 2010 Fatcheerleader.nes
├── TSB NFL 2008 -Bruddog.nes
├── TSB NFL 2008 -Bruddog (updated in 2011).nes
├── TSB NFL 2009 (Bo FB Offtackle).nes
├── TSB NFL 2009 Buck Juiced.nes
├── TSB NFL 2009 Buck Version 1.nes
├── TSB NFL 2009 Buck Version 2.nes
├── TSB NFL 2009 Drummer.nes
├── TSB NFL 2009 Jeid1.nes
├── TSB NFL 2009 xplozv.nes
├── TSB NFL 2010 Buck Version 1.nes
├── TSB NFL 2010 Buck Version 2.nes
├── TSB NFL 2010 mrpaulryan.nes
├── TSB NFL 2010 proads26.nes
├── TSB NFL 2010 QBEagles.nes
├── TSB NFL 2011-2012 Bruddog Mega Hack Version.nes
├── TSB NFL 2011-2012 Bruddog.nes
├── TSB NFL 2011-2012 Buck HIGHSPEED Defensive Play calling.nes
├── TSB NFL 2011-2012 Buck Rewhawl 20th Anniversary Week 1 PURIST v3.nes
├── TSB NFL 2011-2012 Buck Rewhawl HIGHSPEED Christmas Release.nes
├── TSB NFL 2011-2012 Buck Rewhawl HIGHSPEED.nes
├── TSB NFL 2011-2012 Buck Rewhawl HIGHSPEED New Playbook.nes
├── TSB NFL 2011-2012 Buck Rewhawl HIGHSPEED New Years Release with Player2 feature.nes
├── TSB NFL 2011-2012 Buck Rewhawl HIGHSPEED Playoff Release (no player2).nes
├── TSB NFL 2011-2012 Buck Rewhawl HIGHSPEED (tebow).nes
├── TSB NFL 2011-2012 Drummer Christmas Release.nes
├── TSB NFL 2011-2012 Drummer.nes
├── TSB NFL 2011-2012 QBEagles.nes
├── TSB NFL 2011-2012 TecmoBowl.org (9.11.11).nes
├── TSB NFL 2011-2012 Tecmo Coach .elway..nes
├── TSB NFL 2011-2012 TSBglory91.nes
├── TSB NFL 2012-2013 Buck Rewhawl HIGHSPEED Dolphins Update Only.nes
├── TSB NFL 2015.nes
├── TSB NFL Dynasties Version 6 (TSB Vintage Bowl).nes
├── TSB NO PROBOWL.nes
├── TSB org x1_KGLogos.nes
├── TSB org x1_NEW_GRAPHICS_001.nes
├── TSB org x1_NEW_GRAPHICS(2013-03-25).nes
├── TSB org x1_NEW_GRAPHICS(2013-03-26).nes
├── TSB org x1_NEW_GRAPHICS_JAGS_HELMET_2013-07-11.nes
├── TSB org x1_NEW_GRAPHICS_JAGS_HELMET_2013-07-14.nes
├── TSB org x1_NEW_GRAPHICS.nes
├── TSB_org_x1_NEW_GRAPHICS.nes
├── TSB org x1_NEW_LOGOS.nes
├── TSB org x1_NEW_MINI_001.nes
├── TSB org x1_NEW_MINI.nes
├── TSB TM Final EDIT no jump AND dive.nes
├── TSB TM Final EDIT no jump ONLY.nes
├── TSB X Knobbe Members (Drummer).nes
├── TSB X Tecmo Semi Pro 2011 (buck).nes
├── TSC fixed no GL tiles (v1.2).nes
├── TSC PLAYGRAPHS (v1.2).nes
├── TWTSB13.nes
├── War Machine 2 days Snow Battle 2.nes
├── War Machine 2 modifications (significantly increase the body hp).nes
├── White 3 ultimate enemy abuse.nes
├── White Edition.nes
└── Xiao retention official version.nes

0 directories, 337 files

./mapper_144
└── Aladdin_II_(Unl)[t1]-spaces.ru.nes

0 directories, 1 file

./mapper_145

0 directories, 0 files

./mapper_149
├── 16 (the game).nes
└── Pokemon - White Jade Version (China) (Unl) [CHS](0834).nes

0 directories, 2 files

./mapper_156
└── General's Son.nes

0 directories, 1 file

./mapper_159
├── chinese 0033 1.nes
├── chinese 0034 2.nes
├── Excitebike (VS)_lomax.nes
├── HARDCORE_Kick Master (U) [!].nes
├── Kick Master (USA)_lomax edition2.nes
├── Kick Master (USA)_lomax edition.nes
├── Mari+Land+19(Unl).nes
├── Master Chu & The Drunkard Hu (Color Dreams) [!][t1].nes
├── Tom_Sawyer_no_Bouken_(J)[t1]-spaces.ru.nes
├── When_Mario_Attacks!.nes
├── Who Framed Roger Rabbit (U) [!].nes
└── Who Framed Roger Rabbit (U)[!].nes

0 directories, 12 files

./mapper_165
├── smhm_bydg (SMB hack) [a2].nes
├── smhm_bydg (SMB hack) [a].nes
└── smhm_bydg (SMB hack).nes

0 directories, 3 files

./mapper_171

0 directories, 0 files

./mapper_172
├── Horse Racing.nes
├── konghun.nes
├── scat - final mision (esp).nes
├── S.C.A.T. - Special Cybernetic Attack Team (USA) [tr Ru 1.0].nes
└── S.C.A.T. - Special Cybernetic Attack Team (USA) [tr Ru v1.01].nes

0 directories, 5 files

./mapper_173
├── 10-Yard Fight (Japan).nes
├── 10-Yard Fight (USA, Europe).nes
├── Argus (J) [T+Rus Multisoft (03.05.2010)].nes
├── Battle City (J)_evgeny_new_level3!!!.nes
├── Chack 'n Pop (J) [T-Eng Multisoft (03.05.2010)].nes
├── Chack 'n Pop (J) [T-Rus uBAH009 (15.08.2013)].nes
├── City Connection (J) [T+Rus uBAH009 (18.06.2013)].nes
├── City Connection [T+Rus_PSCD.RU].nes
├── Deformation planes z - muxly finished.nes
├── E-1 Race (Unl)(F-1 Hack)[pxf][p1].nes
├── Exerion (J) [T-Rus uBAH009 (21.08.2013)].nes
├── F-1_Race_(J)_cycled_version.nes
├── F-1_Race_(J)_tire_wear_version_Easy.nes
├── F-1_Race_(J)_tire_wear_version_Expert.nes
├── F-1_Race_(J)_tire_wear_version_Hard.nes
├── F-1_Race_(J)_tire_wear_version_Normal.nes
├── F-1 Race (J) [T-Rus uBAH009 (11.07.2013)].nes
├── F-1 Race [T+Rus_PSCD.RU].nes
├── Formation Z (J) (PRG0) [T+Rus uBAH009 (17.07.2013)].nes
├── Formation Z [T+Rus_PSCD.RU].nes
├── HARDCORE_R.C. Pro-Am (U) (PRG1) [!]_lomax edition.nes
├── Menu_68_Game_[p]_[!]_by_Guyver.nes
├── Ninja Kid's Demon Castle Adventure (English).nes
├── Ninja-kun_-_Majou_no_Bouken_(J)_[][t1]-s.nes
├── Ninja-kun - Majou no Bouken (J) [T-Rus uBAH009 (07.07.2013)].nes
├── Q-taro The Ghost BowWow Panic (Obake no Q-taro WanWan Panic Hack).nes
├── R.C. Pro-Am (Europe) (Rev A).nes
├── R.C. Pro-Am (USA) (Rev A).nes
├── skiordie.nes
├── Ski or Die (U) [T+Rus PAUK (07.01.2013)].nes
├── Super Arabian (J) [T+Rus uBAH009 (25.09.2013)].nes
└── ufo(hack)Exerion_(J)(bycasperdj777).nes

0 directories, 32 files

./mapper_175
├── 21-in-1 (R).nes
├── 24-in-1 (UNL).nes
├── Afro_Mario_Bros_(Mario_Bros_Hack)_255_life_by_Guyver.nes
├── After the death of Canadian circus life version [nokoh Speaking] hack by Happy Dragon.nes
├── Bai-Bai Dino (Unl)[!].nes
├── Bomberman_Collection_[p1][TRus_Cool-Spot.nes
├── Bubble Bath Babes (Panesian) [!].nes
├── Circus Charlie_2.nes
├── Circus Charlie_F.nes
├── Circus Charlie (J) [Rus_Dendymask].nes
├── Circus Charlie (J) [T+Rus uBAH009 (28.10.2013)].nes
├── Circus protagonist transparent version [nokoh Speaking] hack by Happy Dragon.nes
├── CodeMaster_Main.nes
├── darkcarnival(icp1.0).nes
├── Devil World (J) (PRG0) [T+Rus uBAH009 29.10.2013].nes
├── DK3 Atari Donkey Kong 3 (World).nes
├── Donkey Kong 3 (W) [T-Rus uBAH009 (10.07.2013)].nes
├── Duck Hunt.nes
├── Duck Hunt (VS) (v1.61) [NES hack].nes
├── Duck Hunt (W) [T-Rus uBAH009 (03.10.2013)].nes
├── Fantasy wonderland - Constant grid Electronics.nes
├── Final Fantasy IV X1 - Dark Chapter (Ch) [GFXFix&T+EngMenu1.0_Lugia2009].nes
├── Final Fantasy IV X3 - Final Chapter (Ch) [GFXFix&T+EngMenu1.0_Lugia2009].nes
├── grandchaos' shoot (hogan's alley hack).nes
├── HeadlessBarbie(bycasperdj777).nes
├── Hogan's Alley (W) [T-Rus Multisoft (25.04.2010)].nes
├── Hogan's Alley (W) [T-Rus uBAH009 (03.10.2013)].nes
├── Jajamaru Gekimaden (english translation).nes
├── joji fuku o kite (little girls wearing clothes) (idol shisen mahjong hack).nes
├── J_warZ (music_changed1).nes
├── J_warZ (music_changed2).nes
├── J_warZ.nes
├── linus spacehead (unl) (codemasters,camerica).nes
├── Luigi Bros. (World).nes
├── Maria_Sisters_by_Mogemogesama_(Mario_Bro.nes
├── Mario Bros. (RUS).nes
├── Mario Bros._Softcore.nes
├── Mario Bros. (U) [t1].nes
├── Mario Bros. (U) [t2].nes
├── Mario_Bros._(W)_[TRus_Cool-Spot][t1]-spa.nes
├── Mario Bros. (W) [T+Rus uBAH009 (28.10.2013)].nes
├── Mr Mary (Unl).nes
├── nes palette viewer.nes
├── pc_duckh.nes
├── Pinball (JU) [T+Rus uBAH009 (16.07.2013)].nes
├── SHOOT Teletubbies 1(bycasperdj777).nes
├── Sumo Wrestling (J) [Vimm's Lair PURE SHxT hack].nes
├── Super Kid 1 (Unl).nes
├── Teletubbies (Unl).nes
├── Tennis (JU) [T+Rus Cool-Spot (15.12.2010)].nes
├── Wild Gunman (W) (PRG1) [T-Rus uBAH009 (03.10.2013)].nes
├── Yuletide Bros Mario Bros. (World).nes
└── Zui Zhong Huan Xiang 3 - Zhong Jie Pian (C) [ES-1094].nes

0 directories, 53 files

./mapper_176
├── 125-in-1 [p1][!].nes
├── Crisis Force (J) [T+Rus Greengh0st (13.01.2013)].nes
├── Game Master Kid (Unknown) (Proto) (RAM) (Unl).nes
├── pec-586 computer & game (c)_notapeout [pyramid].nes
└── Pyramid pec - 586 study cards - east.nes

0 directories, 5 files

./mapper_177

0 directories, 0 files

./mapper_183

0 directories, 0 files

./mapper_186
├── 0720.nes
├── Akira (J) [T+Eng0.995b Dank-Trans (29.04.2012)].nes
├── Lethal Weapon (USA) [tr Ru PSCD v1.0].nes
├── Mario Bros. Classic (E) [t1].nes
├── Mario Bros. Classic (E) [t2].nes
└── Mario Bros. Classic (E) [Unlimited POW].nes

0 directories, 6 files

./mapper_187
├── Dikki_Painguin_TKO_for_the_Third_Reich(P.nes
├── Mickey_Mouse_-_Dream_Balloon_(BESSMERTIE.nes
├── Mickey_Mouse_-_Dream_Balloon_(U)(Prototy.nes
├── Mickey Mouse - Dream Balloon (U) (Prototype) [T-Rus alex_str85 (12.07.2010)].nes
└── Ninja_Gaiden_RIP_(PD)[t1]-spaces.ru.nes

0 directories, 5 files

./mapper_197
├── Sky Destroyer (J) [!]_lomax edition.nes
└── Sky Destroyer (J) [T-Rus uBAH009 (28.10.2013)].nes

0 directories, 2 files

./mapper_198
├── Aberdeen intense whirlwind flame tanks modified version.nes
├── Angel Wings 2 Avalanche Collection Chinese Version.nes
├── Angel Wings 2 Avalanche perfect translation of the Chinese version.nes
├── Angel Wings 2 Collector's Chinese Version.nes
├── game.nes
├── mario 3 fami hack.nes
├── mario 7 in 1.nes
├── new new super mario bros. 3 (1990) lost levels (smb3 hack).nes
├── new new super mario bros. 3 (1990) part 1 (smb3 hack).nes
├── new new super mario bros. 3 (1993) part1 (smb3 hack).nes
├── new new super mario bros. 3 (1993) part2 (smb3 hack).nes
├── NEW Super Mario Bros 3 Redemption.nes
├── NEW Super Mario Bros. 3 Returns.nes
├── nsmb3returnsprg1.nes
├── Royal Flush - Princess Sidestory (super mario bros 3 hach).nes
├── sm3mix-wip (SMB3 hack).nes
├── SMB 3D.nes
├── SMB3 hack seasons.nes
├── smb 9throotof3.nes
├── smb+cube+root+3.nes
├── StrMBro3.nes
├── Super Luigi Bros. 3.nes
├── Super Mario 3 USA hack key substitutions edition BY Tintin machine.nes
├── Super Mario Bros. 11th Root of 3.nes
├── Super+Mario+Bros+2k3.nes
├── super mario bros. 3 - item slot hack.nes
├── Super Mario Bros 3 - Lost Levels.nes
├── Super Mario Bros 3 - Ridley X Hack 2 (Giana Sisters Levels).nes
├── Super Mario Bros 3 - Ridley X Hack.nes
├── Super Mario Bros 3 - The Land After Time.nes
├── Super Mario Bros. 3 The Quantum Realm (SMB3 USA hack).nes
├── Super Mario Bros. 3 (U) (PRG1) [!]_2mb_mmc5.nes
├── Super Mario Bros. 3 (U) (PRG1) [!]_385kb_mmc5.nes
├── Super Mario Bros. 3 (USA) (Rev A) [battery hack v6].nes
├── Super Mario Bros. 3 (USA) (Rev A) Fire Flower Block2Coins.nes
├── Super Mario Bros. 3 (USA) (Rev A) Fire Flower Coins2Blocks+Block2Coins.nes
├── Super Mario Bros. 3 (USA) (Rev A) Fire Flower Coins2Blocks.nes
├── Super Mario Bros. 3 (USA+T_Gre by Apollyon).nes
├── super mario bros. 3 - with cape (hack).nes
├── SuperMarioBrothers3 pt.1.nes
└── SuperMarioBrothers3 pt.2.nes

0 directories, 41 files

./mapper_199
├── la di ya zhan ji (ch)[PAL].nes
├── Mix.nes
├── sm3mix-beta (SMB3 hack).nes
├── Super Mario Bros 3 Mix v1.0 (2014)(SMB3 hack).nes
└── super mario bros. 3 (usa).nes

0 directories, 5 files

./mapper_213

0 directories, 0 files

./mapper_214
├── Darkman (USA) [tr Ru PSCD 1.0].nes
├── Darkman (USA) [tr Ru PSCD v1.1].nes
└── War In Hell Battle City (4 players hack v1.3).nes

0 directories, 3 files

./mapper_216
└── Mission - Impossible (U) [!]_lomax edition.nes

0 directories, 1 file

./mapper_221
├── 97' hui gui gang jing la li sai (c) [gd-97] [fixed].nes
├── Battle City (4p+250 rus).nes
├── Battle City (4p rus).nes
├── Fire Dragon (Unl) [T+Rus Guyver (19.02.2011)].nes
├── Future Battle City (4 players gghack v1.3).nes
├── Highway Star (Japan).nes
├── Rad Racer (USA).nes
├── tank 1989 by sedusg(battle city hack).nes
└── Tian Shen Zhi Jian (C) [ES-1112].nes

0 directories, 9 files

./mapper_222
├── ICE Climber2.nes
├── ICE Climber3.nes
├── ICE Climber4.nes
├── Ice Climber (J) [CHT20110814_NOKOH].nes
├── Ice Climber (UE) [T-Rus uBAH009 (20.08.2013)].nes
├── Ice Jam.nes
├── Super Wubi Hanka v1 - KINGWAR.nes
├── Super Wubi Hanka v2 - KINGWAR.nes
└── Zelda II - The Adventure of Link (U) [!] [T+Rus 1.1].nes

0 directories, 9 files

./mapper_228
├── Action_52_(U)_(Unl)_[][t3]-spaces.ru.nes
├── billy bob111.nes
├── billy bob256kb.nes
├── billy bob333.nes
├── billy bob444.nes
├── BL-080.nes
├── Cheetahmen_II_-_Bugfixed_version_2.1_(T-.nes
├── Cheetahmen_II_-_Bugfixed_version_2.1_(T-Rus by LANCUSTER).nes
├── Cheetahmen, The (Intro) (Unl).nes
├── Cheetahmen, The (Unl) (Intro) (T-Rus by LANCUSTER).nes
├── Cheetahmen,The (Unl).nes
├── Cheetahmen, The (Unl) (No Intro)(T-Rus by LANCUSTER).nes
├── Cheetahmen, The (Unl) (With Intro) (Unchained) (T-Rus by LANCUSTER).nes
├── Cheetahmen, The v1.1 (Intro) (Unl) (HACK BY LANCUSTER).nes
├── Cheetahmen, The v1.1 (Unl) (HACK BY LANCUSTER).nes
├── Cheetahmen (Unl) (No Intro) [T-Rus lancuster (12.05.2015)].nes
├── Jiadi rumor difficulty enhanced version.nes
├── Mario Bros (JU) (!) - [Highscore hack].nes
└── Tomahawk blood diminished life unabated unabated joy hack by magic dragon.nes

0 directories, 19 files

./mapper_229
├── Donkey Kong Jr. (W) (PRG1) [T-Rus uBAH009 (10.07.2013)].nes
└── Juggalo_Kong_Jr..nes

0 directories, 2 files

./mapper_238
├── 4 Nin Uchi Mahjong [Eng V1.0].nes
├── Cheetahmen_II_-_Bugfixed_version_2.1_[t1.nes
├── Cheetahmen_II_-_Bugfixed_version_2.1_[t2.nes
├── Chuan Lu Su Zijing.nes
├── display.nes
├── Earthbound (U) - Zero [Hack1.01-2_Demiforce][T+Ger1.00_G-Trans].nes
├── earthbound zero sprite restore (hack).nes
├── Earthbound Zero (sprites restored).nes
└── invaderzim_is_earthbound!(bycasperdj777).nes

0 directories, 9 files

./mapper_244
├── 0713.nes
├── Beetlejuice_(U)_[TRus_Magicteam][t1]-spa.nes
├── Chessmaster (U) (PRG0) [T-Rus PAUK (20.01.2013)].nes
├── Dream King - alien technology.nes
├── fc Chivalric Heroes hack - by leisurely small gift.nes
├── hong lou meng (c) [nj050].nes
└── Sword of Excellence - Constant grid Electronics.nes

0 directories, 7 files

./mapper_248
├── Flintstones, The - The Surprise at Dinosaur Peak! (R).nes
├── Flintstones, The - The Surprise at Dinosaur Peak!_Softcore.nes
├── Metal_Fighter_(Color_Dreams)_[][t1]-spac.nes
├── Middle East War [Star finished] life diminished version hack by Happy Dragon.nes
├── Panic Restaurant (U) [!]_softcore.nes
├── Silk Worm (USA)_lomax edition.nes
├── Super Chef (unlimited life time blood props).nes
├── The talented chef (unlimited life time blood props).nes
├── Wanpaku Kokkun (J) [T+Eng1.01 Stardust (03.01.2013)].nes
├── Wanpaku Kokkun no Gourmet World (english translation).nes
├── Wanpaku Kokkun no Gourmet World (Japan) [En by Stardust Crusaders v1.0 ~ Chef Cookie in Gourmet World].nes
└── wanpaku kokkun no gourmet world (j) [p1].nes

0 directories, 12 files

./mapper_249
└── Jeopardy! - Battletoads Edition.nes

0 directories, 1 file

./mapper_250
├── Angry_Bird_2(dumped_by_maxzhou88)[t1]-sp.nes
├── angry birds (moai kun hack).nes
├── Angry birds start flying by 99 leisurely life version by small gift.nes
├── Bomberman_2002_[TRus_Cool-Spot]_[t1]-spa.nes
├── Bomberman 2002 [T+Rus_Cool-Spot] [Unlimited Time].nes
├── bomber man 2002 (unl).nes
├── Charge 3 version of Mega Man 5.nes
├── Duck Tales 2 (Two Players Hack v1.2) (a1).nes
├── Duck Tales 2 (Two Players Hack v1.2) (a2).nes
├── Duck Tales 2 (Two Players Hack v1.2) (a3).nes
├── Duck_Tales_2_(Two_Players_Hack_v1.2)[t1].nes
├── Elmo Jun (Enhanced Edition).nes
├── Luigi Kun.nes
├── Mega Man 5 - Advanced Edition.nes
├── Mega Man 5 Charge version 1.nes
├── Mega Man 5 Charge version 2.nes
├── Mega Man 5 - Indonesian Artifact.nes
├── Mega Man 5 - Indonesian Artifact (v0.88).nes
├── Mega Man 5 - Megalion 2.nes
├── Mega Man 5 - Ridley X Hack 2.nes
├── Mega Man 5 - Ridley X Hack 3.nes
├── mega man v - hyperion (hack).nes
├── mega man v indonesia.nes
├── mega man v - ridleyx hack 2.nes
├── Megaman V (R) [!p].nes
├── Megaman V (U) lomax_charge.nes
├── MM5IA_v0.65.nes
├── Moai-kun (Japan) [tr En Pennywise v1.0].nes
├── Moai-kun (J) [T+Rus Cool-Spot (27.06.2011)].nes
├── Moai Kun (J) [Vimm's Lair PURE SHxT hack].nes
├── Nintendo 05 version 4 Charge.nes
├── Queen_Bee_V_(Unl)_[][t1]-spaces.ru.nes
├── rock5waroxover.nes
├── Rockman 5 Air Sliding.nes
├── Rockman 5 - Blues no Chousen.nes
├── Rockman 5 - Dood in Wily 's Last.nes
├── rockman 5g(x).nes
├── rockman 5 johoboshu1 hack.nes
├── Rockman 5 - Joho Boshu 1.nes
├── Rockman 5 - Luckyman.nes
├── rockman5.nes
├── Rockman 5 YH.nes
├── Rockman Cray 4 (custom music).nes
├── Rockman Cray 4.nes
├── Rockman God World 4.nes
├── Rockman Install Metal normal.nes
├── rollchan5.nes
└── Twilight Kun (Moai Kun Hack).nes

0 directories, 48 files

./mapper_252
├── Super 6-in-1 (KY-6011)[p1][!].nes
├── Teenage Mutant Hero Turtles - Tournament Fighters_2.nes
├── Teenage Mutant Hero Turtles - Tournament Fighters_3.nes
├── Teenage Mutant Ninja Turtles - Crazy Fighters v1.0.nes
├── Teenage Mutant Ninja Turtles - Tournament Fighters Beyond (U) (h).nes
├── Teenage Mutant Ninja Turtles - Tournament Fighters_Lomax edition.nes
├── Teenage Mutant Ninja Turtles - Tournament Fighters (Madness Edition) (U) (h).nes
├── Teenage_Mutant_Ninja_Turtles_-_Tournament_Fighters_(R)_[p]_[!]_by_Guyver.nes
├── Teenage Mutant Ninja Turtles - Tournament Fighters (Story Hack) (U) (h).nes
├── teenage mutant ninja turtles - tournament fighters (u) [battle dragon choice by hothead].nes
├── Teenage Mutant Ninja Turtles - Tournament Fighters (USA) [tr Ru 1.0].nes
├── Teenage Mutant Ninja Turtles - Tournament Fighters (USA) [tr Ru 1.1].nes
├── teenage mutant ninja turtles - tournament fighters (u) [zh][b].nes
├── TMNT - Tournament Fighters (U) [T-Rus Reksarych (10.06.2009)].nes
└── TMNT - Tournament Fighters (U) [T+Rus uBAH009 (16.12.2013)].nes

0 directories, 15 files