Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r2900 Thursday 26th June, 2008 at 19:12:38 UTC by Curt Coder
[SG1000] Added pause/reset buttons and tape support.
[src/mess/drivers]sg1000.c

r2899 Thursday 26th June, 2008 at 19:11:03 UTC by Curt Coder
[PRAVETZ8D] Added Unicode cyrillic characters.
[src/mess/drivers]oric.c

r2898 Thursday 26th June, 2008 at 19:09:50 UTC by Curt Coder
[TMC600] Added tape support.
[src/mess/drivers]tmc600.c

r2897 Thursday 26th June, 2008 at 19:09:16 UTC by Curt Coder
[COMX35] Fixed cassette a bit.
[src/mess/drivers]comx35.c
[src/mess/machine]comx35.c

r2896 Thursday 26th June, 2008 at 19:08:42 UTC by Curt Coder
[ABC80X] Fixed lower case natural input.
[src/mess/drivers]abc80x.c

r2895 Thursday 26th June, 2008 at 01:01:07 UTC by Nathan Woods
1. Possible fix to bug #1625

2. Style tweak
[src/mess]filemngr.c messopts.c

r2894 Wednesday 25th June, 2008 at 19:09:00 UTC by Miodrag Milanović
[RADIO86] Two new clones (ROM/RAM disk support)
[src/mess]messdriv.c
[src/mess/drivers]radio86.c
[src/mess/includes]radio86.h
[src/mess/machine]radio86.c

r2893 Wednesday 25th June, 2008 at 12:50:47 UTC by Nathan Woods
Taking note of bug #1277 being fixed by the File Manager rewrite
[docs]messnew.txt

r2892 Wednesday 25th June, 2008 at 11:20:06 UTC by Nathan Woods
Fixed bug #1621
[src/mess]filemngr.c image.c

r2891 Wednesday 25th June, 2008 at 10:40:54 UTC by Nathan Woods
Changed type names to follow MAME coding standards
[src/mess]device.c device.h opresolv.c opresolv.h
[src/mess/osd/windows]menu.c opcntrl.c opcntrl.h
[src/mess/tools/imgtool]imgtool.c library.c library.h main.c
[src/mess/tools/imgtool/windows]attrdlg.c attrdlg.h wimgtool.c

r2890 Wednesday 25th June, 2008 at 09:49:17 UTC by Nathan Woods
New File Manager now supports image creation (should be at feature parity with
the old File Manager)
[src/mess]filemngr.c

r2889 Wednesday 25th June, 2008 at 01:07:01 UTC by Nathan Woods
More work on image creation in the new File Manager; not enabled yet
[src/mess]filemngr.c

r2888 Tuesday 24th June, 2008 at 18:31:23 UTC by Wilbert Pol
[IBM5150] Added basic 1.0 crcs and fixed rev2 crc.
[src/mess/drivers]pc.c

r2887 Tuesday 24th June, 2008 at 12:27:28 UTC by Nathan Woods
File Manager updates
[src/mess]filemngr.c zippath.c zippath.h

r2886 Tuesday 24th June, 2008 at 11:52:39 UTC by Robbbert
[MBEE] Added shifted and control characters to the natural keyboard.
[src/mess/drivers]exidy.c mbee.c

r2885 Tuesday 24th June, 2008 at 10:51:06 UTC by Robbbert
[SUPER80] Added shifted and control characters to the natural keyboard.
[src/mess/drivers]super80.c

r2884 Monday 23rd June, 2008 at 17:39:34 UTC by Curt Coder
Added comments.
[docs]messnew.txt

r2883 Monday 23rd June, 2008 at 17:26:53 UTC by Curt Coder
[AQUARIUS] Added support for cartridge and .wav tape images. Fixed tilemap rendering. Added AY-3-8910(4) sound. Fixed bug #158.
[src/mess]mess.mak
[src/mess/drivers]aquarius.c
[src/mess/includes]aquarius.h
[src/mess/machine]aquarius.c
[src/mess/video]aquarius.c

r2882 Monday 23rd June, 2008 at 01:23:54 UTC by Nathan Woods
More file manager cleanups
[src/mess]filemngr.c

r2881 Sunday 22nd June, 2008 at 20:24:18 UTC by Wilbert Pol
[I8x41] Removed i8x41.ram hack from the cpu core.
[src/emu/cpu/i8x41]i8x41.c

r2880 Sunday 22nd June, 2008 at 18:56:41 UTC by Nathan Woods
Fixed new file manager bug when used on an empty slot, and removed some
vestigial code
[src/mess]filemngr.c image.c

r2879 Sunday 22nd June, 2008 at 18:17:39 UTC by Nathan Woods
[TI99] Implemented loading and saving of the battery-backed RAM of the
MiniMemory cartridge. [Michael Zapf]
[docs]messnew.txt
[src/mess/machine]ti99_4x.c

r2878 Friday 20th June, 2008 at 19:12:51 UTC by Firewave
Fixed UNICODE=1 build (use proper variable as parameter)
[src/mess/osd/windows]winmess.c

r2877 Friday 20th June, 2008 at 13:06:44 UTC by R. Belmont
Fixed 64-bit GCC compile.
[src/mess/machine]hp48.c

r2876 Friday 20th June, 2008 at 13:04:31 UTC by R. Belmont
One more GCC 4.3.x fix.
[src/mess/machine]ay3600.c

r2875 Friday 20th June, 2008 at 13:03:49 UTC by R. Belmont
[SDLMESS] Updates to compile with latest. Includes GCC 4.3.x fix also submitted to MAMEdev.
[src/emu/machine]idectrl.c
[src/mess/osd/sdl]sdlmess.c
[src/osd/sdl]drawogl.c drawsdl.c input.c window.c

r2874 Friday 20th June, 2008 at 11:30:45 UTC by Nathan Woods
File manager rewrite
[docs]messnew.txt
[src/emu]uimenu.c
[src/mess]filemngr.c messcore.mak osdmess.h zippath.c* zippath.h*
[src/mess/osd/windows]winmess.c

r2873 Wednesday 18th June, 2008 at 21:47:33 UTC by Wilbert Pol
[PCFX] Added skeleton driver.
[src/mess]mess.mak messdriv.c
[src/mess/drivers]pcfx.c*

r2872 Wednesday 18th June, 2008 at 18:21:01 UTC by Curt Coder
Added comments.
[docs]messnew.txt

r2871 Wednesday 18th June, 2008 at 18:19:20 UTC by Curt Coder
[QL] Fixed lower case natural input, changed Microdrive UI name.
[src/mess/devices]microdrv.c
[src/mess/drivers]ql.c

r2870 Wednesday 18th June, 2008 at 18:18:37 UTC by Curt Coder
[ABC80] Fixed graphics mode, added expansion RAM banking, added preliminary tape support.
[src/mess/drivers]abc80.c
[src/mess/includes]abc80.h

r2869 Wednesday 18th June, 2008 at 18:16:55 UTC by Curt Coder
[SF7000] Fixed lower case natural input.
[src/mess/drivers]sg1000.c

r2868 Wednesday 18th June, 2008 at 18:16:20 UTC by Curt Coder
[BW2] Fixed floppy interface, system is now working.
[src/mess/drivers]bw2.c

r2867 Wednesday 18th June, 2008 at 11:24:07 UTC by Nathan Woods
Less strict input port assert from Mamedev; the previous one was deemed to be
too strict
[src/emu]inptport.c

r2866 Wednesday 18th June, 2008 at 02:24:11 UTC by Barry Rodewald
[AMSTRAD] Fixed input port assert.
[src/mess/drivers]amstrad.c
[src/mess/includes]amstrad.h
[src/mess/video]amstrad.c

r2865 Tuesday 17th June, 2008 at 22:46:34 UTC by Nathan Woods
Updated to MAME 0.125u6 core
[docs]messnew.txt
[src/emu]emuopts.c emuopts.h inptport.c render.h rendersw.c ui.c video.c video.h
[src/emu/audio]generic.c generic.h
[src/emu/cpu]cpu.mak drcbec.c drcbex64.c drcbex86.c drcuml.c vtlb.c* vtlb.h*
[src/emu/cpu/cop400]cop420ds.c
[src/emu/cpu/mips]mips3.c mips3com.c mips3com.h mips3drc.c mips3fe.c
[src/emu/cpu/powerpc]ppccom.c ppccom.h ppcdrc.c
[src/emu/debug]debugcmd.c
[src/mame]mamedriv.c
[src/mame/audio]atarijsa.c atarijsa.h dcs.c harddriv.c
[src/mame/drivers]aleck64.c armedf.c atarig1.c atarig42.c atarigx2.c atarisy1.c atarisy2.c ataxx.c atetris.c bagman.c batman.c beathead.c blstroid.c bnstars.c cps1.c crystal.c cshooter.c cyberbal.c darius.c darkhors.c dcheese.c ddenlovr.c ddragon3.c dec0.c dec8.c deco156.c deco32.c deco_mlc.c decocass.c dietgo.c dynax.c embargo.c enigma2.c eolith.c eolith16.c eprom.c equites.c ertictac.c ettrivia.c exerion.c exidy440.c exprraid.c exterm.c f-32.c fantland.c fcombat.c fgoal.c filetto.c findout.c firebeat.c firetrap.c flkatck.c flstory.c flyball.c foodf.c freekick.c fromanc2.c fromance.c funkybee.c funkyjet.c fuukifg3.c gaelco2.c galaxold.c galpani3.c gamecstl.c gameplan.c gaplus.c gauntlet.c gcpinbal.c genesis.c getrivia.c gijoe.c goal92.c gomoku.c goodejan.c gottlieb.c gpworld.c grchamp.c gridlee.c groundfx.c gstriker.c gsword.c gticlub.c guab.c gunbustr.c gundealr.c hal21.c halleys.c hanaawas.c harddriv.c hitme.c hnayayoi.c homedata.c homerun.c hornet.c hshavoc.c igs_blit.c imolagp.c inufuku.c irobot.c itech32.c itech8.c jack.c jackal.c jalmah.c jchan.c jcross.c jedi.c kaneko16.c karnov.c kinst.c kinstb.c klax.c koikoi.c konamigv.c konamigx.c kopunch.c ksys573.c laserbat.c lastfght.c lazercmd.c leland.c lemmings.c lethal.c lethalj.c liberate.c liberatr.c limenko.c littlerb.c looping.c lordgun.c lsasquad.c lvcards.c m92.c mediagx.c megadriv.c megaplay.c megatech.c midvunit.c midzeus.c missb2.c model1.c model2.c ms32.c namcos1.c namcos21.c namcos22.c namcos23.c neogeo.c ninjaw.c nss.c offtwall.c onetwo.c overdriv.c pktgaldx.c pokechmp.c puckpkmn.c pushman.c raiden.c rampart.c rohga.c sbrkout.c seattle.c segac2.c segae.c segae.h segaorun.c segas16a.c segas16b.c segas18.c segas24.c segaxbd.c skullxbo.c sprint8.c srmp6.c starwars.c stv.c system16.c system18.c taito_z.c taitowlf.c tank8.c tecmosys.c thunderj.c timelimt.c toobin.c topshoot.c topspeed.c triplhnt.c vegas.c vindictr.c wgp.c wilytowr.c xexex.c xybots.c
[src/mame/includes]dcheese.h dec0.h genesis.h gstriker.h itech32.h n64.h namcos1.h neogeo.h slapstic.h sprint8.h tank8.h triplhnt.h
[src/mame/machine]asic65.c asic65.h atarigen.c atarigen.h balsente.c cps2crpt.c dec0.c decocass.c decoprot.c fd1089.c fd1089.h fddebug.c gaelco2.c galaxold.c gaplus.c harddriv.c irobot.c kaneko16.c konamigx.c konamigx.h konppc.c leland.c lsasquad.c midwayic.c midwayic.h midwunit.c model3.c n64.c namco50.c namco50.h namcoio.c namcos1.c pckeybrd.c pckeybrd.h pcshare.c pcshare.h rainbow.c s16fd.c s24fd.c scudsp.c scudsp.h segaic16.c slapstic.c snes.c toaplan1.c vertigo.c
[src/mame/video]atari.c atarirle.c cps1.c dcheese.c decocass.c exidy440.c fgoal.c gstriker.c irobot.c itech32.c itech8.c konamigx.c lazercmd.c lethal.c lethalj.c lordgun.c m92.c mystwarr.c n64.c neogeo.c raiden.c rockola.c snes.c sprint8.c stvvdp2.c tank8.c triplhnt.c victory.c
[src/mess/drivers]ip22.c n64.c pcw16.c saturn.c
[src/mess/machine]pc.c
[src/mess/osd/windows]tapedlg.c
[src/mess/tools/messtest]testmess.c
[src/osd/windows]drawgdi.c window.c

r2864 Tuesday 17th June, 2008 at 18:00:55 UTC by Miodrag Milanović
[MIKRO80][GALAXY] Some code cleanup
[src/mess/drivers]galaxy.c mikro80.c
[src/mess/includes]galaxy.h mikro80.h
[src/mess/video]galaxy.c mikro80.c

r2863 Tuesday 17th June, 2008 at 17:11:26 UTC by Curt Coder
[BW2] Fixed RAMCARD.
[src/mess/drivers]bw2.c

r2862 Tuesday 17th June, 2008 at 13:41:06 UTC by Miodrag Milanović
[I8275] Adding char delay because of implementation in Partner driver
[src/mess/machine]apogee.c mikrosha.c partner.c radio86.c
[src/mess/video]i8275.c i8275.h

r2861 Tuesday 17th June, 2008 at 11:48:38 UTC by Miodrag Milanović
[MIKRO80] Another video fix, now acts like real hardware
[src/mess/drivers]mikro80.c
[src/mess/includes]mikro80.h
[src/mess/video]mikro80.c

r2860 Tuesday 17th June, 2008 at 10:38:55 UTC by Miodrag Milanović
[MIKRO80][UT88] Fix for display attributes
[src/mess/video]mikro80.c ut88.c

r2859 Tuesday 17th June, 2008 at 09:36:28 UTC by Miodrag Milanović
[RADIO86] New file formats supported
[src/mess/formats]rk_cas.c rk_cas.h

r2858 Monday 16th June, 2008 at 21:53:54 UTC by Fabio Priuli
[SNES] added input tags
[src/mess/drivers]snes.c

r2857 Monday 16th June, 2008 at 18:48:13 UTC by Wilbert Pol
Renamed "Nintendo Z80GB" cpu core to "Sharp LR35902".
[src/emu]cpuexec.h cpuintrf.c
[src/emu/cpu]cpu.mak z80gb
[src/emu/cpu/lr35902]lr35902.c* lr35902.h* lr35902d.c* z80gb.c z80gb.h z80gbd.c
[src/mame]mame.mak
[src/mess]mess.mak
[src/mess/drivers]gb.c
[src/mess/machine]gb.c
[src/mess/video]gb.c

r2856 Monday 16th June, 2008 at 15:42:18 UTC by Cowering
[GENESIS] Please don't fucking 'clean up' working code just because some script tells you to
[src/mess/drivers]genesis.c

r2855 Monday 16th June, 2008 at 01:27:47 UTC by Nathan Woods
More Atari Ace cleanups [Atari Ace]
[src/mess]compcfg.c compcfg.h* infomess.c mess.h
[src/mess/audio]special.c
[src/mess/drivers]amstrad.c apf.c coleco.c nes.c pcw16.c saturn.c x68k.c
[src/mess/formats]csw_cas.c uef_cas.h
[src/mess/includes]a7800.h adam.h amstrad.h apf.h apogee.h atom.h b2m.h bk.h c128.h c64.h cgenie.h coleco.h comx35.h dai.h galaxy.h galeb.h gamepock.h genesis.h gmaster.h hp48.h intv.h jupiter.h lynx.h mbee.h mikro80.h mikrosha.h msx.h mz700.h nc.h nes.h odyssey2.h orao.h orion.h partner.h pcw.h pcw16.h pet.h pmd85.h radio86.h special.h spectrum.h ssystem3.h thomson.h trs80.h x68k.h z88.h zx.h
[src/mess/machine]990_tap.c 990_tap.h b2m.c beta.c bk.c cbmipt.c galeb.c ins8154.h mikro80.c mm58274c.h msx_slot.c nc.c ncr5380.h nes.c nes_mmc.h orao.c orion.c special.c trs80.c ut88.c vc1541.c
[src/mess/video]amstrad.c apf.c apogee.c atarist.h atom.c b2m.c bk.c cgapal.h* epnick.h galeb.c m6845.h mekd2.c mikro80.c mikrosha.c nc.c orao.c orion.c partner.c pc_aga.c pc_cga.c pc_cga.h pcw.c radio86.c special.c tmc600.c ut88.c x68k.c z88.c

r2854 Sunday 15th June, 2008 at 17:49:19 UTC by Fabio Priuli
[TUTOR] completely fixed input duplication
[src/mess/drivers]tutor.c

r2853 Saturday 14th June, 2008 at 12:51:30 UTC by Roberto Zandonà
fix for c128 keyboard (Bug #1240]
[docs]messnew.txt
[src/mess/machine]c64.c

r2852 Saturday 14th June, 2008 at 12:11:26 UTC by Nathan Woods
Atari Ace cleanups
[docs]messnew.txt
[src/mess/audio]gmaster.c
[src/mess/devices]microdrv.c printer.c
[src/mess/drivers]3do.c a2600.c a7800.c abc80.c abc80x.c acrnsys1.c adam.c advision.c aim65.c amiga.c amstrad.c apexc.c apf.c apogee.c apple1.c apple2.c apple2gs.c apple3.c arcadia.c astrocde.c at.c atari.c atarist.c atom.c avigo.c b2m.c bbc.c bbcbc.c bebox.c bk.c bw2.c c128.c c16.c c64.c c65.c cbmb.c cgenie.c channelf.c coco.c coleco.c compis.c comquest.c comx35.c comxpl80.c concept.c cpschngr.c crvision.c cybiko.c dai.c dc.c dgn_beta.c einstein.c electron.c enterp.c exelv.c exidy.c galaxy.c galeb.c gamecom.c gamepock.c gb.c genesis.c geneve.c gmaster.c intv.c ip20.c ip22.c jaguar.c jupiter.c kaypro.c kc.c kim1.c lisa.c lviv.c lynx.c mac.c mbee.c mc10.c mekd2.c microtan.c mikro80.c mikrosha.c mpf1.c msx.c mtx.c mz700.c n64.c nascom1.c nc.c nes.c newbrain.c odyssey2.c orao.c oric.c orion.c osborne1.c osi.c p2000t.c partner.c pasogo.c pc.c pc8801.c pce.c pcw.c pcw16.c pdp1.c pentagon.c pet.c pmd85.c pocketc.c pokemini.c primo.c ql.c radio86.c samcoupe.c saturn.c scorpion.c sg1000.c sms.c snes.c sord.c spec128.c special.c specpls3.c ssystem3.c studio2.c super80.c svi318.c svision.c sym1.c thomson.c ti85.c ti990_10.c ti990_4.c ti99_2.c ti99_4p.c ti99_4x.c ti99_8.c timex.c tm990189.c tmc1800.c tmc2000e.c tmc600.c trs80.c tutor.c tx0.c ut88.c vc20.c vc4000.c vectrex.c vip.c vtech1.c vtech2.c wswan.c x68k.c z88.c zx.c
[src/mess/formats]coupedsk.c
[src/mess/machine]68901mfp.c apogee.c b2m.c beta.c bk.c galaxy.c mikro80.c mikrosha.c nascom1.c orion.c partner.c radio86.c special.c ut88.c x68k_hdc.c zx.c
[src/mess/tools/messtest]tststubs.c
[src/mess/video]911_vdt.c apf.c apogee.c b2m.c galaxy.c i8275.c mikrosha.c orion.c partner.c pc_cga.c pc_mda.c radio86.c spec128.c special.c spectrum.c ti85.c

r2851 Saturday 14th June, 2008 at 06:33:08 UTC by Robbbert
[SUPER80] Improved cassette interface.
[src/mess/drivers]super80.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team