mirror of
https://github.com/holub/mame
synced 2025-06-09 14:22:41 +03:00
source org: rename mr to modelracing
This commit is contained in:
parent
714c179702
commit
24cb27c366
@ -32599,6 +32599,20 @@ multi16 //
|
|||||||
@source:mitsubishi/trium.cpp
|
@source:mitsubishi/trium.cpp
|
||||||
triumec //
|
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
|
@source:morrow/microdec.cpp
|
||||||
md2 //
|
md2 //
|
||||||
md3 //
|
md3 //
|
||||||
@ -32660,20 +32674,6 @@ sys1121 // (c) 1984 Motorola
|
|||||||
@source:motorola/uchroma68.cpp
|
@source:motorola/uchroma68.cpp
|
||||||
uchroma68 // 1980 Motorola evaluation board for the MC6847
|
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
|
@source:msx/big10.cpp
|
||||||
big10 //
|
big10 //
|
||||||
big10a // (c) 1986 System Make
|
big10a // (c) 1986 System Make
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders: Enzo Lombardi
|
// copyright-holders: Enzo Lombardi
|
||||||
#ifndef MAME_MR_NL_DRIBLING_H
|
#ifndef MAME_MODELRACING_NL_DRIBLING_H
|
||||||
#define MAME_MR_NL_DRIBLING_H
|
#define MAME_MODELRACING_NL_DRIBLING_H
|
||||||
|
|
||||||
#include "netlist/nl_setup.h"
|
#include "netlist/nl_setup.h"
|
||||||
|
|
||||||
NETLIST_EXTERNAL(dribling)
|
NETLIST_EXTERNAL(dribling)
|
||||||
|
|
||||||
#endif // MAME_MR_NL_DRIBLING_H
|
#endif // MAME_MODELRACING_NL_DRIBLING_H
|
@ -11,7 +11,7 @@ irem/m62.cpp
|
|||||||
jpm/jpmsru.cpp
|
jpm/jpmsru.cpp
|
||||||
midway/sspeedr.cpp
|
midway/sspeedr.cpp
|
||||||
misc/cocoloco.cpp
|
misc/cocoloco.cpp
|
||||||
mr/dribling.cpp
|
modelracing/dribling.cpp
|
||||||
nintendo/mario.cpp
|
nintendo/mario.cpp
|
||||||
nintendo/popeye.cpp
|
nintendo/popeye.cpp
|
||||||
ramtek/starcrus.cpp
|
ramtek/starcrus.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user