diff options
| author | 2017-01-24 00:18:56 +1100 | |
|---|---|---|
| committer | 2017-01-24 00:18:56 +1100 | |
| commit | a1b1de84547b0bf67163a28745586331de5d0502 (patch) | |
| tree | 2a3f8db8fdf6fce0b345729ea64c3df6b4038e2d | |
| parent | 192c09b374f445e380429cf399de2e20650c66ca (diff) | |
resolve naming conflict (nw)
| -rw-r--r-- | src/mame/drivers/fccpu20.cpp | 4 | ||||
| -rw-r--r-- | src/mame/mame.lst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/fccpu20.cpp b/src/mame/drivers/fccpu20.cpp index f5bc2668247..8ed782b2ea4 100644 --- a/src/mame/drivers/fccpu20.cpp +++ b/src/mame/drivers/fccpu20.cpp @@ -86,9 +86,9 @@ MACHINE_CONFIG_START (cpu20, cpu20_state) MACHINE_CONFIG_END /* ROM configuration */ -ROM_START(fccpu20) +ROM_START(fccpu20sbc) ROM_END /* Driver */ /* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */ -COMP (1986, fccpu20, 0, 0, cpu20, cpu20, driver_device, 0, "Force Computers Gmbh", "SYS68K/CPU-20", MACHINE_NO_SOUND_HW | MACHINE_TYPE_COMPUTER ) +COMP (1986, fccpu20sbc, 0, 0, cpu20, cpu20, driver_device, 0, "Force Computers Gmbh", "SYS68K/CPU-20", MACHINE_NO_SOUND_HW | MACHINE_TYPE_COMPUTER ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 634ddf07f93..72e78a85492 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -12215,7 +12215,7 @@ fb01 // 1986 FB-01 fc100 // @source:fccpu20.cpp -fccpu20 +fccpu20sbc @source:fccpu30.cpp fccpu30 |
