Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r21070 Thursday 14th February, 2013 at 17:17:35 UTC by Angelo Salese
Fixed protection check in Tecmo World Cup '98, game is now playable (Tecmo logo & Title Screen still garbled) [Angelo Salese]
[src/emu/video]stvvdp2.c
[src/mame/drivers]stv.c
[src/mame/machine]stvprot.c

r21069 Thursday 14th February, 2013 at 16:33:13 UTC by Fabio Priuli
revert previous r21062. check must be put elsewhere...
[src/emu]emuopts.c

r21068 Thursday 14th February, 2013 at 15:31:04 UTC by Miodrag Milanović
some atari modernization (nw)
[src/mame/drivers]atarisy1.c badlands.c galpani2.c galpanic.c gauntlet.c klax.c skullxbo.c toobin.c vindictr.c
[src/mame/includes]atarigx2.h atarisy1.h badlands.h galpani2.h galpanic.h gauntlet.h klax.h skullxbo.h toobin.h vindictr.h
[src/mame/video]atarigx2.c atarisy1.c atarisy2.c badlands.c cyberbal.c galpani2.c galpanic.c gauntlet.c klax.c skullxbo.c toobin.c vindictr.c

r21067 Thursday 14th February, 2013 at 14:26:02 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/diserial.c (nw)
[src/emu]diserial.c

r21066 Thursday 14th February, 2013 at 13:36:32 UTC by Miodrag Milanović
fix compile (nw)
[src/emu]dislot.c dislot.h

r21065 Thursday 14th February, 2013 at 13:34:16 UTC by Miodrag Milanović
some more cleanup (nw)
[src/mame/drivers]itech8.c matmania.c mquake.c
[src/mame/includes]amiga.h itech8.h matmania.h
[src/mame/machine]maniach.c slikshot.c

r21064 Thursday 14th February, 2013 at 12:54:48 UTC by Miodrag Milanović
pacman protection modernization (nw)
[src/mame/drivers]pacman.c
[src/mame/includes]pacman.h
[src/mame/machine]acitya.c jumpshot.c pacplus.c theglobp.c

r21063 Thursday 14th February, 2013 at 12:41:40 UTC by Miodrag Milanović
modernized chinagat (no whatsnew)
[src/mame/drivers]chinagat.c
[src/mame/includes]ddragon.h
[src/mame/video]ddragon.c

r21062 Thursday 14th February, 2013 at 12:40:56 UTC by Fabio Priuli
emuopts.c: avoid slots without user configurable options to write their configs at exit. [Fabio Priuli]
[src/emu]emuopts.c

r21061 Thursday 14th February, 2013 at 12:13:54 UTC by Miodrag Milanović
pgm modernization (nw)
[src/mame/drivers]pgm.c
[src/mame/includes]pgm.h
[src/mame/machine]pgmprot.c pgmprot1.c pgmprot2.c pgmprot3.c pgmprot4.c pgmprot5.c pgmprot6.c
[src/mame/video]pgm.c

r21060 Thursday 14th February, 2013 at 12:04:57 UTC by Fabio Priuli
(MESS) megadriv.c: this is what happens when you change the usage of a macro across the driver, but you still commit the older version of the macro itself!
previous macro was planned to be called through MD_ADDR(a<<1)/2 but was called through MD_ADDR(a) instead, so every kind of out of bound access was attempted...
clean build of megadrive components is required. no whatsnew.
[src/mess/machine]md_slot.h

r21059 Thursday 14th February, 2013 at 10:36:12 UTC by Miodrag Milanović
Modernization of drivers part 25 (no whatsnew)
[src/mame/drivers]cyclemb.c dwarfd.c halleys.c jalmah.c jangou.c kingdrby.c ksys573.c limenko.c meritm.c multigam.c namcos11.c namcos12.c namcos23.c nightgal.c nmg5.c peplus.c seattle.c sigmab98.c taitogn.c taitotz.c tmaster.c vegas.c viper.c zn.c

r21058 Thursday 14th February, 2013 at 10:27:14 UTC by Oliver Stöneberg
(MESS) fixed n64 regression (nw)
[src/mame/machine]n64.c

r21057 Thursday 14th February, 2013 at 10:13:50 UTC by Robbbert
(MESS) fixed cdi regression
[src/mame/video]mcd212.c

r21056 Thursday 14th February, 2013 at 06:30:33 UTC by Fabio Priuli
(MESS) ibm5170.xml: Added 2 ipf cross-platform sets (they are compatible with both Amiga and PC) [Kaylee]
(MESS) ibm5150.xml: Added VisiCalc & StretchCalc [Kaylee]

+ a size fix to snes.xml
[hash]amigaocs_flop.xml ibm5150.xml ibm5170.xml snes.xml

r21055 Thursday 14th February, 2013 at 00:07:43 UTC by Oliver Stöneberg
fixed memory leak in src\emu\sound\mos6581.c (nw)
[src/emu/sound]mos6581.h

r21054 Wednesday 13th February, 2013 at 23:51:22 UTC by Angelo Salese
Fixed regression with Shienryu
[src/emu/machine]smpc.c

r21053 Wednesday 13th February, 2013 at 23:30:42 UTC by Angelo Salese
vfkids trips this one, hook it up
[src/emu/video]stvvdp2.c

r21052 Wednesday 13th February, 2013 at 23:20:21 UTC by Angelo Salese
Avoid logging if word reading from the IOGA
[src/mame/drivers]stv.c

r21051 Wednesday 13th February, 2013 at 23:12:19 UTC by Angelo Salese
Added a more sane ST-V SMPC Intback command emulation, based off Saturn version. Fixes inputs in Find Love [Angelo Salese]

New WORKING game
--------------------
Zenkoku Seifuku Bishoujo Grand Prix Find Love [Angelo Salese]
[src/emu/machine]smpc.c
[src/mame/drivers]stv.c
[src/mame/machine]stvprot.c

r21050 Wednesday 13th February, 2013 at 22:53:43 UTC by Ville Linde
video/jagblit.c: Implemented gouraud shading.
[src/mame/video]jagblit.c

r21049 Wednesday 13th February, 2013 at 21:58:54 UTC by Wilbert Pol
Fix some compile errors (nw)
[src/mess/machine]msx.c

r21048 Wednesday 13th February, 2013 at 21:48:06 UTC by Angelo Salese
Hooked up my theory for some other games, it's mostly right except it needs a decrypter expert (that isn't me ...)
[src/emu/video]stvvdp2.c
[src/mame/machine]stvprot.c

r21047 Wednesday 13th February, 2013 at 21:10:44 UTC by Wilbert Pol
[MT05141] Fixed intvkbd from crashing when trying to mount a software list entry. Also fixed a regression in intv crashing when attempting to mount a software list entry.  [Wilbert Pol]
[src/mess/machine]intv.c

r21046 Wednesday 13th February, 2013 at 20:50:54 UTC by Wilbert Pol
(MESS) msx.c: Reduce tagmap lookups (nw)
[src/mess/drivers]msx.c
[src/mess/includes]msx.h
[src/mess/machine]msx.c msx_slot.c

r21045 Wednesday 13th February, 2013 at 20:46:11 UTC by Angelo Salese
Improved protection in Steep Slope Sliders [Angelo Salese]
[src/mame/machine]stvprot.c

r21044 Wednesday 13th February, 2013 at 20:21:32 UTC by Curt Coder
(MESS) c64: Added serial terminal and nullmodem RS-232 devices to SwiftLink/Turbo232. (nw)
[src/mess/machine]c64_swiftlink.c c64_swiftlink.h c64_turbo232.c c64_turbo232.h

r21043 Wednesday 13th February, 2013 at 19:38:37 UTC by Curt Coder
Fixed late binding error. (nw)
[src/mess/machine]c1581.c

r21042 Wednesday 13th February, 2013 at 19:35:57 UTC by Wilbert Pol
(MESS) ng_aes: Reduce tagmap lookups (nw)
[src/mess/drivers]ng_aes.c

r21041 Wednesday 13th February, 2013 at 19:24:58 UTC by Wilbert Pol
(MESS) intv.c: Missed these (nw)
[src/mess/machine]intv.c

r21040 Wednesday 13th February, 2013 at 19:19:24 UTC by Wilbert Pol
(MESS) apollo_kbd.c: Reduce tagmap lookups (nw)
[src/mess/machine]apollo_kbd.c apollo_kbd.h

r21039 Wednesday 13th February, 2013 at 19:19:22 UTC by Curt Coder
Fixed validation. (nw)
[src/mess/drivers]cbm2.c

r21038 Wednesday 13th February, 2013 at 19:16:24 UTC by Curt Coder
Fixed validation. (nw)
[hash]c64_flop.xml

r21037 Wednesday 13th February, 2013 at 18:51:42 UTC by Angelo Salese
Final Fight Revenge ST-V notes
[src/mame/machine]stvprot.c

r21036 Wednesday 13th February, 2013 at 17:04:02 UTC by Ville Linde
video/jagblit.c: Fixed blitter source shade mode.
[src/mame/video]jagblit.c

r21035 Wednesday 13th February, 2013 at 15:46:50 UTC by Angelo Salese
Enough of this
[src/emu/machine]scudsp.c stvcd.c
[src/emu/video]stvvdp2.c

r21034 Wednesday 13th February, 2013 at 15:41:03 UTC by Miodrag Milanović
Removal of not needed machine().root_device() (nw)
[src/mame/drivers]1942.c 1943.c 2mindril.c 39in1.c 5clown.c 8080bw.c acefruit.c acesp.c aerofgt.c albazc.c aleck64.c alg.c amaticmg.c ampoker2.c amspdwy.c angelkds.c appoooh.c aquarium.c arcadecl.c arcadia.c aristmk4.c aristmk5.c arkanoid.c ashnojoe.c asterix.c astrafr.c astrocde.c astrocorp.c astrof.c asuka.c atvtrack.c avt.c backfire.c balsente.c baraduke.c battlex.c battlnts.c berzerk.c bfcobra.c bfm_ad5.c bfm_sc1.c bfm_sc2.c bfm_sc4.c bfm_sc5sw.c bfmsys85.c bigevglf.c bingoc.c blitz.c blitz68k.c blmbycar.c bmcbowl.c boogwing.c brkthru.c bublbobl.c bzone.c cabal.c cabaret.c calchase.c calomega.c calorie.c capbowl.c cardline.c carpolo.c carrera.c caswin.c cave.c cb2001.c cbuster.c cd32.c centiped.c cham24.c champbas.c champbwl.c chanbara.c chihiro.c chinsan.c cischeat.c citycon.c clayshoo.c clshroad.c cmmb.c cninja.c cntsteer.c cobra.c coinmstr.c coinmvga.c commando.c compgolf.c coolpool.c cop01.c corona.c cps1.c cps3.c crospang.c crshrace.c crystal.c cshooter.c cvs.c cybertnk.c cyclemb.c d9final.c dacholer.c dambustr.c darius.c darkmist.c darkseal.c dassault.c dbz.c dcon.c ddayjlc.c ddealer.c ddenlovr.c dec8.c deco156.c deco32.c deco_mlc.c decocass.c discoboy.c dkong.c dmndrby.c dooyong.c dragrace.c drgnmst.c drw80pkr.c dwarfd.c dynadice.c dynax.c enigma2.c eolith.c epos.c equites.c esh.c ettrivia.c exerion.c exidy440.c expro02.c exprraid.c exzisus.c famibox.c fastfred.c fcombat.c fcrash.c feversoc.c fgoal.c firebeat.c fitfight.c flipjack.c foodf.c forte2.c fortecar.c freekick.c funkball.c funworld.c gaelco3d.c gaiden.c galaga.c galaxian.c galgame.c galpani2.c galpani3.c gamecstl.c gaplus.c gauntlet.c gberet.c gei.c ghosteo.c ginganin.c glass.c goal92.c goindol.c goldnpkr.c goldstar.c grchamp.c groundfx.c gticlub.c gundealr.c gunpey.c halleys.c hitme.c hitpoker.c hnayayoi.c hng64.c homedata.c hornet.c hshavoc.c igs009.c igs011.c igs017.c igs_m027.c igspoker.c intrscti.c istellar.c itech32.c itech8.c jack.c jackie.c jackpool.c jailbrek.c jangou.c jantotsu.c jchan.c jclub2.c jokrwild.c jollyjgr.c jongkyo.c jpmsys5.c jrpacman.c junofrst.c kaneko16.c kangaroo.c kas89.c kchamp.c kickgoal.c kingdrby.c kingobox.c koikoi.c konamigx.c konendev.c kontest.c ksys573.c ladybug.c lastduel.c lastfght.c lazercmd.c legionna.c liberate.c looping.c lordgun.c ltcasino.c luckgrln.c m58.c m62.c m63.c m72.c m90.c macs.c madalien.c madmotor.c magictg.c magtouch.c majorpkr.c mappy.c marinedt.c maxaflex.c maygay1b.c maygayep.c mazerbla.c mcr68.c meadows.c megasys1.c megatech.c meijinsn.c merit.c metalmx.c metro.c meyc8088.c midas.c midqslvr.c midzeus.c miniboy7.c mirax.c missb2.c missile.c mitchell.c mlanding.c model1.c model2.c model3.c mogura.c moo.c mouser.c mpu3.c mpu4dealem.c mpu4hw.c mpu4mod2sw.c mpu4mod4yam.c mpu4sw.c mquake.c ms32.c multfish.c multigam.c murogmbl.c mustache.c mw8080bw.c namcofl.c namconb1.c namcos10.c namcos12.c namcos2.c namcos21.c namcos22.c namcos23.c namcos86.c naomi.c nbmj8688.c nbmj8891.c nbmj8900.c nbmj8991.c neodrvr.c neogeo.c neoprint.c nightgal.c ninjakd2.c niyanpai.c nmk16.c norautp.c nova2001.c nycaptor.c ojankohs.c olibochu.c omegrace.c opwolf.c pacman.c panicr.c pasha2.c pbaction.c pcat_nit.c pcktgal.c pcxt.c pengadvb.c pengo.c peplus.c pgm2.c phoenix.c photon.c photon2.c pingpong.c pipedrm.c pipeline.c pirates.c pluto5.c plygonet.c pntnpuzl.c pokechmp.c poker72.c polepos.c poolshrk.c progolf.c psikyo.c psikyo4.c psikyosh.c puckpkmn.c qix.c quantum.c queen.c quizo.c quizshow.c r2dx_v33.c raiden.c raiden2.c rainbow.c rampart.c rastan.c rastersp.c re900.c redalert.c redclash.c relief.c rmhaihai.c rohga.c roul.c route16.c royalmah.c rpunch.c runaway.c sangho.c saturn.c sauro.c savquest.c sbowling.c scregg.c segag80r.c segald.c segas24.c segas32.c seibuspi.c seta.c seta2.c sf.c sfbonus.c sfkick.c shangkid.c shootout.c shougi.c sigmab52.c sigmab98.c silkroad.c silvmil.c simpl156.c skullxbo.c skyarmy.c skyfox.c skykid.c slapshot.c sliver.c snesb.c snk68.c snowbros.c spdodgeb.c speedatk.c spiders.c spoker.c sprint2.c sprint4.c sprint8.c srmp2.c sshangha.c ssv.c st0016.c stactics.c starshp1.c statriv2.c stv.c sub.c subsino.c subsino2.c suna8.c supdrapo.c supercrd.c superdq.c superqix.c supertnk.c suprgolf.c suprloco.c system1.c system16.c tail2nos.c taito_b.c taito_f2.c taito_f3.c taito_l.c taito_z.c tank8.c tankbust.c tatsumi.c tattack.c taxidriv.c tcl.c tecmosys.c tehkanwc.c tempest.c tetrisp2.c thedeep.c thief.c tmaster.c tmnt.c tmspoker.c tnzs.c toaplan2.c toki.c toratora.c tourtabl.c toypop.c trackfld.c travrusa.c triforce.c ttchamp.c tugboat.c tumbleb.c tumblep.c tunhunt.c turbo.c twin16.c twinkle.c uapce.c ultratnk.c undrfire.c upscope.c vaportra.c vega.c vicdual.c videopkr.c viper.c voyager.c wallc.c wardner.c warpsped.c warpwarp.c wc90b.c wecleman.c welltris.c wgp.c wheelfir.c whitestar.c wink.c wiz.c xain.c xorworld.c xtom3d.c xxmissio.c xyonix.c yunsung8.c zaxxon.c zn.c
[src/mame/machine]asteroid.c balsente.c carpolo.c cclimber.c dc-ctrl.c dec0.c gaelco2.c galaxold.c jvs13551.c leland.c mcr68.c megacd.c megadriv.c mexico86.c micro3d.c n64.c naomigd.c naomim1.c naomim2.c naomim4.c opwolf.c pcecommn.c rainbow.c scramble.c segas32.c simpsons.c snesbsx.c subs.c tatsumi.c tnzs.c tx1.c vertigo.c vsnes.c williams.c xevious.c
[src/mame/video]1942.c 1943.c 20pacgal.c 40love.c 8080bw.c alpha68k.c ambush.c ampoker2.c appoooh.c archimds.c atari.c atarisy1.c bagman.c bankp.c baraduke.c bking.c bladestl.c bogeyman.c bosco.c brkthru.c btime.c bwing.c calomega.c canyon.c carjmbre.c carpolo.c ccastles.c cclimber.c centiped.c chaknpop.c champbas.c cheekyms.c cinemat.c circusc.c cloud9.c clshroad.c combatsc.c compgolf.c contra.c cop01.c cosmic.c cps1.c crgolf.c cvs.c darkmist.c dc.c dcheese.c dday.c ddribble.c deadang.c dec8.c decocass.c digdug.c dkong.c docastle.c dogfgt.c dribling.c drmicro.c dynax.c epos.c equites.c espial.c exedexes.c exerion.c exidy440.c fastfred.c fastlane.c fcombat.c fgoal.c finalizr.c firetrap.c firetrk.c flower.c funkybee.c funworld.c fuukifg2.c gaelco3d.c galaga.c galaxian.c galaxold.c galivan.c gaplus.c gberet.c ginganin.c glass.c goldstar.c gomoku.c gotya.c grchamp.c gridlee.c gsword.c gunsmoke.c gyruss.c hanaawas.c hcastle.c higemaru.c homedata.c hyhoo.c hyperspt.c hyprduel.c ikki.c irobot.c ironhors.c jack.c jackal.c jailbrek.c jedi.c karnov.c kchamp.c kingobox.c kncljoe.c konamigx.c kopunch.c ksayakyu.c labyrunr.c ladybug.c lasso.c lazercmd.c leland.c lethalj.c liberate.c liberatr.c lockon.c lucky74.c lvcards.c m52.c m57.c m58.c m62.c m92.c madalien.c magmax.c mainsnk.c mappy.c marineb.c mario.c markham.c matmania.c mcd212.c megasys1.c megazone.c mermaid.c metro.c mikie.c momoko.c mouser.c mrdo.c mrjong.c munchmo.c mustache.c mystston.c mystwarr.c n8080.c namcofl.c namconb1.c namcos86.c naughtyb.c nbmj8688.c nbmj8891.c nbmj8900.c nbmj8991.c nbmj9195.c niyanpai.c nova2001.c ojankohs.c orbit.c pacland.c pacman.c pandoras.c pastelg.c pcktgal.c phoenix.c pingpong.c pitnrun.c playch10.c plygonet.c polepos.c pooyan.c popeye.c popper.c portrait.c prehisle.c psikyo.c pushman.c quasar.c rallyx.c redalert.c redclash.c retofinv.c rockrage.c rocnrope.c rollrace.c route16.c sbasketb.c scotrsht.c segag80r.c segas32.c seibuspi.c seicross.c seta.c sf.c shangkid.c shaolins.c shisen.c shootout.c sidearms.c sidepckt.c skyfox.c skykid.c skyraid.c snk.c snk6502.c snookr10.c sonson.c spacefb.c spdodgeb.c speedatk.c sprcros2.c srmp2.c ssozumo.c st0016.c stactics.c stfight.c strnskil.c suprloco.c suprnova.c suprridr.c tagteam.c tankbatt.c tceptor.c terracre.c thedeep.c thepit.c timelimt.c timeplt.c tmnt.c tnzs.c toypop.c tp84.c trackfld.c travrusa.c trucocl.c tryout.c tubep.c tunhunt.c turbo.c tx1.c ultratnk.c undrfire.c vulgus.c wiping.c wiz.c xevious.c xorworld.c xyonix.c yiear.c zaccaria.c zaxxon.c zodiack.c

r21033 Wednesday 13th February, 2013 at 15:38:01 UTC by Oliver Stöneberg
(MESS) fixed atomeb cart loading (nw)
[src/mess/drivers]atom.c

r21032 Wednesday 13th February, 2013 at 14:43:50 UTC by Oliver Stöneberg
(MESS) [UT88] corrected extension of basic80 so it can be loaded from softlist (nw)
[hash]ut88.xml

r21031 Wednesday 13th February, 2013 at 14:20:01 UTC by Miodrag Milanović
Fixed debug build (nw)
[src/mame/drivers]igs017.c mediagx.c
[src/mame/video]taito_h.c

r21030 Wednesday 13th February, 2013 at 14:12:52 UTC by Angelo Salese
Fixed Virtual Boy regression with Red Alarm & Space Invaders
[src/mess/drivers]vboy.c

r21029 Wednesday 13th February, 2013 at 14:00:25 UTC by Miodrag Milanović
Modernization of drivers part 24 (no whatsnew)
[src/mame/drivers]crystal.c cubeqst.c gal3.c looping.c midas.c namcos10.c nwk-tr.c r2dx_v33.c rabbit.c tmmjprd.c witch.c

r21028 Wednesday 13th February, 2013 at 13:43:43 UTC by Miodrag Milanović
Modernization of drivers part 23 (no whatsnew)
[src/mame/drivers]cham24.c clayshoo.c dacholer.c discoboy.c dominob.c dreamwld.c drtomy.c ettrivia.c famibox.c galaxi.c gamecstl.c gpworld.c jollyjgr.c littlerb.c midqslvr.c mirax.c mjsister.c mlanding.c neoprint.c nexus3d.c nyny.c onetwo.c panicr.c savquest.c segald.c sliver.c srmp6.c ssfindo.c taitowlf.c thayers.c voyager.c xtom3d.c

r21027 Wednesday 13th February, 2013 at 13:19:20 UTC by Miodrag Milanović
Modernization of drivers part 22 (no whatsnew)
[src/mame/drivers]aristmk4.c atarisy4.c bfcobra.c bfm_sc1.c bfm_sc2.c bfmsys85.c calchase.c chanbara.c cntsteer.c cobra.c cops.c deco156.c deco_ld.c diverboy.c egghunt.c enigma2.c firebeat.c firefox.c galpani3.c hornet.c igs011.c igs017.c igs_m027.c konamigq.c konamigv.c konamim2.c m63.c maxaflex.c mediagx.c mgolf.c mpu3.c mpu4vid.c mwarr.c olibochu.c pcxt.c pengadvb.c popobear.c queen.c royalmah.c sandscrp.c sangho.c sbrkout.c sfkick.c silvmil.c

r21026 Wednesday 13th February, 2013 at 11:55:16 UTC by Oliver Stöneberg
(MESS) prevent usage of invalid index in nimbus_bank_memory() (nw)
[src/mess/machine]rmnimbus.c

r21025 Wednesday 13th February, 2013 at 11:19:27 UTC by Miodrag Milanović
Modernization of drivers part 21 (no whatsnew)
[src/mame/drivers]wecleman.c wgp.c williams.c xain.c xexex.c xyonix.c zaxxon.c
[src/mame/includes]warpwarp.h warriorb.h wc90.h wc90b.h wecleman.h welltris.h wgp.h williams.h wiz.h wolfpack.h wrally.h wwfsstar.h wwfwfest.h xain.h xexex.h xorworld.h xxmissio.h xyonix.h yiear.h yunsun16.h zac2650.h zaccaria.h zaxxon.h
[src/mame/machine]williams.c
[src/mame/video]warpwarp.c warriorb.c wc90.c wc90b.c welltris.c wgp.c williams.c wiz.c wolfpack.c wrally.c wwfsstar.c wwfwfest.c xain.c xorworld.c xxmissio.c yiear.c yunsun16.c zac2650.c zaccaria.c zaxxon.c

r21024 Wednesday 13th February, 2013 at 10:46:49 UTC by Miodrag Milanović
Modernization of drivers part 20 (no whatsnew)
[src/mame/drivers]vball.c vendetta.c vicdual.c videopin.c volfied.c
[src/mame/includes]undrfire.h unico.h vaportra.h vastar.h vball.h vectrex.h vendetta.h vertigo.h vicdual.h victory.h videopin.h vigilant.h volfied.h vsnes.h vulgus.h
[src/mame/machine]vectrex.c vertigo.c volfied.c vsnes.c
[src/mame/video]undrfire.c unico.c vaportra.c vastar.c vball.c vertigo.c vicdual.c victory.c vigilant.c volfied.c vulgus.c

r21023 Wednesday 13th February, 2013 at 10:24:35 UTC by Miodrag Milanović
Modernization of drivers part 19 (no whatsnew)
[src/mame/drivers]taito_b.c taito_l.c taito_z.c taitojc.c tank8.c tceptor.c tecmosys.c tetrisp2.c thedeep.c thief.c thunderx.c tigeroad.c tmnt.c toaplan1.c toaplan2.c topspeed.c triplhnt.c tubep.c tumbleb.c tumblep.c turbo.c twin16.c twincobr.c wardner.c
[src/mame/includes]tagteam.h tail2nos.h taito_b.h taito_f2.h taito_h.h taito_l.h taito_o.h taito_z.h taitoair.h taitojc.h taitosj.h tank8.h tankbatt.h tankbust.h targeth.h tbowl.h tceptor.h tecmo.h tecmosys.h tehkanwc.h terracre.h tetrisp2.h thedeep.h thief.h thoop2.h thunderx.h tiamc1.h tigeroad.h timelimt.h timeplt.h tmnt.h tnzs.h toaplan1.h toaplan2.h toki.h topspeed.h toypop.h tp84.h trackfld.h travrusa.h triplhnt.h tryout.h tsamurai.h tubep.h tumbleb.h tumblep.h tunhunt.h turbo.h tutankhm.h twin16.h twincobr.h
[src/mame/machine]tnzs.c toaplan1.c twincobr.c
[src/mame/video]tagteam.c tail2nos.c taito_b.c taito_f2.c taito_h.c taito_l.c taito_o.c taito_z.c taitoair.c taitojc.c taitosj.c tank8.c tankbatt.c tankbust.c targeth.c tbowl.c tceptor.c tecmo.c tecmosys.c tehkanwc.c terracre.c tetrisp2.c thedeep.c thief.c thoop2.c tiamc1.c tigeroad.c timelimt.c timeplt.c toaplan1.c toaplan2.c toki.c topspeed.c toypop.c tp84.c trackfld.c travrusa.c triplhnt.c tryout.c tsamurai.c tubep.c tumbleb.c tunhunt.c turbo.c tutankhm.c twin16.c twincobr.c

r21022 Wednesday 13th February, 2013 at 07:00:20 UTC by Barry Rodewald
fmtowns: Whoops. :P
[src/mess/drivers]fmtowns.c

r21021 Wednesday 13th February, 2013 at 06:59:14 UTC by Barry Rodewald
fmtowns: Preliminary implementation of the CD-ROM controller's software mode.  Enough to get the CD-ROM working under Win95. [Barry Rodewald]
[src/mess/drivers]fmtowns.c
[src/mess/includes]fmtowns.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team