The MESS SVN has been merged into the MAME SVN.
| Previous 50 | 15994 Revisions | Next 50 |
| r14100 Thursday 19th January, 2012 at 23:00:33 UTC by Angelo Salese |
|---|
| Fix aspect ratio, now 256 colors outputs at 640 x 400 / 480 |
| [src/emu/video] | pc_vga.c |
| r14099 Thursday 19th January, 2012 at 22:58:55 UTC by Barry Rodewald |
|---|
| i386: Fixed BSR/BSF and CMPS based on test-i386 output. |
| [src/emu/cpu/i386] | i386.c i386op16.c i386op32.c |
| r14098 Thursday 19th January, 2012 at 22:42:18 UTC by Fabio Priuli |
|---|
| softlist: a bunch of consistency fixes. no whatsnew. |
| [hash] | gameboy.xml ibmpcjr_flop.xml lisa.xml lisa2.xml trs80m2.xml |
| r14097 Thursday 19th January, 2012 at 22:27:16 UTC by Angelo Salese |
|---|
| First attempt in adding proper VGA timings |
| [src/emu/video] | pc_vga.c |
| r14096 Thursday 19th January, 2012 at 22:02:25 UTC by Curt Coder |
|---|
| [WANGPC] WIP. (nw) |
| [src/mess] | mess.mak mess_dev.lst |
| [src/mess/drivers] | wangpc.c |
| [src/mess/includes] | wangpc.h* |
| [src/mess/machine] | wangpckb.c* wangpckb.h* |
| r14095 Thursday 19th January, 2012 at 19:27:51 UTC by Sandro Ronco |
|---|
| ti85: simplified bankswitch code. (no whatsnew) |
| [src/mess/drivers] | ti85.c |
| [src/mess/includes] | ti85.h |
| [src/mess/machine] | ti85.c |
| r14094 Thursday 19th January, 2012 at 18:10:03 UTC by Curt Coder |
|---|
| [TIKI100] Added SHA1 to softlist. (nw) |
| [hash] | tiki100.xml |
| r14093 Thursday 19th January, 2012 at 14:52:26 UTC by Curt Coder |
|---|
| [WANGPC] Added skeleton driver for Wang Professional Computer. [Anna Wu] |
| [src/mess] | mess.lst mess.mak |
| [src/mess/drivers] | wangpc.c* |
| r14092 Thursday 19th January, 2012 at 13:34:33 UTC by Curt Coder |
|---|
| [TIKI100] Added missing sizes to softlist. (nw) |
| [hash] | tiki100.xml |
| [src/mess/drivers] | tiki100.c |
| r14091 Thursday 19th January, 2012 at 13:22:14 UTC by Curt Coder |
|---|
| [TIKI100] Added software list. [Curt Coder] |
| [hash] | tiki100.xml* |
| [src/mess/drivers] | tiki100.c |
| r14090 Thursday 19th January, 2012 at 11:44:06 UTC by Curt Coder |
|---|
| [BULLET] Implemented Wave Mate Bullet Revision F hardware, a ROM dump is missing though. [Curt Coder] |
| [src/mess] | mess.lst |
| [src/mess/drivers] | bullet.c |
| [src/mess/includes] | bullet.h |
| r14089 Thursday 19th January, 2012 at 07:45:27 UTC by Curt Coder |
|---|
| [ABC1600] Added SASI card dips. (nw) |
| [src/mess/machine] | lux4105.c lux4105.h |
| r14088 Thursday 19th January, 2012 at 06:03:03 UTC by Fabio Priuli |
|---|
| crvision.xml: another batch of updates thanks to MADrigal's feedback on the real carts. no whatsnew. |
| [hash] | crvision.xml |
| r14087 Wednesday 18th January, 2012 at 22:49:38 UTC by Barry Rodewald |
|---|
| x87: Basic implementation of FIST and FBLD FPU instructions. |
| [src/emu/cpu/i386] | x87ops.c |
| r14086 Wednesday 18th January, 2012 at 22:46:13 UTC by Barry Rodewald |
|---|
| i386: Fix BTR and related instructions. [Carl] Fix stack pointer after a page fault. [Carl] |
| [src/emu/cpu/i386] | i386dasm.c i386op16.c i386op32.c i386priv.h |
| r14085 Wednesday 18th January, 2012 at 22:10:11 UTC by Angelo Salese |
|---|
| Fixed a possible bug with line compare |
| [src/emu/video] | pc_vga.c |
| r14084 Wednesday 18th January, 2012 at 21:32:38 UTC by Angelo Salese |
|---|
| Added a basic hook-up for the crtc registers |
| [src/emu/video] | pc_vga.c |
| r14083 Wednesday 18th January, 2012 at 20:09:02 UTC by Fabio Priuli |
|---|
| nespal: fixed bug #1394, the driver is back to the correct speed. [Fabio Priuli] |
| [src/mess/drivers] | nes.c |
| r14082 Wednesday 18th January, 2012 at 07:34:24 UTC by Miodrag Milanović |
|---|
| Sync with MAME r15074 (no whatsnew) |
| [src/build] | makedep.c |
| [src/emu] | emualloc.h |
| [src/emu/sound] | discrete.c discrete.h |
| [src/lib] | lib.mak |
| [src/lib/util] | |
| [src/mame/drivers] | aleck64.c suprnova.c timelimt.c zn.c |
| [src/mame/video] | snk6502.c |
| r14081 Wednesday 18th January, 2012 at 07:16:09 UTC by Curt Coder |
|---|
| [SAGE2] Boot from floppy by default. (nw) |
| [src/mess/drivers] | sage2.c |
| r14080 Wednesday 18th January, 2012 at 07:15:45 UTC by Curt Coder |
|---|
| [ABC1600] Cleanup. (nw) |
| [src/mess/drivers] | abc1600.c |
| r14079 Wednesday 18th January, 2012 at 04:40:47 UTC by Justin Kerk |
|---|
| [KEYTRONIC] Remap the keys to better defaults for PC/AT use There are still some quirks but I think this is the best we can do without emulating a different keyboard |
| [src/mess/machine] | kb_keytro.c |
| r14078 Tuesday 17th January, 2012 at 21:57:01 UTC by Angelo Salese |
|---|
| Added the same fix for VGA |
| [src/emu/video] | pc_vga.c |
| r14077 Tuesday 17th January, 2012 at 21:26:20 UTC by Angelo Salese |
|---|
| CGA: Fixed bit 0 input state, fixes at least Dig Dug booting |
| [src/emu/video] | pc_cga.c |
| r14076 Tuesday 17th January, 2012 at 20:08:28 UTC by Angelo Salese |
|---|
| Fixed Double Scan / Maximum Scan Lines for good, and removed a bunch of kludges while at it |
| [src/emu/video] | pc_vga.c |
| r14075 Tuesday 17th January, 2012 at 17:46:17 UTC by Fabio Priuli |
|---|
| softlists: added a few new dumps from BigFred and fixed a bunch of DTD violations. no whatsnew. |
| [hash] | a5200.xml fm77av.xml gbcolor.xml n64.xml nes.xml |
| r14074 Tuesday 17th January, 2012 at 14:20:04 UTC by Miodrag Milanović |
|---|
| Fix for rm380z by Gabriele D'Antona (nw) |
| [src/mess/includes] | rm380z.h |
| [src/mess/video] | rm380z.c |
| r14073 Tuesday 17th January, 2012 at 08:58:59 UTC by Miodrag Milanović |
|---|
| Sync with MAME r15064 (no whatsnew) |
| [src/emu] | drawgfx.c drawgfx.h drawgfxm.h rendlay.c tilemap.c tilemap.h uigfx.c |
| [src/mame] | mame.lst |
| [src/mame/drivers] | bnstars.c cps1.c cps2.c cybertnk.c hyprduel.c metro.c ms32.c naomi.c stepstag.c tetrisp2.c zn.c |
| [src/mame/includes] | hyprduel.h metro.h |
| [src/mame/video] | hyprduel.c metro.c stvvdp2.c |
| r14072 Tuesday 17th January, 2012 at 08:57:30 UTC by Miodrag Milanović |
|---|
| proper fix (nw) |
| [src/emu/imagedev] | cassette.c |
| r14071 Tuesday 17th January, 2012 at 08:12:56 UTC by Robbbert |
|---|
| r13977 broke all non-softwarelist cassette operations. It is now reverted. |
| [src/emu/imagedev] | cassette.c |
| r14070 Tuesday 17th January, 2012 at 00:28:19 UTC by Aaron Giles |
|---|
| MESS equivalent of MAME r15060. Bulk converted most of the tilemap_* calls into method calls. Only thing left is tilemap_create. |
| [src/emu] | emupal.c tilemap.c tilemap.h |
| [src/emu/video] | generic.c |
| [src/mame/drivers] | 1945kiii.c 5clown.c acommand.c albazg.c armedf.c avt.c batman.c bestleag.c blitz.c bnstars.c bogeyman.c cabaret.c calorie.c caswin.c cb2001.c cball.c chanbara.c cntsteer.c coinmstr.c combatsc.c cshooter.c cultures.c cybertnk.c d9final.c dacholer.c darkhors.c ddayjlc.c ddealer.c dmndrby.c dreamwld.c drtomy.c drw80pkr.c dunhuang.c dynadice.c egghunt.c esd16.c ettrivia.c fcrash.c firefox.c flyball.c gaelco.c galaxi.c goindol.c goldnpkr.c goldstar.c good.c gstream.c hitme.c hvyunit.c igs009.c igs017.c igs_m027.c igspoker.c jackie.c jalmah.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 ms32.c multfish.c mwarr.c namcoic.c namcos23.c nmg5.c nsmpoker.c olibochu.c onetwo.c pacland.c panicr.c peplus.c pipeline.c pkscram.c powerbal.c ppmast93.c pturn.c pzletime.c quizpun2.c r2dx_v33.c rabbit.c raiden2.c rallyx.c rmhaihai.c safarir.c sbowling.c sbrkout.c seta.c sfbonus.c skyarmy.c skylncr.c spoker.c spool99.c sprcros2.c sshot.c statriv2.c subsino.c subsino2.c superdq.c superwng.c suprgolf.c tattack.c thunderj.c tmmjprd.c tmspoker.c trvmadns.c umipoker.c videopkr.c vmetal.c vroulet.c wallc.c warpsped.c warpwarp.c wink.c witch.c |
| [src/mame/includes] | galaxold.h |
| [src/mame/machine] | atarigen.c megadriv.c nb1414m4.c wrally.c |
| [src/mame/video] | 1942.c 1943.c 40love.c 4enraya.c actfancr.c aeroboto.c aerofgt.c airbustr.c alpha68k.c ampoker2.c amspdwy.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 battlane.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 cischeat.c citycon.c cloak.c clshroad.c combatsc.c commando.c compgolf.c contra.c cop01.c cps1.c crbaloon.c crospang.c crshrace.c cyberbal.c darius.c darkmist.c darkseal.c dbz.c dcon.c dday.c ddragon.c ddragon3.c ddribble.c deadang.c dec8.c decbac06.c deco16ic.c deco32.c decocass.c deniam.c digdug.c djboy.c dkong.c docastle.c dogfgt.c dooyong.c dragrace.c drgnmst.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 firetrap.c firetrk.c fitfight.c flkatck.c flower.c flstory.c foodf.c freekick.c fromanc2.c fromance.c funkybee.c funworld.c fuukifg2.c fuukifg3.c gaelco.c gaelco2.c gaiden.c galaga.c galaxian.c galaxold.c galivan.c gaplus.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 gotcha.c gottlieb.c gotya.c gp9001.c grchamp.c gstriker.c gsword.c gumbo.c gundealr.c gunsmoke.c gyruss.c hanaawas.c hcastle.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 jack.c jackal.c jailbrek.c kaneko16.c karnov.c kchamp.c kickgoal.c kingobox.c klax.c kncljoe.c konamigx.c konamiic.c konamiic.h konicdev.c konicdev.h kopunch.c ksayakyu.c kyugo.c labyrunr.c ladybug.c ladyfrog.c lasso.c lastduel.c legionna.c lemmings.c liberate.c lkage.c lockon.c lordgun.c lucky74.c lvcards.c lwings.c m10.c m107.c m52.c m57.c m58.c m62.c m72.c m90.c m92.c macrossp.c madalien.c madmotor.c mainsnk.c mappy.c marineb.c mario.c markham.c mcatadv.c mcr.c mcr3.c mcr68.c meadows.c megasys1.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 plygonet.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 quizpani.c raiden.c rallyx.c realbrk.c redclash.c relief.c renegade.c retofinv.c rockrage.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 segaic24.h 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 spdodgeb.c speedbal.c speedspn.c splash.c sprcros2.c sprint2.c sprint4.c sprint8.c srumbler.c sshangha.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 taotaido.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 toypop.c tp84.c trackfld.c travrusa.c triplhnt.c trucocl.c tryout.c tsamurai.c tumbleb.c tunhunt.c turbo.c twin16.c twincobr.c ultraman.c ultratnk.c unico.c usgames.c vastar.c vball.c videopin.c vindictr.c vulgus.c warpwarp.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 ygv608.c yiear.c yunsun16.c yunsung8.c zac2650.c zaccaria.c zaxxon.c zerozone.c zodiack.c |
| [src/mess/drivers] | supracan.c |
| [src/mess/video] | apple1.c aquarius.c microtan.c x68k.c |
| r14069 Monday 16th January, 2012 at 22:19:59 UTC by Angelo Salese |
|---|
| Added game port to Sound Blaster |
| [src/mess/machine] | isa_sblaster.c isa_sblaster.h |
| r14068 Monday 16th January, 2012 at 21:25:23 UTC by R. Belmont |
|---|
| SoundBlaster: added DMA timer for more realistic IRQ acks, added 0xD0 stop DMA command, cleaned up DRQ semantics. [R. Belmont] |
| [src/mess/machine] | isa_sblaster.c isa_sblaster.h |
| r14067 Monday 16th January, 2012 at 19:56:27 UTC by Angelo Salese |
|---|
| Added various DSP commands, current blocker is the lack of a timing during DMA transfers |
| [src/mess/machine] | isa_sblaster.c isa_sblaster.h |
| r14066 Monday 16th January, 2012 at 19:09:31 UTC by Miodrag Milanović |
|---|
| Sync with MAME r15057 (nw) |
| [ROOT] | makefile |
| [src/lib] | lib.mak |
| [src/lib/libjpeg] | README* jaricom.c* jcapimin.c* jcapistd.c* jcarith.c* jccoefct.c* jccolor.c* jcdctmgr.c* jchuff.c* jcinit.c* jcmainct.c* jcmarker.c* jcmaster.c* jcomapi.c* jconfig.h* jcparam.c* jcprepct.c* jcsample.c* jctrans.c* jdapimin.c* jdapistd.c* jdarith.c* jdatadst.c* jdatasrc.c* jdcoefct.c* jdcolor.c* jdct.h* jddctmgr.c* jdhuff.c* jdinput.c* jdmainct.c* jdmarker.c* jdmaster.c* jdmerge.c* jdpostct.c* jdsample.c* jdtrans.c* jerror.c* jerror.h* jfdctflt.c* jfdctfst.c* jfdctint.c* jidctflt.c* jidctfst.c* jidctint.c* jinclude.h* jmemansi.c* jmemmgr.c* jmemsys.h* jmorecfg.h* jpegint.h* jpeglib.h* jpegtran.c* jquant1.c* jquant2.c* jutils.c* jversion.h* libjpeg.txt* |
| [src/mame/drivers] | pacman.c sliver.c |
| [src/osd/sdl] | gl_shader_tool.c |
| r14065 Monday 16th January, 2012 at 18:13:22 UTC by Aaron Giles |
|---|
| Leverage rectangle methods to make code simpler and clearer. |
| [src/mess/drivers] | gp32.c m20.c multi16.c multi8.c mz2500.c next.c pc6001.c pc8801.c pc88va.c smc777.c supracan.c x1.c |
| [src/mess/machine] | amstrad.c orion.c sms.c vector06.c |
| [src/mess/video] | 911_vdt.c apple2gs.c crtc_ega.c fm7.c fmtowns.c gamecom.c gb.c hd66421.c odyssey2.c pcw.c pcw16.c spectrum.c vdc8563.c vic4567.c vtvideo.c wswan.c x68k.c zx.c |
| r14064 Monday 16th January, 2012 at 15:30:02 UTC by Miodrag Milanović |
|---|
| Sync with MAME r15054 (nw) |
| [src/emu] | delegate.h drawgfxm.h info.c machine.c machine.h render.c render.h rendfont.c rendlay.c screen.c screen.h softlist.c tilemap.c tilemap.h ui.c uigfx.c |
| [src/emu/cpu/arm7] | arm7.c arm7ops.c arm7ops.h arm7thmb.c |
| [src/emu/cpu/i386] | i386.c i386priv.h |
| [src/emu/cpu/tms34010] | tms34010.c |
| [src/emu/debugint] | debugint.c |
| [src/emu/drivers] | empty.c testcpu.c |
| [src/emu/imagedev] | cartslot.h |
| [src/emu/machine] | idectrl.c laserdsc.c laserdsc.h ldpr8210.c ldv1000.c ldvp931.c s3c24xx.c |
| [src/emu/sound] | cdp1869.c |
| [src/emu/video] | crt9007.c hd44102.c i8275.c mc6845.c pc_vga.c psx.c s2636.c tms9927.c upd3301.c v9938.c v9938.h vector.c voodoo.c |
| [src/lib/formats] | ap_dsk35.c |
| [src/lib/util] | bitmap.c bitmap.h |
| [src/mame] | mame.lst mame.mak |
| [src/mame/drivers] | alg.c aristmk6.c atarisy4.c bingor.c ccastles.c cloud9.c cps3.c cybertnk.c dlair.c flyball.c gei.c gpworld.c gunpey.c highvdeo.c hng64.c ichiban.c* igs009.c igs011.c itgambl2.c itgambl3.c jackie.c jantotsu.c kingdrby.c limenko.c luckgrln.c magicard.c majorpkr.c marinedt.c mediagx.c midzeus.c mogura.c namcoic.c naomi.c pcxt.c peplus.c pgm.c pgm2.c progolf.c rabbit.c savquest.c sfbonus.c srmp5.c taitowlf.c thayers.c tickee.c tmmjprd.c tonton.c vamphalf.c zn.c |
| [src/mame/includes] | beathead.h stv.h |
| [src/mame/machine] | megadriv.c n64.c pgmprot.c segamsys.c |
| [src/mame/video] | angelkds.c archimds.c atari.c beathead.c blockout.c bosco.c canyon.c cchasm.c cps1.c dc.c deco32.c deco_mlc.c deniam.c exerion.c galaga.c galastrm.c galaxold.c gp9001.c grchamp.c groundfx.c hng64.c itech32.c jack.c jaguar.c konamigx.c lastduel.c lethalj.c lordgun.c m10.c m107.c m58.c magmax.c mermaid.c midzeus.c midzeus2.c model2.c model3.c namconb1.c namcos1.c namcos22.c nmk16.c pgm.c pitnrun.c pk8000.c policetr.c psikyosh.c psychic5.c rallyx.c realbrk.c redclash.c sega16sp.c segaybd.c senjyo.c shangha3.c skyraid.c sprint2.c ssv.c st0016.c starcrus.c starshp1.c stvvdp1.c stvvdp2.c suprloco.c taito_f2.c taitoic.c tank8.c taotaido.c toaplan1.c toaplan2.c triplhnt.c twin16.c twincobr.c vectrex.c videopin.c warpwarp.c wgp.c xmen.c ygv608.c zac2650.c |
| [src/osd/sdl] | sdlmain.c |
| r14063 Monday 16th January, 2012 at 14:59:39 UTC by Miodrag Milanović |
|---|
| updated messnew to 144u6 (nw) |
| [docs] | messnew.txt |
| r14062 Monday 16th January, 2012 at 12:25:55 UTC by Curt Coder |
|---|
| Hopefully fixed the SCSI hard disk crashes. (nw) |
| [src/emu/imagedev] | harddriv.c |
| [src/emu/machine] | scsihd.c |
| r14061 Monday 16th January, 2012 at 11:47:01 UTC by Sandro Ronco |
|---|
| ti82: removed SCREEN_UPDATE trampoline. (no whatsnew) |
| [src/mess/drivers] | ti85.c |
| [src/mess/includes] | ti85.h |
| [src/mess/video] | t6a04.c t6a04.h ti85.c |
| r14060 Monday 16th January, 2012 at 11:31:55 UTC by Robbbert |
|---|
| mbee: notes (nw) |
| [src/mess/drivers] | mbee.c |
| r14059 Monday 16th January, 2012 at 11:24:15 UTC by Curt Coder |
|---|
| [BW2] Bondwell BW2 has a 360KB single-sided 3.5" floppy drive. (nw) |
| [hash] | bw2.xml |
| [src/emu/imagedev] | flopdrv.h |
| [src/mess/drivers] | bw2.c |
| r14058 Monday 16th January, 2012 at 10:05:22 UTC by Robbbert |
|---|
| Jupiter3: small patch so that it doesn't hang (except for K command). |
| [src/mess/drivers] | jupiter.c |
| [src/mess/includes] | jupiter.h |
| r14057 Monday 16th January, 2012 at 08:26:28 UTC by Curt Coder |
|---|
| Fixed video regressions. (nw) |
| [src/mess/video] | abc800.c abc802.c abc806.c |
| r14056 Monday 16th January, 2012 at 08:10:46 UTC by Curt Coder |
|---|
| [ABC1600] Fixed video regression. (nw) |
| [src/mess/video] | abc1600.c |
| r14055 Monday 16th January, 2012 at 04:38:02 UTC by Aaron Giles |
|---|
| Make use of screen_device::register_screen_bitmap everywhere that seems valid. |
| [src/mess/drivers] | gp32.c ipds.c lynx.c osbexec.c pokemini.c sm1800.c |
| [src/mess/machine] | osborne1.c sms.c |
| [src/mess/video] | a7800.c atarist.c cgenie.c epnick.c galaxy.c gamecom.c gb.c gba.c gf4500.c intv.c mikromik.c odyssey2.c radio86.c samcoupe.c tms3556.c vc4000.c wswan.c zx.c |
| r14054 Monday 16th January, 2012 at 00:01:17 UTC by R. Belmont |
|---|
| sblaster: command 0x48 for DOOM (nw) |
| [src/mess/machine] | isa_sblaster.c |
| r14053 Sunday 15th January, 2012 at 23:16:15 UTC by Michael Zapf |
|---|
| ti99: Regression fix (tms9901_set_int2) [Michael Zapf] (no whatsnew) |
| [src/mess/drivers] | ti99_4x.c ti99_8.c |
| [src/mess/machine/ti99] | tiboard.c tiboard.h videowrp.h |
| r14052 Sunday 15th January, 2012 at 23:09:19 UTC by R. Belmont |
|---|
| SoundBlaster: recognize command 0x10 for Inertia Player [R. Belmont] |
| [src/mess/machine] | isa_sblaster.c |
| r14051 Sunday 15th January, 2012 at 22:56:24 UTC by Angelo Salese |
|---|
| Fixed corruption bug with FIFOs |
| [src] | version.c |
| [src/mess/machine] | isa_sblaster.c |
| Previous 50 | 15994 Revisions | Next 50 |