diff --git a/src/mame/mame.lst b/src/mame/mame.lst index d7955d65016..0d54a14296b 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -32599,6 +32599,20 @@ multi16 // @source:mitsubishi/trium.cpp triumec // +@source:modelracing/dribling.cpp +dribling // (c) 1983 Model Racing +driblinga // (c) 1983 Model Racing +driblingam // bootleg (Automave) +driblingo // (c) 1983 Olympia +driblingvm // bootleg (Videomac) + +@source:modelracing/sshot.cpp +gunchamps // (c) 1980 Model Racing (sshot.cpp) +sshot // (c) 1979 Model Racing + +@source:modelracing/subhuntr.cpp +subhuntr // 1979 Model Racing + @source:morrow/microdec.cpp md2 // md3 // @@ -32660,20 +32674,6 @@ sys1121 // (c) 1984 Motorola @source:motorola/uchroma68.cpp uchroma68 // 1980 Motorola evaluation board for the MC6847 -@source:mr/dribling.cpp -dribling // (c) 1983 Model Racing -driblinga // (c) 1983 Model Racing -driblingam // bootleg (Automave) -driblingo // (c) 1983 Olympia -driblingvm // bootleg (Videomac) - -@source:mr/sshot.cpp -gunchamps // (c) 1980 Model Racing (sshot.cpp) -sshot // (c) 1979 Model Racing - -@source:mr/subhuntr.cpp -subhuntr // 1979 Model Racing - @source:msx/big10.cpp big10 // big10a // (c) 1986 System Make diff --git a/src/mame/mr/dribling.cpp b/src/mame/modelracing/dribling.cpp similarity index 100% rename from src/mame/mr/dribling.cpp rename to src/mame/modelracing/dribling.cpp diff --git a/src/mame/mr/nl_dribling.cpp b/src/mame/modelracing/nl_dribling.cpp similarity index 100% rename from src/mame/mr/nl_dribling.cpp rename to src/mame/modelracing/nl_dribling.cpp diff --git a/src/mame/mr/nl_dribling.h b/src/mame/modelracing/nl_dribling.h similarity index 50% rename from src/mame/mr/nl_dribling.h rename to src/mame/modelracing/nl_dribling.h index bf48dde146c..9799006b0f7 100644 --- a/src/mame/mr/nl_dribling.h +++ b/src/mame/modelracing/nl_dribling.h @@ -1,10 +1,10 @@ // license:BSD-3-Clause // copyright-holders: Enzo Lombardi -#ifndef MAME_MR_NL_DRIBLING_H -#define MAME_MR_NL_DRIBLING_H +#ifndef MAME_MODELRACING_NL_DRIBLING_H +#define MAME_MODELRACING_NL_DRIBLING_H #include "netlist/nl_setup.h" NETLIST_EXTERNAL(dribling) -#endif // MAME_MR_NL_DRIBLING_H +#endif // MAME_MODELRACING_NL_DRIBLING_H diff --git a/src/mame/mr/sshot.cpp b/src/mame/modelracing/sshot.cpp similarity index 100% rename from src/mame/mr/sshot.cpp rename to src/mame/modelracing/sshot.cpp diff --git a/src/mame/mr/subhuntr.cpp b/src/mame/modelracing/subhuntr.cpp similarity index 100% rename from src/mame/mr/subhuntr.cpp rename to src/mame/modelracing/subhuntr.cpp diff --git a/src/mame/nl.flt b/src/mame/nl.flt index 0ac39331a85..726985cbe67 100644 --- a/src/mame/nl.flt +++ b/src/mame/nl.flt @@ -11,7 +11,7 @@ irem/m62.cpp jpm/jpmsru.cpp midway/sspeedr.cpp misc/cocoloco.cpp -mr/dribling.cpp +modelracing/dribling.cpp nintendo/mario.cpp nintendo/popeye.cpp ramtek/starcrus.cpp