diff --git a/src/mame/mame.lst b/src/mame/mame.lst index f9c1248d55f..3e4439d5c7e 100755 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -26479,6 +26479,9 @@ mmm_ldip // Lucky Dip @source:mc/mc68000.cpp mc68000 // (c) 1984 mc / Franzis Verlag +@source:mc/mccpm.cpp +mccpm // + @source:mchester/ssem.cpp ssem // Manchester Small-Scale Experimental Machine, "Baby" @@ -41142,9 +41145,6 @@ lilith // @source:skeleton/lms46.cpp lms46 // -@source:skeleton/mccpm.cpp -mccpm // - @source:skeleton/mes.cpp mes // diff --git a/src/mame/skeleton/mccpm.cpp b/src/mame/mc/mccpm.cpp similarity index 100% rename from src/mame/skeleton/mccpm.cpp rename to src/mame/mc/mccpm.cpp