Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r368 Monday 7th May, 2007 at 10:20:38 UTC by Curt Coder
[STUDIO2] Update comments and add proper rom names
[src/mess/drivers]studio2.c

r367 Sunday 6th May, 2007 at 23:13:11 UTC by Nathan Woods
1. [Windows] Fixed bug #1161

2. [Windows GUI] Fixed bug #1159
[src/mess/osd/windows]menu.c
[src/osd/windows/ui]win32ui.c

r366 Sunday 6th May, 2007 at 20:39:38 UTC by Justin Kerk
Finish half-complete conversion of lynx and lynxa to BIOS system
[src/mess]messdriv.c
[src/mess/drivers]lynx.c

r365 Sunday 6th May, 2007 at 16:45:46 UTC by Nathan Woods
Updated to MAME 0.115 core
[ROOT]whatsnew.txt
[docs]messnew.txt
[src]version.c
[src/emu/cpu/arm7]arm7core.c arm7dasm.c arm7exec.c
[src/emu/cpu/m6805]m6805.c m6805.h
[src/emu/cpu/tms34010]34010ops.c
[src/emu/cpu/z80]z80.c
[src/emu/sound]k007232.c
[src/mame]mame.mak mamedriv.c
[src/mame/drivers]40love.c 8080bw.c arkanoid.c bigevglf.c bublbobl.c buggychl.c changela.c coinmstr.c ddragon.c enigma2.c flstory.c gdrawpkr.c lkage.c lsasquad.c matmania.c maxaflex.c mexico86.c msisaac.c mustache.c namcoic.c nycaptor.c pipeline.c pitnrun.c pmpoker.c pushman.c qix.c raiders5.c retofinv.c seibuspi.c slapfght.c sstrangr.c* superqix.c taitosj.c toaplan1.c ttmahjng.c xain.c
[src/mame/includes]8080bw.h lazercmd.h qix.h
[src/mame/layout]goldnpkr.lay* pmpoker.lay* pottnpkr.lay*
[src/mame/machine]avalnche.c qix.c
[src/mame/video]8080bw.c avalnche.c clayshoo.c crtc6845.c crtc6845.h lazercmd.h minivadr.c qix.c raiders5.c spiders.c ttmahjng.c
[src/osd/windows]window.c

r364 Sunday 6th May, 2007 at 16:21:24 UTC by Wilbert Pol
[GAMEBOY] Some more lcd_int state handling improvements.
[src/mess/video]gb.c

r363 Sunday 6th May, 2007 at 14:27:33 UTC by Nathan Woods
[Windows GUI] Fixed #1159 again, and sync with MAME32
[src/osd/windows/ui]audit32.c m32opts.c

r362 Sunday 6th May, 2007 at 13:33:54 UTC by Wilbert Pol
[GAMEBOY] Improved STAT state interrupt checking and handling, fixes Altered Space intro. Stat mode 0 and 3 are now also based on the number of sprites on a line.
[src/mess/video]gb.c

r361 Sunday 6th May, 2007 at 13:26:47 UTC by Dirk Best
[VTECH1] Fixed stupid bug introduced in the last snapshot code update, cleaned up video code and ran srcclean.exe on the files.
[src/mess/drivers]vtech1.c
[src/mess/includes]vtech1.h
[src/mess/machine]vtech1.c
[src/mess/video]vtech1.c

r360 Saturday 5th May, 2007 at 23:58:46 UTC by Dirk Best
[M6847] Fixed border colors for systems that use a custom palette.
[docs]messnew.txt
[src/mess/video]m6847.c

r359 Saturday 5th May, 2007 at 22:21:08 UTC by Dirk Best
[VTECH1] Fixed snapshot loading on big-endian systems and added correct interrupt emulation.
[docs]messnew.txt
[src/mess/drivers]vtech1.c
[src/mess/machine]vtech1.c
[src/mess/video]vtech1.c

r358 Saturday 5th May, 2007 at 21:52:51 UTC by Nathan Woods
[Windows GUI] Sync with MAME32
[src/osd/windows/ui]m32opts.c m32util.c

r357 Saturday 5th May, 2007 at 19:54:42 UTC by Nathan Woods
[Windows GUI] Fixed bug #1157
[src/osd/windows/ui]m32util.c m32util.h properties.c

r356 Saturday 5th May, 2007 at 18:52:38 UTC by Nathan Woods
[Windows GUI] Fixed RAM combo box (bug #1157)
[src/mess/osd/windows/ui]propertiesms.c

r355 Saturday 5th May, 2007 at 03:08:00 UTC by Nathan Woods
1. [Windows GUI] Sync with MAME32

2. Removed "DRIVER(gba)" from messdriv (Arbee...)
[src/mess]messdriv.c
[src/osd/windows/ui]m32opts.c win32ui.c

r354 Saturday 5th May, 2007 at 02:06:44 UTC by R. Belmont
[MAC] Add Mac Classic. Won't boot yet due to 8530 SCC trouble.
[src/mess]messdriv.c
[src/mess/drivers]mac.c
[src/mess/includes]mac.h
[src/mess/machine]mac.c

r353 Friday 4th May, 2007 at 23:52:17 UTC by Nathan Woods
[Windows GUI] Progress on bug #1157
[src/mess/osd/windows/ui]optionsms.c propertiesms.c propertiesms.h
[src/osd/windows/ui]datamap.c properties.c

r352 Friday 4th May, 2007 at 14:02:54 UTC by Nathan Woods
[Windows GUI] More work on the per-system software list
[src/mess/osd/windows/ui]propertiesms.c

r351 Friday 4th May, 2007 at 13:40:14 UTC by Nathan Woods
[Windows GUI] Worked on fixing breakage on properties software list (bug #1157)
[src/mess/osd/windows/ui]propertiesms.c propertiesms.h
[src/osd/windows/ui]properties.c properties.h

r350 Friday 4th May, 2007 at 04:40:49 UTC by PeT
fixed lynx2 audio regression, changed some lynx dipswitches to configurations, changed lynx/-a roms to bios roms; rotation/- per game still open
[src/mess/drivers]lynx.c

r349 Friday 4th May, 2007 at 04:38:46 UTC by PeT
fixed tvlinkp default palette configure, removed old MAME UI colors support
[src/mess/drivers]svision.c

r348 Friday 4th May, 2007 at 04:01:30 UTC by Nathan Woods
[Windows GUI] Minor bug fix; prevents a crash
[src/osd/windows/ui]properties.c

r347 Friday 4th May, 2007 at 03:50:01 UTC by Nathan Woods
[Windows GUI] Fixed bug #1159
[src/mess/osd/windows/ui]optionsms.c

r346 Friday 4th May, 2007 at 02:39:49 UTC by R. Belmont
[ARM7] Repeat checkin that got lost due to the MAME list going down before u4.
[src/emu/cpu/arm7]arm7core.c

r345 Friday 4th May, 2007 at 02:39:18 UTC by R. Belmont
[SDLMESS] Sync with SDLMAME 0.114u4.
[src/osd/sdl]sdlfile.c

r344 Friday 4th May, 2007 at 01:22:59 UTC by Nathan Woods
[Windows GUI] Merge with MAME32, bug fixing (bugs #1157, #1160)
[src/mess]messopts.c messopts.h
[src/mess/osd/windows/ui]devview.c propertiesms.c propertiesms.h softwarepicker.c
[src/osd/windows/ui]datamap.c m32opts.c m32opts.h properties.c screenshot.c win32ui.c

r343 Friday 4th May, 2007 at 00:03:52 UTC by Nathan Woods
Updated to MAME 0.114u4 core
[docs]messnew.txt
[src/emu]cpuexec.c cpuexec.h driver.h emuopts.c emuopts.h inptport.c inptport.h mame.c mame.h sndintrf.c sndintrf.h timer.c timer.h
[src/emu/cpu]cpu.mak x86drc.c
[src/emu/cpu/arm7]arm7core.c
[src/emu/cpu/ccpu]ccpu.c
[src/emu/cpu/dsp56k]dsp56k.c
[src/emu/cpu/i386]i386.c i386.h i386dasm.c
[src/emu/cpu/i86]i86.c
[src/emu/cpu/m6502]6502dasm.c ill02.h m4510.c m6502.c m6509.c ops02.h ops09.h opsc02.h opsce02.h opsn2a03.h t6502.c t6509.c t6510.c t65c02.c t65ce02.c t65sc02.c tdeco16.c tn2a03.c
[src/emu/cpu/minx]minx.c minxfunc.h
[src/emu/cpu/mips]mdrcold.c
[src/emu/cpu/tms32010]tms32010.c
[src/emu/cpu/tms34010]34010fld.c 34010gfx.c 34010ops.c tms34010.c
[src/emu/debug]debugcpu.c
[src/emu/sound]ay8910.c ay8910.h samples.c
[src/emu/video]generic.c generic.h
[src/lib/util]options.c
[src/mame]mame.mak mamedriv.c
[src/mame/audio]8080bw.c astinvad.c atarijsa.c dcs.c mcr.c mw8080bw.c segag80r.c segasnd.c snes.c starwars.c
[src/mame/drivers]20pacgal.c 8080bw.c alpha68k.c ampoker.c arkanoid.c armedf.c asteroid.c astinvad.c astrof.c atarifb.c atarig42.c atarigt.c atarisy2.c attckufo.c aztarac.c backfire.c bfcobra.c bfm_sc2.c bking2.c btime.c btoads.c bwidow.c bwing.c bzone.c cabal.c calorie.c cave.c cclimber.c cntsteer.c cojag.c coolpool.c cps1.c cps2.c cyberbal.c dacholer.c dcheese.c ddealer.c ddenlovr.c deco32.c dlair.c dotrikun.c dynax.c epos.c eprom.c equites.c esd16.c exctsccr.c fantland.c flower.c freekick.c fuukifg2.c galaxian.c galivan.c gdrawpkr.c* grchamp.c hal21.c halleys.c harddriv.c hnayayoi.c hornet.c hyhoo.c hyprduel.c itech32.c jailbrek.c jcross.c junofrst.c kaneko16.c kchamp.c kickgoal.c kingobox.c konamigq.c konamigx.c laserbat.c lazercmd.c liberatr.c lwings.c macrossp.c mainsnk.c marineb.c marvins.c maxaflex.c mazerbla.c mcr3.c meadows.c mediagx.c megadriv.c minivadr.c model1.c model2.c mpu4.c ms32.c mw8080bw.c mystwarr.c namcoic.c namcond1.c namcos2.c namcos21.c namcos22.c neogeo.c nmk16.c nwk-tr.c omegrace.c orbit.c pgm.c plygonet.c polyplay.c powerins.c ppmast93.c progolf.c quantum.c quasar.c quizpani.c redalert.c rotaryf.c route16.c royalmah.c rungun.c segag80r.c segaorun.c segas16a.c segas16b.c segas18.c segasyse.c segaxbd.c segaybd.c seta.c sf.c sgladiat.c shuuz.c simpl156.c skyarmy.c spiders.c splash.c starwars.c stfight.c stv.c stvinit.c superqix.c suprloco.c system1.c taitojc.c taitosj.c tempest.c thepit.c thunderj.c tigeroad.c tnzs.c toaplan2.c toratora.c tumbleb.c tutankhm.c tx1.c ultrsprt.c vertigo.c wecleman.c wink.c wiping.c xain.c xtheball.c xyonix.c yiear.c zaccaria.c zaxxon.c
[src/mame/includes]8080bw.h astinvad.h astrof.h atarifb.h epos.h espial.h lazercmd.h* liberatr.h mw8080bw.h
[src/mame/machine]arkanoid.c asic65.c asic65.h atarigen.c equites.c fd1094.c fddebug.c harddriv.c model1.c neoboot.c pic8259.c pit8253.c pitnrun.c psx.c qix.c slikshot.c snes.c stvcd.c taitosj.c vertigo.c
[src/mame/video]8080bw.c astinvad.c astrof.c atarifb.c atarisy1.c btime.c cclimber.c cvs.c decocass.c dotrikun.c epos.c exidy440.c hyhoo.c konamiic.c lazercmd.c liberatr.c marineb.c model1.c mw8080bw.c namcona1.c namcos22.c nbmj8688.c nbmj8891.c nbmj8991.c nbmj9195.c niyanpai.c ojankohs.c pastelg.c polyplay.c ppu2c03b.c ppu2c0x.c quasar.c route16.c segaic24.c senjyo.c st0016.c taitoic.c taitojc.c tceptor.c thepit.c tutankhm.c v9938.c
[src/mess/drivers]abc80.c apple3.c arcadia.c bbc.c c128.c c16.c c64.c c65.c cbmb.c cgenie.c saturn.c ti990_10.c ti990_4.c tmc600.c trs80.c vc20.c vc4000.c
[src/mess/machine]zx.c
[src/osd/windows]d3d8intf.c d3d9intf.c drawd3d.c drawdd.c input.c sound.c video.c windows.mak winmain.c winmain.h

r342 Thursday 3rd May, 2007 at 17:58:52 UTC by Wilbert Pol
[POKEMINI] First graphics bits added.
[src/mess/drivers]pokemini.c
[src/mess/includes]pokemini.h
[src/mess/machine]pokemini.c

r341 Thursday 3rd May, 2007 at 15:34:29 UTC by Wilbert Pol
[C64] Prepare for updated m6510 core. Improved handling of I/O and bankswitching.
[src/mess/drivers]c64.c
[src/mess/includes]c64.h
[src/mess/machine]c64.c

r340 Thursday 3rd May, 2007 at 03:02:17 UTC by R. Belmont
[ARM7] Additional GBA-centered fixes, also submitted to MAMEdev.
[src/emu/cpu/arm7]arm7core.c arm7dasm.c arm7exec.c

r339 Tuesday 1st May, 2007 at 21:31:42 UTC by Wilbert Pol
[POKEMINI] Added cart loading
[src/mess/drivers]pokemini.c
[src/mess/includes]pokemini.h
[src/mess/machine]pokemini.c

r338 Tuesday 1st May, 2007 at 21:02:10 UTC by Wilbert Pol
[POKEMINI] Filled in some more implementation details.
[src/mess/machine]pokemini.c

r337 Tuesday 1st May, 2007 at 12:18:16 UTC by Nathan Woods
Removed all usage of plot_pixel()
[src/mess]plotpixl.h
[src/mess/video]coupe.c dgn_beta.c electron.c exidy.c gamecom.c gb.c hp48.c i82720.c intv.c kc.c lviv.c mbee.c nc.c nes.c oric.c p2000m.c pc8801.c pc_cga.c pcw.c pcw16.c pdp1.c pocketc.c smsvdp.c spectrum.c ssystem3.c sym1.c ti85.c tx0.c vc4000.c vic4567.c vic6567.c x68k.c z88.c

r336 Monday 30th April, 2007 at 03:11:50 UTC by Nathan Woods
[Windows GUI] Sync with MAME32
[src/osd/windows/ui]datamap.c m32opts.c properties.c

r335 Monday 30th April, 2007 at 01:00:44 UTC by Nathan Woods
[Windows GUI] Sync with MAME32
[src/lib/util]options.c options.h
[src/mess]hashfile.c hashfile.h
[src/mess/osd/windows/ui]softwarepicker.c
[src/osd/windows/ui]audit32.c datafile.c m32opts.c screenshot.c win32ui.c

r334 Monday 30th April, 2007 at 00:27:38 UTC by Cowering
Gameboy/Gameboy Color from GoodGBx V3.13 (updated for smaller filesize)
[hash]gameboy.hsi

r333 Monday 30th April, 2007 at 00:24:43 UTC by Cowering
Newest for GoodCoCo V3.13.
[hash]coco.hsi

r332 Sunday 29th April, 2007 at 21:50:46 UTC by Cowering
Newest for GoodGG/SMS V3.13. Sorry to overwrite the year info, but it can be automatically added back by an XML wizard, which is NOT me.
[hash]gamegear.hsi sms.hsi

r331 Sunday 29th April, 2007 at 17:39:22 UTC by R. Belmont
[ARM7/SATURN] Adding some changes I've submitted to MAMEdev.
[src/emu/cpu/arm7]arm7core.c arm7dasm.c arm7exec.c
[src/mame/machine]stvcd.c

r330 Sunday 29th April, 2007 at 11:01:26 UTC by Wilbert Pol
Added skeleton (not working) drivers for Nintendo Pokemon Mini and 3DO.
[docs]messnew.txt
[src/emu]cpuintrf.c cpuintrf.h
[src/emu/cpu]cpu.mak
[src/emu/cpu/minx]minx.c* minx.h* minxd.c* minxfunc.h* minxopce.h* minxopcf.h* minxops.h*
[src/mess]mess.mak messdriv.c
[src/mess/drivers]3do.c* pokemini.c*
[src/mess/includes]pokemini.h*
[src/mess/machine]pokemini.c*

r329 Friday 27th April, 2007 at 15:40:53 UTC by R. Belmont
[SDLMESS] 0.114u3 update.
[ROOT]makefile.sdl
[src/osd/sdl]os2work.c* sdl.mak sdldir.c sdlfile.c sdlmain.c sdlmisc.c sdlsync.c sdltime.c sdlwork.c testkeys.c video.c window.c

r328 Friday 27th April, 2007 at 11:21:39 UTC by Nathan Woods
Updated to MAME 0.114u3
[docs]messnew.txt
[src/emu]clifront.c drawgfx.c emuopts.c emuopts.h fileio.c fileio.h info.c mame.c render.c rendutil.c sndintrf.c sndintrf.h ui.c video.c
[src/emu/cpu/cdp1802]cdp1802.c
[src/emu/cpu/h83002]h83002.c
[src/emu/cpu/hd6309]hd6309.h
[src/emu/cpu/i86]i186intf.h i286intf.h i86intf.h v30intf.h
[src/emu/cpu/m68000]m68kmame.c
[src/emu/cpu/m6809]m6809.h
[src/emu/cpu/mips]psx.c
[src/emu/cpu/nec]necintrf.h
[src/emu/cpu/powerpc]drc_ops.c ppc.h ppcdrc.c
[src/emu/cpu/se3208]se3208.c
[src/emu/cpu/v30mz]necintrf.h
[src/emu/sound]namco.c sn76496.c
[src/lib/util]bitmap.h options.c options.h pool.h
[src/mame]mame.mak mamedriv.c
[src/mame/audio]avalnche.c galaxian.c
[src/mame/drivers]acommand.c armedf.c atarig42.c avalnche.c beaminv.c beezer.c bmcbowl.c cclimber.c changela.c cidelsa.c clayshoo.c cps2.c embargo.c enigma2.c eolith16.c ertictac.c f-32.c filetto.c findout.c gameplan.c getrivia.c gticlub.c hornet.c hotblock.c igs_blit.c jollyjgr.c laserbas.c lastfght.c littlerb.c m79amb.c madalien.c marinedt.c mazerbla.c meijinsn.c minivadr.c mlanding.c mrdo.c mustache.c nmg5.c nwk-tr.c onetwo.c pasha2.c pipedrm.c pntnpuzl.c quizo.c r2dtank.c royalmah.c sbowling.c segas16b.c segas32.c shanghai.c shougi.c simpl156.c spaceg.c ssfindo.c supertnk.c tetriunk.c toratora.c trvquest.c ttchamp.c twins.c vegaeo.c wheelfir.c wldarrow.c zr107.c
[src/mame/includes]avalnche.h clayshoo.h fromance.h
[src/mame/machine]cps2crpt.c konamiic.c konppc.c
[src/mame/video]40love.c 8080bw.c aeroboto.c astinvad.c astrof.c atarirle.c balsente.c battlane.c beezer.c berzerk.c bigevglf.c blockout.c bosco.c buggychl.c carpolo.c cclimber.c cdp1869.c chaknpop.c circus.c cloak.c copsnrob.c cosmic.c cps1.c crbaloon.c cvs.c dday.c dec0.c deco16ic.c decocass.c deniam.c destroyr.c dkong.c dogfgt.c dorachan.c dotrikun.c epos.c exidy.c exidy440.c fgoal.c firetrk.c flyball.c fromance.c galaga.c galaxian.c galpani2.c galpanic.c galspnbl.c gaplus.c glass.c gomoku.c grchamp.c gridlee.c gticlub.c gticlub.h hyhoo.c jedi.c kaneko16.c kangaroo.c lasso.c lazercmd.c lemmings.c leprechn.c liberatr.c m79amb.c magmax.c mappy.c minivadr.c mjsister.c momoko.c mw8080bw.c nbmj8688.c nbmj8891.c nbmj8991.c nbmj9195.c ninjakd2.c nitedrvr.c niyanpai.c nyny.c ojankohs.c omegaf.c pacland.c paradise.c pastelg.c pitnrun.c playmark.c polepos.c popeye.c ppu2c03b.c ppu2c0x.c psx.c quasar.c rallyx.c redclash.c route16.c rpunch.c s2636.c senjyo.c skychut.c skyfox.c snes.c spiders.c splash.c sprint2.c sprint4.c sshangha.c sspeedr.c starcrus.c starfire.c starshp1.c stvvdp2.c superqix.c suprloco.c suprnova.c system1.c taito_b.c taitoic.c taitosj.c tatsumi.c taxidrvr.c tceptor.c thief.c tmnt.c tms9928a.c triplhnt.c truco.c ttmahjng.c tubep.c tunhunt.c tutankhm.c tx1.c ultratnk.c vicdual.c volfied.c warpwarp.c welltris.c wolfpack.c yard.c zac2650.c
[src/mess]plotpixl.h*
[src/mess/tools/messtest]testmess.c
[src/mess/video]coupe.c dgn_beta.c electron.c exidy.c gamecom.c gb.c hp48.c i82720.c intv.c kc.c lviv.c mbee.c nc.c nes.c oric.c p2000m.c pc8801.c pc_cga.c pcw.c pcw16.c pdp1.c pocketc.c smsvdp.c spectrum.c ssystem3.c sym1.c ti85.c tx0.c vc4000.c vic6567.c wswan.c x68k.c z88.c
[src/osd/windows]sound.c video.c windows.mak winmain.c winmain.h
[src/osd/windows/ui]win32ui.c

r327 Thursday 26th April, 2007 at 22:54:17 UTC by Nathan Woods
[AMSTRAD] Fixed sprite order. [Barry Rodewald]
[docs]messnew.txt
[src/mess/video]amstrad.c

r326 Thursday 26th April, 2007 at 12:15:18 UTC by Nathan Woods
Changed some more uses of plot_pixel()
[src/mess/video]dgn_beta.c

r325 Thursday 26th April, 2007 at 09:01:43 UTC by Nathan Woods
Removed usage of read_pixel() and some usage of plot_pixel()
[src/mess]mscommon.c
[src/mess/drivers]apexc.c einstein.c ql.c
[src/mess/machine]nes.c svi318.c
[src/mess/video]advision.c aim65.c amstrad.c astrocde.c avigo.c cdp1861.c cdp1864.c channelf.c coupe.c dai.c intv.c smsvdp.c

r324 Thursday 26th April, 2007 at 03:24:34 UTC by R. Belmont
[SDLMESS] GTK+ debugger enhancements: hide-and-run works, and closing secondary windows no longer closes the app. [Olivier Galibert]
[src/osd/sdl]debug-intf.c debug.glade debugwin.c

r323 Wednesday 25th April, 2007 at 03:33:55 UTC by R. Belmont
[MAC128/512] Make 128k and 512k Macs boot (they die loading System though).
[src/mess/drivers]mac.c

r322 Wednesday 25th April, 2007 at 03:28:31 UTC by R. Belmont
[MACPLUS] Allow a second CHD harddisk to be used.
[src/mess/machine]mac.c

r321 Wednesday 25th April, 2007 at 00:13:51 UTC by Nathan Woods
[Windows GUI] Merged in multisession code from MAME32, and fixed MESS
accordingly
[src/mess]device.c mess.c messopts.c messopts.h
[src/mess/osd/windows/ui]mess32ui.c mess32ui.h
[src/osd/windows/ui]m32opts.c properties.c win32ui.c win32ui.h

r320 Tuesday 24th April, 2007 at 09:42:50 UTC by Curt Coder
[TI82, TI83, TI83P] Added rom loading for TI-82, TI-83 and TI-83 Plus
[src/mess]messdriv.c
[src/mess/drivers]ti85.c

r319 Tuesday 24th April, 2007 at 04:13:23 UTC by R. Belmont
[8530SCC] Hack so Mac Plus mouse moves again. X68k mouse seems to still work (tested Afterburner II).
[src/mess/machine]8530scc.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team