mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +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
|
||||
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
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user