Previous 199869 Revisions Next

r21947 Monday 18th March, 2013 at 16:40:48 UTC by Fabio Priuli
added missing pcbs. nw.
[hash]nes.xml
[src/mess/drivers]nes.c
[src/mess/machine]nes_pcb.c

trunk/src/mess/drivers/nes.c
r21946r21947
1313#include "emu.h"
1414#include "video/ppu2c0x.h"
1515#include "includes/nes.h"
16//#include "includes/nes_mmc.h"
1716#include "cpu/m6502/n2a03.h"
1817#include "sound/nes_apu.h"
1918#include "imagedev/flopdrv.h"
trunk/src/mess/machine/nes_pcb.c
r21946r21947
196196   { "NES-SH1ROM",       STD_SXROM },
197197   { "NES-SHROM",        STD_SXROM },
198198   { "NES-SIROM",        STD_SXROM },
199   { "NES-SIEPROM",      STD_SXROM },
199200   { "NES-SJROM",        STD_SXROM },
200201   { "NES-SKROM",        STD_SXROM },
201202   { "NES-SKEPROM",      STD_SXROM },
r21946r21947
206207   { "NES-SLRROM",       STD_SXROM },
207208   { "NES-SMROM",        STD_SXROM },
208209   { "NES-SNROM",        STD_SXROM },
210   { "NES-SNWEPROM",     STD_SXROM },
209211   { "NES-SUROM",        STD_SXROM },
210212   { "NES-SXROM",        STD_SXROM },
211213   { "NES-WH",           STD_SXROM },
r21946r21947
617619   { "UNL-BB",              UNSUPPORTED_BOARD }, //  used by a few FDS conversions
618620   { "UNL-LH32",            UNSUPPORTED_BOARD }, //  used by Monty no Doki Doki Daidassou FDS conversion
619621   { "UNL-CITYFIGHT",       UNSUPPORTED_BOARD }, //  used by City Fighter IV
622   { "UNL-MALISB",          UNSUPPORTED_BOARD }, //  used by Super Mali Splash Bomb
620623   { "BMC-G-146",           UNSUPPORTED_BOARD }, // multigame mapper
621624   { "BMC-11160",           UNSUPPORTED_BOARD }, // multigame mapper
622625// are there dumps of games with these boards?
trunk/hash/nes.xml
r21946r21947
6532065320      <year>19??</year>
6532165321      <publisher>&lt;pirate&gt;</publisher>
6532265322      <part name="cart" interface="nes_cart">
65323         <feature name="pcb" value="UNKNOWN" />  <!-- Unif board UNL-MALISB -->
65323         <feature name="pcb" value="UNL-MALISB" />
6532465324         <dataarea name="chr" size="32768">
6532565325            <rom name="super mali splash bomb (unl)[u][!].chr" size="32768" crc="0e89e16f" sha1="af54d4d261dd8700f23fdca001719c11eb525736" offset="00000" status="baddump" />
6532665326         </dataarea>

Previous 199869 Revisions Next


© 1997-2024 The MAME Team