Fix build by removing unused dummy ROM definitions (nw)

This commit is contained in:
AJR 2017-02-01 09:55:58 -05:00
parent 41d1224bd7
commit c6786099a8
2 changed files with 0 additions and 11 deletions

View File

@ -576,11 +576,6 @@ ROM_START (fccpu20) /* This is an original rom dump */
ROM_LOAD32_BYTE("UU.BIN", 0x000000, 0x4000, CRC (b54d623b) SHA1 (49b272184a04570b09004de71fae0ed0d1bf5929))
ROM_END
ROM_START (nodump)
ROM_REGION32_BE(0x900000, "roms", 0)
ROM_LOAD("rom.bin", 0x800000, 0x10000, NO_DUMP)
ROM_END
/* These cpu-21 boards are supported by the latest cpu-20 rom */
#define rom_fccpu21s rom_fccpu20
#define rom_fccpu21 rom_fccpu20

View File

@ -174,12 +174,6 @@ MACHINE_CONFIG_END
/* ROM configurations */
ROM_START(fccpu20sbc) ROM_END
ROM_START(fccpu21ssbc) ROM_END
ROM_START(fccpu21sbc) ROM_END
ROM_START(fccpu21asbc) ROM_END
ROM_START(fccpu21yasbc) ROM_END
ROM_START(fccpu21bsbc) ROM_END
ROM_START(fccpu21ybsbc) ROM_END
/* Boards supported by same rom set, need to do like this to avoid need for multi named rom sets */
#define rom_fccpu21ssbc rom_fccpu20sbc