Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r17670 Thursday 6th September, 2012 at 06:19:32 UTC by Aaron Giles |
---|
gfx_element is now a class. Accessors are provided for all necessary elements. Updated some of the more, ah, creative uses/abuses of the gfx_elements. [Aaron Giles] |
[src/emu] | drawgfx.c drawgfx.h drawgfxm.h emupal.c emupal.h tilemap.c tilemap.h uigfx.c video.c |
[src/emu/machine] | tc009xlvc.c |
[src/mame/drivers] | 1945kiii.c ace.c acefruit.c amaticmg.c aristmk4.c avt.c blackt96.c bmcpokr.c bnstars.c buster.c chsuper.c cmmb.c coinmvga.c coolridr.c cps3.c cvs.c cybertnk.c cyclemb.c ddealer.c deco_ld.c dmndrby.c dominob.c dreamwld.c drtomy.c fastfred.c flipjack.c galaxian.c gamecstl.c igs017.c jackpool.c jclub2.c liberate.c limenko.c mastboy.c mediagx.c mirax.c mogura.c mpoker.c mpu4vid.c murogmbl.c mwarr.c namcoic.c namcos23.c neoprint.c pgm.c pinkiri8.c poo.c powerbal.c rabbit.c raiden2.c rgum.c segas16b.c segas18.c srmp5.c srmp6.c ssv.c sub.c summit.c suprnova.c taito_l.c tasman.c tmmjprd.c trvmadns.c vamphalf.c vpoker.c |
[src/mame/includes] | namcos2.h |
[src/mame/machine] | atarigen.c megacd.c |
[src/mame/video] | aerofgt.c angelkds.c appoooh.c arcadecl.c armedf.c atarimo.c atarisy1.c bankp.c battlera.c battlex.c bbusters.c bigstrkb.c bionicc.c btime.c buggychl.c bwing.c cave.c cclimber.c champbas.c cheekyms.c circus.c combatsc.c ddragon.c deco32.c deco_mlc.c decocass.c djmain.c docastle.c drgnmst.c equites.c exerion.c f1gp.c fcombat.c finalizr.c fitfight.c flower.c foodf.c fuukifg2.c fuukifg3.c gaelco.c gaelco2.c gaiden.c galaxold.c gaplus.c glass.c gng.c goldstar.c gottlieb.c gp9001.c gradius3.c grchamp.c hng64.c hyprduel.c jalblend.c jalblend.h kaneko_spr.c kaneko_spr.h kickgoal.c kncljoe.c konamigx.c konamiic.c konicdev.c lemmings.c m10.c m52.c macrossp.c madalien.c mainsnk.c marineb.c mcr.c mcr68.c mermaid.c metro.c mrflea.c ms32.c mugsmash.c munchmo.c mustache.c mystston.c mystwarr.c namcona1.c namcos1.c namcos22.c namcos86.c nemesis.c ninjakd2.c nova2001.c oneshot.c othunder.c pacland.c pirates.c playmark.c plygonet.c polepos.c polyplay.c psikyo4.c psikyosh.c rainbow.c relief.c rungun.c sderby.c segag80r.c segaic24.c seibuspi.c seta.c seta2.c shadfrce.c shangkid.c shootout.c sidearms.c silkroad.c slapshot.c snk.c snk6502.c snk68.c spbactn.c spdodgeb.c speedspn.c splash.c sprint2.c sprint4.c sslam.c ssv.c st0016.c st0020.c starshp1.c stlforce.c stvvdp2.c suprnova.c suprslam.c tail2nos.c taito_f2.c taito_f3.c taito_l.c taitoic.c taitojc.c taitosj.c taotaido.c targeth.c tatsumi.c tceptor.c tecmo16.c terracre.c tetrisp2.c thepit.c thoop2.c tiamc1.c toaplan1.c toaplan2.c tryout.c ultratnk.c usgames.c vball.c vulgus.c wecleman.c wgp.c williams.c wrally.c wwfsstar.c wwfwfest.c xevious.c xxmissio.c zac2650.c zaxxon.c |
[src/mess/drivers] | a5105.c b16.c fp6000.c jr200.c mz2500.c paso1600.c pc88va.c pv1000.c smc777.c supracan.c vboy.c x1.c |
[src/mess/machine] | cgenie.c |
[src/mess/video] | 911_vdt.c apple1.c cbmb.c iq151_video32.c iq151_video64.c mz700.c vdc8563.c x68k.c |
r17669 Thursday 6th September, 2012 at 01:39:43 UTC by hap |
---|
avoid unnecessary use of PORT_CODE |
[src/mame/drivers] | jankenmn.c |
r17668 Thursday 6th September, 2012 at 00:51:10 UTC by Angelo Salese |
---|
(MESS) Added keyboard inputs for Pasopia and Pasopia 7, z80pio irq still doesn't work [Angelo Salese] |
[src/mess/drivers] | pasopia.c pasopia7.c |
[src/mess/includes] | pasopia.h* |
r17667 Wednesday 5th September, 2012 at 22:44:28 UTC by Tafoid |
---|
Numerous jedutil tool improvements. [Kevin Eshbach] Made some modifications to the jedutil tool to allow the viewing of simple combinatorial jeds (adding support for registered and gals in the future) by taking a jed file and printing out human-readable equations. Changed the command line options of the jedutil tool to know take an initial argument to specify what the tool should do. For example to convert a jed to bin the command is now: jedutil –convert <source.jed> <dest.bin> jedutil –convert <source.bin> <dest.jed> To view a jed file with human-readable equations the command is jedutil –view <source.jed> <pal type> Added a simple regression test for the tool that just verifies that the currently known pals have the row and column fuse location mapped correctly and at the moment this tool runs under windows only. Under the directory src/regtests/jedutil there is a Windows Script File with the name jedtest.wsf that if run from the command line with the command “cscript jedtest.wsf” will verify that a dump of the jeds in src/regtests/jedutil/jeds matches the good dumps in src/regtests/jedutil/baseline. Reference jed files created using the tool eqn2jed which is included with Opal Jr and these files are in src/regtests/jedutil/eqns. |
[src/regtests/jedutil] | jedtest.wsf* |
[src/regtests/jedutil/baseline] | pal10h8.txt* pal10l8.txt* pal12h6.txt* pal12l6.txt* pal14h4.txt* pal14l4.txt* pal16h2.txt* pal16l2.txt* pal16l8.txt* pal20l10.txt* pal20l8.txt* |
[src/regtests/jedutil/eqns] | pal10h8.eqn* pal10l8.eqn* pal12h6.eqn* pal12l6.eqn* pal14h4.eqn* pal14l4.eqn* pal16h2.eqn* pal16l2.eqn* pal16l8.eqn* pal20l10.eqn* pal20l8.eqn* readme.txt* |
[src/regtests/jedutil/jeds] | pal10h8.jed* pal10l8.jed* pal12h6.jed* pal12l6.jed* pal14h4.jed* pal14l4.jed* pal16h2.jed* pal16l2.jed* pal16l8.jed* pal20l10.jed* pal20l8.jed* |
[src/tools] | jedutil.c |
r17666 Wednesday 5th September, 2012 at 22:32:08 UTC by Angelo Salese |
---|
Various changes, nw |
[src/mess/drivers] | mz2000.c |
r17665 Wednesday 5th September, 2012 at 21:50:02 UTC by smf |
---|
made S1410 device act as a SCSIHD with the custom commands, added D9060HD & ACB4070 devices to do the same thing [smf] |
[src/emu/machine] | scsibus.c scsibus.h scsihd.c scsihd.h |
[src/mess] | mess.mak |
[src/mess/drivers] | rmnimbus.c tdv2324.c v1050.c |
[src/mess/includes] | tdv2324.h |
[src/mess/machine] | acb4070.c* acb4070.h* d9060.c d9060hd.c* d9060hd.h* lux4105.c s1410.c s1410.h |
r17664 Wednesday 5th September, 2012 at 21:42:51 UTC by Aaron Giles |
---|
Converted Namco C40 road chip to a device. Updated users. Added support for tilemaps to be passed a gfx pointer instead of a gfxnum. |
[src/emu] | device.h tilemap.h |
[src/mame/drivers] | namcoic.c namcos2.c tceptor.c |
[src/mame/includes] | namcoic.h namcos2.h tceptor.h |
[src/mame/video] | namcos2.c tceptor.c |
r17663 Wednesday 5th September, 2012 at 20:07:14 UTC by Angelo Salese |
---|
(MESS) Preliminary support for cassette images in MZ-2000 [Angelo Salese] |
[src/mess/drivers] | mz2000.c |
r17662 Wednesday 5th September, 2012 at 18:16:30 UTC by Sandro Ronco |
---|
(MESS) geniusiq: fixed missing text. (nw) |
[src/mess/drivers] | geniusiq.c |
r17661 Wednesday 5th September, 2012 at 17:30:53 UTC by Aaron Giles |
---|
Move the constants up where they should be. |
[src/emu] | tilemap.h |
r17660 Wednesday 5th September, 2012 at 16:58:19 UTC by Aaron Giles |
---|
Replaced standard mappers with an enumeration that maps internally to the original functions. The only change is to all-caps since these are constants, e.g., tilemap_scan_rows -> TILEMAP_SCAN_ROWS. |
[src/emu] | tilemap.c tilemap.h |
[src/emu/machine] | tc009xlvc.c |
[src/mame/drivers] | 1945kiii.c 5clown.c acommand.c albazg.c avt.c bestleag.c blackt96.c blitz.c bnstars.c cabaret.c calorie.c caswin.c cb2001.c cball.c chanbara.c chance32.c cntsteer.c coinmstr.c cshooter.c cultures.c cybertnk.c d9final.c dacholer.c ddayjlc.c ddealer.c dmndrby.c dreamwld.c drtomy.c drw80pkr.c dunhuang.c dynadice.c egghunt.c ettrivia.c firefox.c galaxi.c goldnpkr.c good.c gstream.c hitme.c hvyunit.c igs009.c igs017.c igs_m027.c igspoker.c jackie.c jalmah.c jclub2.c jokrwild.c jollyjgr.c jubilee.c kingdrby.c koftball.c koikoi.c laserbat.c limenko.c looping.c ltcasino.c luckgrln.c m14.c m63.c magic10.c magicfly.c majorpkr.c marinedt.c mayumi.c mgolf.c midas.c mil4000.c miniboy7.c mogura.c mole.c multfish.c mwarr.c namcoic.c namcos23.c nmg5.c nsmpoker.c olibochu.c onetwo.c panicr.c peplus.c pipeline.c pkscram.c powerbal.c ppmast93.c pturn.c pzletime.c quizpun2.c quizshow.c r2dx_v33.c rabbit.c raiden2.c rmhaihai.c safarir.c sbowling.c sbrkout.c sfbonus.c skyarmy.c skylncr.c spoker.c spool99.c sshot.c statriv2.c subsino.c subsino2.c superdq.c superwng.c suprgolf.c tattack.c tmspoker.c trvmadns.c umipoker.c videopkr.c vmetal.c vroulet.c wallc.c warpsped.c wink.c witch.c |
[src/mame/machine] | megacd.c |
[src/mame/video] | 1942.c 1943.c 40love.c 4enraya.c aeroboto.c aerofgt.c airbustr.c alpha68k.c ampoker2.c angelkds.c appoooh.c aquarium.c argus.c arkanoid.c armedf.c ashnojoe.c atarifb.c atarig1.c atarig42.c atarigt.c atarigx2.c atarisy1.c atarisy2.c atetris.c badlands.c bagman.c bankp.c baraduke.c batman.c battlex.c bbusters.c bfm_adr2.c bigstrkb.c bionicc.c bking.c blktiger.c blmbycar.c blockade.c bloodbro.c blstroid.c blueprnt.c bogeyman.c bombjack.c bosco.c brkthru.c bsktball.c bwing.c cabal.c calomega.c canyon.c carjmbre.c cave.c cbasebal.c cclimber.c centiped.c chaknpop.c champbas.c cheekyms.c circus.c circusc.c cloak.c clshroad.c combatsc.c commando.c compgolf.c contra.c cop01.c crbaloon.c crospang.c crshrace.c cyberbal.c darius.c darkmist.c dbz.c dcon.c dday.c ddragon.c ddragon3.c deadang.c dec8.c deco16ic.c deniam.c djboy.c dkong.c docastle.c dogfgt.c dooyong.c dragrace.c drmicro.c dynduke.c eprom.c equites.c esd16.c espial.c exedexes.c exprraid.c f1gp.c fastfred.c fastlane.c fcombat.c finalizr.c firetrk.c fitfight.c flkatck.c flower.c flstory.c foodf.c freekick.c fromanc2.c fromance.c funworld.c fuukifg2.c fuukifg3.c gaelco.c gaelco2.c gaiden.c galaxia.c galaxian.c galaxold.c galivan.c gatron.c gauntlet.c gberet.c gcpinbal.c ginganin.c gladiatr.c glass.c gng.c goal92.c goindol.c goldstar.c gomoku.c gottlieb.c gp9001.c grchamp.c gstriker.c gsword.c gumbo.c gundealr.c gunsmoke.c gyruss.c hanaawas.c hexion.c higemaru.c himesiki.c hng64.c holeland.c homedata.c homerun.c hyperspt.c hyprduel.c inufuku.c iqblock.c ironhors.c jackal.c jailbrek.c kaneko_tmap.c karnov.c kchamp.c kingobox.c klax.c kncljoe.c konamigx.c konamiic.c konicdev.c kopunch.c ksayakyu.c kyugo.c labyrunr.c ladybug.c ladyfrog.c lasso.c lastduel.c legionna.c lemmings.c lkage.c lockon.c lordgun.c lucky74.c lvcards.c lwings.c m107.c m52.c m57.c m62.c m72.c m90.c m92.c macrossp.c madalien.c mainsnk.c marineb.c mario.c markham.c mcatadv.c mcr.c mcr3.c mcr68.c meadows.c mermaid.c metlclsh.c metro.c mikie.c mitchell.c mjkjidai.c mosaic.c mrdo.c mrjong.c ms32.c msisaac.c mugsmash.c mustache.c mystston.c mystwarr.c namcona1.c namcos1.c namcos2.c namcos22.c namcos86.c nemesis.c news.c ninjakd2.c nitedrvr.c nmk16.c nova2001.c nycaptor.c offtwall.c ohmygod.c ojankohs.c oneshot.c orbit.c othldrby.c pacland.c pacman.c pandoras.c paradise.c pass.c pbaction.c pgm.c phoenix.c pingpong.c pirates.c pitnrun.c playch10.c playmark.c pokechmp.c polepos.c poolshrk.c pooyan.c popeye.c popper.c portrait.c powerins.c prehisle.c psikyo.c psychic5.c punchout.c pushman.c quizdna.c raiden.c rallyx.c realbrk.c redclash.c relief.c renegade.c rocnrope.c rpunch.c runaway.c rungun.c sauro.c sbasketb.c sbugger.c scotrsht.c sderby.c segag80r.c segaic16.c segaic24.c segas32.c sei_crtc.c seibuspi.c seicross.c senjyo.c seta.c sf.c shadfrce.c shangkid.c shaolins.c shisen.c shootout.c shuuz.c sidearms.c sidepckt.c silkroad.c skullxbo.c skydiver.c skykid.c slapfght.c snk.c snk6502.c snk68.c snookr10.c solomon.c sonson.c speedbal.c speedspn.c splash.c sprcros2.c sprint2.c sprint4.c sprint8.c srumbler.c sslam.c ssozumo.c ssrj.c ssv.c stadhero.c starshp1.c stfight.c stlforce.c strnskil.c suna8.c superqix.c suprloco.c suprnova.c suprridr.c suprslam.c system1.c system16.c tagteam.c tail2nos.c taito_f3.c taito_l.c taitoic.c taitojc.c tank8.c tankbatt.c tankbust.c targeth.c tatsumi.c tbowl.c tceptor.c tecmo.c tecmo16.c tecmosys.c tehkanwc.c terracre.c tetrisp2.c thedeep.c thepit.c thoop2.c thunderj.c tiamc1.c tigeroad.c timelimt.c timeplt.c tmnt.c toaplan1.c toaplan2.c toki.c toobin.c tp84.c trackfld.c travrusa.c triplhnt.c trucocl.c tsamurai.c tumbleb.c tunhunt.c turbo.c twin16.c twincobr.c ultratnk.c unico.c usgames.c vastar.c vindictr.c vulgus.c wc90.c wc90b.c wecleman.c welltris.c wgp.c williams.c wrally.c wwfsstar.c wwfwfest.c xain.c xevious.c xorworld.c xxmissio.c xybots.c xyonix.c yiear.c yunsung8.c zac2650.c zaccaria.c zaxxon.c zerozone.c zodiack.c |
[src/mess/drivers] | clcd.c supracan.c |
[src/mess/video] | apple1.c aquarius.c microtan.c x68k.c |
r17659 Wednesday 5th September, 2012 at 16:25:28 UTC by Curt Coder |
---|
mos6560: Refactored interface to use devcb. (nw) |
[src/emu/sound] | mos6560.c mos6560.h |
[src/mame/drivers] | attckufo.c |
[src/mess/drivers] | vic20.c |
[src/mess/includes] | vic20.h |
r17658 Wednesday 5th September, 2012 at 14:00:09 UTC by Angelo Salese |
---|
MZ700: cleaned up the keyboard code, nw |
[src/mess/machine] | mz700.c |
r17657 Wednesday 5th September, 2012 at 13:36:38 UTC by Miodrag Milanović |
---|
Removed not needed includes (no whatsnew) |
[src/mame/drivers] | itech32.c viper.c |
r17656 Wednesday 5th September, 2012 at 13:16:35 UTC by Robbbert |
---|
Pinball: Various preliminary works. |
[src/mame/drivers] | atari_s1.c gp_1.c hankin.c ltd.c s3.c |
r17655 Wednesday 5th September, 2012 at 10:40:57 UTC by hap |
---|
thanks DS |
[src/mame/drivers] | pacman.c |
r17654 Wednesday 5th September, 2012 at 10:30:30 UTC by Miodrag Milanović |
---|
Made core able to use bios selection per slot device [Miodrag Milanovic] Sample of usage : mess kc85_4 -exp d004gide,bios=v31 Will need to cleanup handling of sub options to make it more robust and able to validate |
[src/emu] | dislot.c emuopts.c emuopts.h mconfig.c romload.c uimain.c |
r17653 Wednesday 5th September, 2012 at 09:47:52 UTC by Aaron Giles |
---|
WIP Namco System 2/21/etc cleanup/modernization. |
[src/emu] | tilemap.h |
[src/mame/drivers] | gal3.c namcofl.c namcoic.c namconb1.c namcos2.c namcos21.c |
[src/mame/includes] | namcofl.h namcoic.h namconb1.h namcos2.h namcos21.h |
[src/mame/machine] | namcos2.c |
[src/mame/video] | namcofl.c namconb1.c namcos2.c namcos21.c |
r17652 Wednesday 5th September, 2012 at 09:33:11 UTC by Tafoid |
---|
An attempt to understand sand document ome of the protection in 'glass' before I decided it was pointless and a completely lost cause. From Haze (nw) |
[src/mame/drivers] | glass.c |
[src/mame/includes] | glass.h |
r17651 Wednesday 5th September, 2012 at 09:28:15 UTC by Tafoid |
---|
Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c, pasopia7.c, smc777.c, a2alfam2.c) [Osso] Updated looping.c to use the new tms52xx device implementation. [Osso] |
[src/mame/drivers] | looping.c |
[src/mess/drivers] | bbc.c mycom.c pasopia7.c smc777.c |
[src/mess/includes] | bbc.h |
[src/mess/machine] | a2alfam2.c a2alfam2.h bbc.c |
r17650 Wednesday 5th September, 2012 at 07:54:18 UTC by Barry Rodewald |
---|
(MESS) svga_s3: Added basic support for Bresenham lines. |
[src/emu/video] | pc_vga.c |
r17649 Wednesday 5th September, 2012 at 06:20:31 UTC by Miodrag Milanović |
---|
(MESS) - isa_blaster: Adds 2,3 and 4bit ADPCM support [Carl] |
[src/mess/machine] | isa_sblaster.c isa_sblaster.h |
r17648 Wednesday 5th September, 2012 at 02:39:35 UTC by Brian Troha |
---|
midzeus.c: Add info about Cruis'n Exotica v1.3 and correct information about the U12 & U13 roms. - NW |
[src/mame/drivers] | midzeus.c |
r17647 Tuesday 4th September, 2012 at 22:15:53 UTC by Aaron Giles |
---|
And death to AM_SIZE_LEGACY. |
[src/emu] | addrmap.h |
[src/mess/drivers] | apollo.c |
[src/mess/includes] | apollo.h |
r17646 Tuesday 4th September, 2012 at 20:40:53 UTC by Tafoid |
---|
Fix for Berlin Wall crashing or hanging on exit for some systems. From Haze (nw) |
[src/mame/drivers] | kaneko16.c |
r17645 Tuesday 4th September, 2012 at 20:29:46 UTC by hap |
---|
new clone added ------------------- F1 Super Lap (World) [Uncle Tom] |
[src/mame] | mame.lst |
[src/mame/drivers] | segas32.c |
r17644 Tuesday 4th September, 2012 at 19:15:17 UTC by Angelo Salese |
---|
Moved MEMSEL as well |
[src/emu/cpu/g65816] | g65816.c |
[src/mame/includes] | snes.h |
[src/mame/machine] | snes.c |
r17643 Tuesday 4th September, 2012 at 19:11:00 UTC by Angelo Salese |
---|
Small clean-up |
[src/emu/cpu/g65816] | g65816.c |
r17642 Tuesday 4th September, 2012 at 19:08:03 UTC by Angelo Salese |
---|
Moved multiplication and division operation from SNES to 5A22 CPU core file [Angelo Salese] |
[src/emu/cpu/g65816] | g65816.c g65816cm.h |
[src/mame/includes] | snes.h |
[src/mame/machine] | snes.c |
r17641 Tuesday 4th September, 2012 at 17:56:05 UTC by Curt Coder |
---|
(MESS) c65: Added missing SID interface. (nw)\n(MESS) c64: Used SID8580 for the 64C models. (nw) |
[src/emu/sound] | sid6581.c |
[src/mess/drivers] | c64.c c65.c |
[src/mess/includes] | c64.h |
r17640 Tuesday 4th September, 2012 at 17:10:48 UTC by Aaron Giles |
---|
Some Namco System 2 cleanups, removing the need for AM_BASE/_SIZE_LEGACY. Also moved some handlers and statics into the state class. |
[src/mame/drivers] | namcoic.c namcos2.c namcos21.c |
[src/mame/includes] | namcoic.h namcos2.h |
[src/mame/video] | namcos2.c |
r17639 Tuesday 4th September, 2012 at 17:10:04 UTC by Aaron Giles |
---|
Remove commented-out references to AM_BASE/_SIZE_LEGACY. |
[src/mess/drivers] | apollo.c x68k.c |
r17638 Tuesday 4th September, 2012 at 17:07:33 UTC by Aaron Giles |
---|
Clean up Midway video decoding, removing need for AM_BASE/_SIZE_LEGACY. |
[src/mame] | mame.lst |
[src/mame/drivers] | midtunit.c midwunit.c midxunit.c |
[src/mame/includes] | midtunit.h midwunit.h midxunit.h |
[src/mame/machine] | midtunit.c midwunit.c midxunit.c |
[src/mame/video] | midtunit.c |
r17637 Tuesday 4th September, 2012 at 16:54:40 UTC by hap |
---|
not sure of releaseyear |
[src/mame/drivers] | pacman.c |
r17636 Tuesday 4th September, 2012 at 16:31:44 UTC by hap |
---|
New clone added ------------------ Ms. Pac-Man Heart Burn |
[src/mame] | mame.lst |
[src/mame/drivers] | pacman.c |
r17635 Tuesday 4th September, 2012 at 16:17:16 UTC by Angelo Salese |
---|
Fixed a major bug with 5A22 timings, that was incorrectly taking extra steals at every read, write and rmw types of opcode [Angelo Salese] |
[src/emu/cpu/g65816] | g65816.c g65816cm.h |
r17634 Tuesday 4th September, 2012 at 15:09:39 UTC by Angelo Salese |
---|
Improved SPC700 cycle opcode timings [Angelo Salese, byuu] |
[src/emu/cpu/g65816] | g65816.c |
[src/emu/cpu/spc700] | spc700.c |
[src/mess/drivers] | snes.c |
r17633 Tuesday 4th September, 2012 at 13:21:17 UTC by Miodrag Milanović |
---|
Made cmd line parameter parsing going into unlimited levels (no whatsnew) |
[src/emu] | emuopts.c |
[src/lib/util] | options.c options.h |
r17632 Tuesday 4th September, 2012 at 13:10:38 UTC by Robbbert |
---|
Pinball: Various preliminary works. |
[src/mame/drivers] | allied.c atari_s2.c jeutel.c jvh.c mephisto.c s8.c techno.c |
r17631 Tuesday 4th September, 2012 at 12:23:59 UTC by Curt Coder |
---|
m6502: Refactored the indexed read/write to use devcb, and fixed the peripheral port for plus4. (nw) (MESS) apple3: Fixed the CPU interface. (nw) (MESS) vic10: Refactored to use datassette slot interface. (nw) |
[src/emu/cpu/m6502] | m4510.c m6502.c m6502.h m6509.c m65ce02.c ops02.h ops4510.h |
[src/mess/drivers] | apple3.c c128.c c64.c plus4.c sbc6510.c vic10.c |
[src/mess/includes] | vic10.h |
[src/mess/machine] | c1551.c |
r17630 Tuesday 4th September, 2012 at 09:20:01 UTC by Curt Coder |
---|
m6502: Fixed CPU peripheral port behavior by introducing pull-up and pull-down masks to the CPU interface. [Curt Coder] (MESS) c64: Fixed CPU port, tsuit215 CPUPORT test passes now. [Curt Coder] |
[src/emu/cpu/m6502] | m6502.c m6502.h |
[src/mess/drivers] | c64.c |
r17629 Tuesday 4th September, 2012 at 06:31:18 UTC by Miodrag Milanović |
---|
Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Added IBM VGA card [Carl] |
[src/mess] | mess.mak |
[src/mess/drivers] | at.c |
[src/mess/includes] | at.h |
[src/mess/machine] | at.c isa.c isa.h isa_sblaster.c isa_sblaster.h |
[src/mess/video] | isa_vga.c* isa_vga.h* |
r17628 Tuesday 4th September, 2012 at 02:59:51 UTC by Brian Troha |
---|
segas32.c: Added "(Japan)" to F1 Super Lap & Dragon Ball Z V.R.V.S. game titles as these 2 games are explicitly for the Japan region. - NW |
[src/mame/drivers] | segas32.c |
r17627 Tuesday 4th September, 2012 at 00:07:14 UTC by hap |
---|
ah right, nevermind |
[src/mame/drivers] | cball.c |
r17626 Monday 3rd September, 2012 at 23:18:51 UTC by Tafoid |
---|
Continuing new device implementation for SN76496 and clones - qix.c [Osso] |
[src/mame/audio] | qix.c |
[src/mame/includes] | qix.h |
[src/mame/machine] | qix.c |
r17625 Monday 3rd September, 2012 at 21:55:20 UTC by Sandro Ronco |
---|
(MESS) Updated KC D004 and TVC HBF to use selectable BIOS. (nw) |
[src/mess/machine] | kc_d004.c tvc_hbf.c |
r17624 Monday 3rd September, 2012 at 21:25:04 UTC by Curt Coder |
---|
(MESS) crvision: Converted to use new sn76494_device. (nw) |
[src/emu/sound] | sn76496.c sn76496.h |
[src/mess/drivers] | crvision.c |
[src/mess/includes] | crvision.h |
r17623 Monday 3rd September, 2012 at 21:00:28 UTC by hap |
---|
relocated scanline timer start at the first active pixel instead of left border, this makes vdp interrupt timing accurate |
[src/emu/video] | tms9928a.c |
r17622 Monday 3rd September, 2012 at 20:41:50 UTC by Aaron Giles |
---|
First pass at modernizing the jaguar/cojag driver. Removed all static variables and use of AM_LEGACY_BASE/SIZE. |
[src/mame/audio] | jaguar.c |
[src/mame/drivers] | jaguar.c |
[src/mame/includes] | jaguar.h |
[src/mame/video] | jagblit.c jagobj.c jaguar.c |
r17621 Monday 3rd September, 2012 at 19:26:37 UTC by hap |
---|
make the undumped tilehalf empty instead of random garbage (ROMREGION_ERASE00 does not work there) |
[src/mame/drivers] | cball.c |
Previous 50 | 199869 Revisions | Next 50 |