mirror of
https://github.com/holub/mame
synced 2025-06-22 20:38:50 +03:00
Fix build by removing unused dummy ROM definitions (nw)
This commit is contained in:
parent
41d1224bd7
commit
c6786099a8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user