mirror of
https://github.com/izzy2lost/mame.git
synced 2026-06-19 01:17:09 -07:00
source org: move thepit/thepit.cpp to taito/roundup.cpp, thepit/timelimt.cpp to misc/timelimt.cpp, midway/sspeedr.cpp to taito/sspeedr.cpp, venture/suprridr.cpp to taito/suprridr.cpp
This commit is contained in:
@@ -42,7 +42,7 @@ skeleton/palestra.cpp
|
||||
nintendo/popeye.cpp
|
||||
alliedl/aleisttl.cpp
|
||||
misc/usbilliards.cpp
|
||||
midway/sspeedr.cpp
|
||||
taito/sspeedr.cpp
|
||||
ramtek/starcrus.cpp
|
||||
skeleton/testpat.cpp
|
||||
misc/a1supply.cpp
|
||||
|
||||
+39
-39
@@ -28624,9 +28624,6 @@ wg3dhfe
|
||||
spyhuntsp
|
||||
spyhuntpr
|
||||
|
||||
@source:midway/sspeedr.cpp
|
||||
sspeedr
|
||||
|
||||
@source:midway/starrider.cpp
|
||||
starridr
|
||||
starridrp3
|
||||
@@ -33001,6 +32998,10 @@ rapidfire
|
||||
tickee
|
||||
tutstomb
|
||||
|
||||
@source:misc/timelimt.cpp
|
||||
progress
|
||||
timelimt
|
||||
|
||||
@source:misc/tmspoker.cpp
|
||||
jlasvegas
|
||||
jlasvegasa
|
||||
@@ -44992,6 +44993,35 @@ fightrol
|
||||
rollace
|
||||
rollace2
|
||||
|
||||
@source:taito/roundup.cpp
|
||||
desertdn
|
||||
dockman
|
||||
dockmanb
|
||||
dockmanc
|
||||
fitter
|
||||
fitterbl
|
||||
funnymou
|
||||
intrepid
|
||||
intrepid2
|
||||
intrepidb
|
||||
intrepidb2
|
||||
intrepidb3
|
||||
machomou
|
||||
portman
|
||||
portmanj
|
||||
roundup
|
||||
rtriv
|
||||
suprmous
|
||||
thehole
|
||||
thepit
|
||||
thepitj
|
||||
thepitu1
|
||||
thepitu2
|
||||
thepitu3
|
||||
theportr
|
||||
ttfitter
|
||||
zaryavos
|
||||
|
||||
@source:taito/sbmjb.cpp
|
||||
bubbroul
|
||||
bubbroul17
|
||||
@@ -45018,6 +45048,9 @@ slapshotj
|
||||
spdheat
|
||||
spdheatj
|
||||
|
||||
@source:taito/sspeedr.cpp
|
||||
sspeedr
|
||||
|
||||
@source:taito/ssrj.cpp
|
||||
ssrj
|
||||
|
||||
@@ -45041,6 +45074,9 @@ sqixr1
|
||||
sqixr0
|
||||
sqixu
|
||||
|
||||
@source:taito/suprridr.cpp
|
||||
suprridr
|
||||
|
||||
@source:taito/taito_b.cpp
|
||||
ashura
|
||||
ashuraj
|
||||
@@ -46043,39 +46079,6 @@ sapizps3
|
||||
sapizps3a
|
||||
sapizps3b
|
||||
|
||||
@source:thepit/thepit.cpp
|
||||
desertdn
|
||||
dockman
|
||||
dockmanb
|
||||
dockmanc
|
||||
fitter
|
||||
fitterbl
|
||||
funnymou
|
||||
intrepid
|
||||
intrepid2
|
||||
intrepidb
|
||||
intrepidb2
|
||||
intrepidb3
|
||||
machomou
|
||||
portman
|
||||
portmanj
|
||||
roundup
|
||||
rtriv
|
||||
suprmous
|
||||
thehole
|
||||
thepit
|
||||
thepitj
|
||||
thepitu1
|
||||
thepitu2
|
||||
thepitu3
|
||||
theportr
|
||||
ttfitter
|
||||
zaryavos
|
||||
|
||||
@source:thepit/timelimt.cpp
|
||||
progress
|
||||
timelimt
|
||||
|
||||
@source:thomson/thomson.cpp
|
||||
mo5
|
||||
mo5e
|
||||
@@ -47731,9 +47734,6 @@ meteors
|
||||
spcforc2
|
||||
spcforce
|
||||
|
||||
@source:venture/suprridr.cpp
|
||||
suprridr
|
||||
|
||||
@source:verifone/tranz330.cpp
|
||||
tranz330
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,6 @@ exidy/carpolo.cpp
|
||||
exidy/starfire.cpp
|
||||
irem/m62.cpp
|
||||
jpm/jpmsru.cpp
|
||||
midway/sspeedr.cpp
|
||||
misc/cocoloco.cpp
|
||||
modelracing/dribling.cpp
|
||||
nintendo/mario.cpp
|
||||
@@ -23,6 +22,7 @@ sega/zaxxon.cpp
|
||||
skeleton/hazeltin.cpp
|
||||
skeleton/palestra.cpp
|
||||
skeleton/testpat.cpp
|
||||
taito/sspeedr.cpp
|
||||
universal/cheekyms.cpp
|
||||
vtech/gamemachine.cpp
|
||||
zaccaria/zaccaria.cpp
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
// copyright-holders: Tomasz Slanina, Pierpaolo Prazzoli
|
||||
|
||||
/****************************************************
|
||||
Pit&Run - Taito 1984
|
||||
|
||||
driver by Tomasz Slanina and Pierpaolo Prazzoli
|
||||
Pit & Run - Taito 1984
|
||||
driver by Tomasz Slanina and Pierpaolo Prazzoli
|
||||
|
||||
hardware is very similar to suprridr.cpp, thepit.cpp, timelimt.cpp
|
||||
hardware is very similar to roundup.cpp, suprridr.cpp, misc/timelimt.cpp
|
||||
|
||||
TODO:
|
||||
|
||||
@@ -360,7 +360,6 @@ void pitnrun_state::palette(palette_device &palette) const
|
||||
b /= 3;
|
||||
|
||||
palette.set_pen_color(i + 16, (r > 0xff) ? 0xff : r, (g > 0xff) ? 0xff : g, (b > 0xff) ? 0xff : b);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user