Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r2400 Tuesday 15th April, 2008 at 01:13:53 UTC by Nathan Woods
Fixed bug #1577
[src/mess]device.c
[src/mess/osd/winui]messui.c

r2399 Tuesday 15th April, 2008 at 00:59:05 UTC by Nathan Woods
[Windows] Reduced flickering in input configuration dialog.
[docs]messnew.txt
[src/mess/osd/windows]dialog.c

r2398 Tuesday 15th April, 2008 at 00:19:56 UTC by Nathan Woods
Fixed bug #1576
[src/mess]image.c

r2397 Monday 14th April, 2008 at 20:06:54 UTC by Curt Coder
[CDP1802] Added machine parameter to the callback functions, and macros for the callbacks.
[src/mess/drivers]tmc1800.c tmc2000e.c

r2396 Monday 14th April, 2008 at 17:48:37 UTC by Curt Coder
[CDP1802] Added machine parameter to the callback functions, and macros for the callbacks.
[src/emu/cpu/cdp1802]cdp1802.c cdp1802.h
[src/mess/drivers]studio2.c tmc600.c vip.c
[src/mess/video]cdp1864.c cdp1864.h

r2395 Monday 14th April, 2008 at 17:14:48 UTC by Curt Coder
[TMC600] Added proper RAM configuration.
[src/mess/drivers]tmc600.c

r2394 Monday 14th April, 2008 at 16:58:11 UTC by Curt Coder
[TMC600] Separated video to own file.
[src/mess]mess.mak
[src/mess/drivers]tmc600.c
[src/mess/includes]tmc600.h*
[src/mess/video]tmc600.c*

r2393 Monday 14th April, 2008 at 16:47:00 UTC by Wilbert Pol
[MSX,BW2,SVI318] Removed usage of ppi8255_peek.
[src/mess/drivers]bw2.c
[src/mess/machine]msx.c svi318.c

r2392 Monday 14th April, 2008 at 14:14:59 UTC by Curt Coder
[CDP1861] Converted CDP1861 to the new device system.
[docs]messnew.txt
[src/mess/drivers]studio2.c vip.c
[src/mess/video]cdp1861.c cdp1861.h

r2391 Monday 14th April, 2008 at 11:45:37 UTC by Nathan Woods
[Windows] Device cleanups; fixed bug #1575 (I think)
[src/mess/osd/windows]menu.c

r2390 Sunday 13th April, 2008 at 19:12:03 UTC by Wilbert Pol
[ODYSSEY2] Added first implementation of noise.
[src/mess/video]odyssey2.c

r2389 Sunday 13th April, 2008 at 15:09:28 UTC by Wilbert Pol
Fixed DA A instruction when A > 0xF9.
[src/emu/cpu/i8039]i8039.c

r2388 Sunday 13th April, 2008 at 13:30:16 UTC by Dirk Best
[VECTREX] Fixed compilation with current code
[src/mess/includes]vectrex.h
[src/mess/machine]vectrex.c
[src/mess/video]vectrex.c

r2387 Sunday 13th April, 2008 at 12:15:20 UTC by Mathis Rosenhauer
- New screen refresh method for Vectrex
- Bug 1034 fixed. Not with multiscreen functions
from MAME, though, as they crash MESS (No vector support?)
- Many small changes to bring the driver up-to-date
with modern MAME

TODO: Get rid of fake dipswitches
[src/mess/drivers]vectrex.c
[src/mess/includes]vectrex.h
[src/mess/machine]vectrex.c
[src/mess/video]vectrex.c

r2386 Sunday 13th April, 2008 at 11:56:09 UTC by Wilbert Pol
[AT386] Fixed reading from some devices.
[src/mess/drivers]at.c

r2385 Sunday 13th April, 2008 at 10:29:22 UTC by Wilbert Pol
[T1000] Fixed keybaord interrupt clearing.
[src/mess/machine]tandy1t.c

r2384 Sunday 13th April, 2008 at 09:45:38 UTC by Wilbert Pol
Made a bunch device_config pointers not const anymore.
[src/mess/machine]at.c bebox.c compis.c pc.c

r2383 Sunday 13th April, 2008 at 00:26:18 UTC by Robbbert
[TMC600] Fixed possible crash with printing.
[src/mess/drivers]tmc600.c

r2382 Sunday 13th April, 2008 at 00:12:57 UTC by Robbbert
[COMPIS] Updated printing function.
[src/mess/machine]compis.c

r2381 Sunday 13th April, 2008 at 00:09:19 UTC by R. Belmont
[SDLMESS] Fix Windows build, add lockout for FreeBSD.
[src/osd/sdl]input.c sdlsync.h

r2380 Sunday 13th April, 2008 at 00:08:30 UTC by Robbbert
[THOMSON] to7 - Fixed possible crash with printing.
[src/mess/machine]thomson.c

r2379 Saturday 12th April, 2008 at 23:40:46 UTC by Robbbert
[VTECH1] Fixed possible crash with printing.
[src/mess/machine]vtech1.c

r2378 Saturday 12th April, 2008 at 22:42:39 UTC by Cowering
[NES] Update hashs to latest GoodNES
[hash]nes.hsi

r2377 Saturday 12th April, 2008 at 19:17:38 UTC by Wilbert Pol
Changed the pic8259 implementation into a device.
[src/emu/machine]pic8259.c pic8259.h
[src/mame/drivers]gamecstl.c mediagx.c taitowlf.c
[src/mame/machine]pcshare.c pcshare.h
[src/mess/drivers]at.c bebox.c compis.c ip22.c pasogo.c pc.c
[src/mess/includes]at.h bebox.h compis.h pc.h
[src/mess/machine]at.c bebox.c compis.c pc.c pc_hdc.c pc_hdc.h

r2376 Saturday 12th April, 2008 at 16:45:56 UTC by Nathan Woods
Updated to MAME 0.124u2 core
[docs]messnew.txt
[src/emu]cpuexec.h cpuintrf.c emupal.c info.c inptport.c inptport.h input.c mame.c mconfig.h memory.c memory.h state.c state.h streams.c tilemap.c tilemap.h timer.c video.c video.h
[src/emu/cpu]cpu.mak
[src/emu/cpu/alph8201]alph8201.h
[src/emu/cpu/apexc]apexc.c
[src/emu/cpu/ccpu]ccpu.c
[src/emu/cpu/cop400]410ops.c
[src/emu/cpu/e132xs]e132xs.c
[src/emu/cpu/f8]f8.c
[src/emu/cpu/g65816]g65816.h
[src/emu/cpu/h6280]h6280ops.h
[src/emu/cpu/h83002]h83002.c h8periph.c
[src/emu/cpu/hd6309]hd6309.c hd6309.h
[src/emu/cpu/i386]i386.c
[src/emu/cpu/i8039]i8039.h
[src/emu/cpu/i8051]i8051.c
[src/emu/cpu/i8085]i8085.c i8085cpu.h
[src/emu/cpu/i86]i286.h i86mem.c
[src/emu/cpu/i8x41]i8x41.c
[src/emu/cpu/jaguar]jaguar.c
[src/emu/cpu/konami]konami.h
[src/emu/cpu/m37710]m37710.c
[src/emu/cpu/m6502]m4510.c m6502.c m6509.c m65ce02.c minc4510.h mincce02.h ops02.h ops09.h tdeco16.c
[src/emu/cpu/m6800]m6800.c m6800.h
[src/emu/cpu/m68000]m68kcpu.c m68kmame.c
[src/emu/cpu/m6805]m6805.h
[src/emu/cpu/m6809]m6809.h
[src/emu/cpu/mb88xx]mb88xx.c
[src/emu/cpu/minx]minx.c
[src/emu/cpu/mips]dismips.c dismips.mak mips3com.c mips3com.h mips3fe.c mipsdasm.c psx.c psx.h
[src/emu/cpu/nec]nec.c necdasm.c
[src/emu/cpu/pic16c5x]pic16c5x.h
[src/emu/cpu/s2650]s2650.c
[src/emu/cpu/sm8500]sm8500.c
[src/emu/cpu/spc700]spc700.h
[src/emu/cpu/tlcs90]tlcs90.c
[src/emu/cpu/tms34010]tms34010.c
[src/emu/cpu/tms7000]tms7000.c
[src/emu/cpu/tms9900]99xxcore.h
[src/emu/cpu/upd7810]upd7810.c
[src/emu/cpu/v30mz]v30mz.h
[src/emu/cpu/z180]z180.c z180ops.h
[src/emu/cpu/z80]z80.c
[src/emu/cpu/z8000]z8000.c
[src/emu/cpu/z80gb]z80gb.c
[src/emu/drivers]xtal.h
[src/emu/machine]generic.c pit8253.c pit8253.h scsicd.c scsicd.h
[src/emu/sound]2151intf.c 2203intf.c 2608intf.c 2610intf.c 2612intf.c disc_inp.c fmopl.c k054539.c multipcm.c samples.c upd7759.c vlm5030.c ym2151.c ym2151.h ymz280b.c
[src/emu/video]cdp1869.c mc6845.c poly.c
[src/lib/util]xmlfile.c
[src/mame]mame.mak mamedriv.c
[src/mame/audio]8080bw.c atarijsa.c cyberbal.c harddriv.c mcr.c mw8080bw.c
[src/mame/drivers]8080bw.c 88games.c acefruit.c actfancr.c aerofgt.c aladbl.c aleck64.c alg.c alpha68k.c amspdwy.c angelkds.c aquarium.c arabian.c arcadia.c armedf.c artmagic.c astinvad.c astrocde.c astrof.c atarig1.c atarig42.c atarigt.c atarigx2.c atarisy1.c atarisy2.c atetris.c attckufo.c backfire.c badlands.c baraduke.c batman.c battlera.c bbusters.c beaminv.c beathead.c berzerk.c bfcobra.c bfm_sc2.c bigevglf.c bionicc.c bishi.c bishjan.c bladestl.c blktiger.c blmbycar.c blockade.c blstroid.c bmcbowl.c bnstars.c boxer.c btoads.c bwidow.c bwing.c bzone.c cabal.c calomega.c canyon.c capbowl.c cave.c cbasebal.c cbuster.c ccastles.c centiped.c cham24.c champbwl.c changela.c chinsan.c chqflag.c cidelsa.c cinemat.c cischeat.c citycon.c clayshoo.c cliffhgr.c cloud9.c clshroad.c cninja.c cojag.c combatsc.c coolpool.c cop01.c copsnrob.c cosmic.c cps1.c cps2.c cps3.c crbaloon.c crgolf.c crshrace.c crystal.c cshooter.c csk.c cubocd32.c cyberbal.c cybertnk.c darius.c darkhors.c darkseal.c dassault.c dbz.c dcheese.c ddayjlc.c ddenlovr.c deadang.c dec8.c deco156.c deco32.c deco_mlc.c decocass.c destroyr.c djboy.c djmain.c dkong.c dlair.c docastle.c dragrace.c dreamwld.c dribling.c dunhuang.c dynax.c embargo.c enigma2.c eolith.c eolith16.c eprom.c equites.c ertictac.c ettrivia.c exidy.c exidy440.c exprraid.c exterm.c fantland.c fcrash.c fgoal.c filetto.c firebeat.c firetrap.c firetrk.c flkatck.c flstory.c flyball.c foodf.c freekick.c fromanc2.c fromance.c fuukifg3.c gaelco2.c gaelco3d.c galaga.c galaxian.c galaxold.c galpani3.c gamecstl.c gameplan.c gaplus.c gauntlet.c genesis.c gladiatr.c goal92.c gomoku.c goodejan.c gottlieb.c grchamp.c gridlee.c gsword.c gticlub.c guab.c gundealr.c hal21.c halleys.c hanaawas.c hitme.c hnayayoi.c hng64.c homedata.c homerun.c hornet.c hyperspt.c igs_blit.c imolagp.c inufuku.c itech32.c itech8.c jack.c jackal.c jalmah.c jchan.c jcross.c jedi.c jongkyo.c jpmimpct.c kaneko16.c karnov.c kinst.c kinstb.c klax.c koikoi.c konamigq.c konamigv.c konamigx.c kopunch.c ksys573.c ladybug.c laserbat.c lastfght.c lazercmd.c legionna.c lemmings.c lethal.c lethalj.c liberate.c liberatr.c limenko.c lockon.c lordgun.c lvcards.c m10.c m62.c m72.c m79amb.c m90.c m92.c macrossp.c macs.c magicfly.c malzak.c mappy.c marineb.c marinedt.c marvins.c matmania.c maxaflex.c mayumi.c mazerbla.c mcatadv.c mcr.c mcr3.c mcr68.c mediagx.c megadriv.c megaplay.c megasys1.c megatech.c megazone.c meijinsn.c meritm.c metlclsh.c metro.c mgolf.c micro3d.c midas.c midvunit.c midzeus.c mirage.c missile.c mitchell.c mjkjidai.c mjsister.c model1.c model2.c model3.c moo.c mpu4.c mquake.c mrflea.c ms32.c msisaac.c mugsmash.c multigam.c mw8080bw.c mystwarr.c namcoic.c namcona1.c namconb1.c namcos1.c namcos10.c namcos11.c namcos12.c namcos22.c namcos86.c naughtyb.c nbmj9195.c nemesis.c neodrvr.c neogeo.c ninjakd2.c ninjaw.c niyanpai.c nova2001.c nwk-tr.c nycaptor.c offtwall.c ojankohs.c omegrace.c oneshot.c opwolf.c othunder.c pacland.c pacman.c peplus.c pgm.c phoenix.c playmark.c plygonet.c pmpoker.c pntnpuzl.c polepos.c policetr.c polyplay.c poolshrk.c popper.c powerbal.c progolf.c psikyo.c psikyo4.c psikyosh.c quantum.c rabbit.c raiden2.c rcasino.c realbrk.c redalert.c redclash.c relief.c renegade.c rmhaihai.c rockola.c rohga.c route16.c royalmah.c rpunch.c runaway.c rungun.c sbowling.c sbrkout.c sderby.c seattle.c segac2.c segae.c segag80r.c segag80v.c segahang.c segaorun.c segas16a.c segas16b.c segas18.c segas24.c segas32.c segaxbd.c segaybd.c seibuspi.c seicross.c sengokmj.c seta.c seta2.c sf.c sgladiat.c shadfrce.c shootout.c shuuz.c sidearms.c silkroad.c simpl156.c skullxbo.c skyfox.c skykid.c skyraid.c slapshot.c snk.c snk68.c sonson.c spdodgeb.c speedatk.c sprint2.c sprint4.c sprint8.c srmp2.c srmp6.c ssf2md.c ssfindo.c sshangha.c ssingles.c ssozumo.c ssrj.c ssv.c st0016.c stactics.c stadhero.c starfire.c starshp1.c stlforce.c stv.c suna8.c supbtime.c superqix.c suprnova.c suprridr.c system16.c system18.c tagteam.c taito_f2.c taito_f3.c taito_h.c taito_l.c taito_x.c taito_z.c taitoair.c taitojc.c taitosj.c taitowlf.c tankbatt.c tatsumi.c taxidrvr.c tceptor.c tehkanwc.c tempest.c terracre.c tetrisp2.c thedeep.c thief.c thunderj.c tickee.c tmaster.c tmnt.c tnzs.c toaplan1.c toaplan2.c toobin.c topspeed.c toratora.c tourtabl.c toypop.c triplhnt.c truco.c tryout.c tugboat.c tumbleb.c tumblep.c tunhunt.c turbo.c twin16.c twincobr.c tx1.c uapce.c ultraman.c ultratnk.c ultrsprt.c unico.c upscope.c usgames.c vamphalf.c vaportra.c vastar.c vegaeo.c vegas.c vendetta.c vicdual.c videopin.c vindictr.c vmetal.c wardner.c warpwarp.c warriorb.c wc90b.c wecleman.c welltris.c wgp.c wheelfir.c wilytowr.c wink.c wiping.c witch.c wolfpack.c wwfsstar.c wwfwfest.c xain.c xexex.c xmen.c xorworld.c xtheball.c xxmissio.c xybots.c xyonix.c yumefuda.c zaccaria.c zaxxon.c zerozone.c zn.c zr107.c
[src/mame/includes]8080bw.h amiga.h atari.h cps1.h mw8080bw.h neogeo.h phoenix.h psx.h snk.h st0016.h toaplan1.h twincobr.h vicdual.h
[src/mame/machine]ajax.c amiga.c asteroid.c atari.c atarifb.c atarigen.c atarigen.h balsente.c beezer.c bonzeadv.c bublbobl.c carpolo.c cchip.c copsnrob.c daikaiju.c dc.c dec0.c decocass.c decocass.h decoprot.c gaelco2.c galaxold.c gaplus.c harddriv.c irem_cpu.c irobot.c kaneko16.c leland.c lsasquad.c mcr.c mexico86.c mhavoc.c midtunit.c midwayic.c midwunit.c midyunit.c n64.c namcoio.c namcos1.c namcos2.c nb1413m3.c nitedrvr.c opwolf.c pcecommn.c pckeybrd.c pgmprot.c playch10.c psx.c qix.c rainbow.c s16fd.c s24fd.c scramble.c seicop.c* simpsons.c slikshot.c snes.c starwars.c stfight.c strtheat.c subs.c tait8741.c tatsumi.c tnzs.c toaplan1.c twincobr.c vertigo.c volfied.c vsnes.c williams.c xevious.c
[src/mame/video]8080bw.c aeroboto.c aerofgt.c amiga.c asterix.c astrocde.c asuka.c atari.c bionicc.c bking.c blockade.c btime.c bwing.c canyon.c centiped.c chaknpop.c cinemat.c cischeat.c cloak.c combatsc.c cps1.c darius.c dbz.c dcheese.c dkong.c exidy.c exidy440.c fgoal.c gijoe.c gtia.c gtia.h itech8.c jaguar.c konamiic.c konamiic.h lazercmd.c lethal.c lethalj.c lordgun.c m52.c m57.c m58.c m62.c m72.c m92.c madalien.c mario.c momoko.c moo.c mystston.c n8080.c namcofl.c namcona1.c namconb1.c naughtyb.c neogeo.c ninjaw.c nmk16.c oneshot.c orbit.c othunder.c overdriv.c parodius.c phoenix.c polepos.c policetr.c ppu2c0x.c prehisle.c psikyo.c psx.c psychic5.c rastan.c renegade.c segaic24.c simpsons.c snes.c snk.c sonson.c st0016.c stvvdp1.c stvvdp2.c superqix.c surpratk.c system1.c taito_f2.c taito_z.c taitoic.c taitoic.h taitosj.c tceptor.c tmnt.c toaplan1.c topspeed.c travrusa.c turbo.c twincobr.c vendetta.c vicdual.c warpwarp.c warriorb.c wgp.c xexex.c xmen.c ygv608.c zac2650.c
[src/mess]inputx.c inputx.h mess.mak
[src/mess/devices]coco_fdc.c thomflop.c
[src/mess/drivers]a2600.c apexc.c bw2.c coupe.c cpschngr.c psx.c
[src/mess/machine]6883sam.c apple2.c c64.c coco.c cpm_bios.c lynx.c mac.c nascom1.c nes_mmc.c pdp1.c pokemini.c spectrum.c thomson.c trs80.c tx0.c vtech1.c wswan.c
[src/mess/video]coco3.c gb.c m6847.c oric.c pc_video.c
[src/osd/windows]input.c
[src/osd/winui]winui.c

r2375 Saturday 12th April, 2008 at 14:21:47 UTC by Robbbert
[ATARIST] Fixed crash at start. Fixed centronics printing.
[src/mess/drivers]atarist.c
[src/mess/machine]centroni.c

r2374 Saturday 12th April, 2008 at 13:21:30 UTC by Robbbert
[SVI318] Fixed crash when attempting to print.
[src/mess/drivers]svi318.c
[src/mess/machine]svi318.c

r2373 Saturday 12th April, 2008 at 11:23:57 UTC by Robbbert
[3DO] 3do_pal promoted from testdriver to not working.
[src/mess]messdriv.c

r2372 Saturday 12th April, 2008 at 10:45:13 UTC by Robbbert
[AMIGA] Amiga 1000 (PAL) added, appears to have been left out by accident.
[docs]messnew.txt
[src/mess]messdriv.c

r2371 Saturday 12th April, 2008 at 09:29:21 UTC by Dirk Best
Reverted an accidental commit
[src/emu]validity.c

r2370 Saturday 12th April, 2008 at 09:23:05 UTC by Dirk Best
Removed some files deleted in the MAME 0.124u1 update
[src/emu]validity.c
[src/mame/drivers]amidar.c frogger.c
[src/mame/machine]galaxian.c

r2369 Saturday 12th April, 2008 at 09:21:43 UTC by Robbbert
[PCW] Promoted from testdriver to not working. Fixed floppy device error.
[src/mess]messdriv.c
[src/mess/drivers]pcw.c pcw16.c

r2368 Saturday 12th April, 2008 at 08:22:34 UTC by Robbbert
[AMSTRAD] Fixed regression with printer.
[src/mess/drivers]amstrad.c

r2367 Saturday 12th April, 2008 at 03:34:40 UTC by Nathan Woods
1. [Windows] Fixed "Configure..." dialog problem when customizing certain
system's controllers. (bugs #1570, #1573)

2. Messnew.txt cleanup
[docs]messnew.txt
[src/emu]inptport.h

r2366 Saturday 12th April, 2008 at 03:17:10 UTC by Nathan Woods
[MESSUI] Fixed custom filters dialog. (bug #1574)
[docs]messnew.txt
[src/osd/winui]mameui.rc

r2365 Saturday 12th April, 2008 at 03:06:49 UTC by Nathan Woods
Fixed memory bug in the hash file parsing code that could cause problems in
debug builds.
[docs]messnew.txt
[src/mess]hashfile.c

r2364 Saturday 12th April, 2008 at 02:41:17 UTC by Robbbert
[APPLE1] Replaced palette with standard black_and_white.
[src/mess/drivers]apple1.c

r2363 Saturday 12th April, 2008 at 02:39:45 UTC by Robbbert
[MPF1] Remove machine->pens from mscommon.c
[src/mess]mscommon.c

r2362 Saturday 12th April, 2008 at 00:58:30 UTC by Robbbert
[ATARI] Removed unused array.
[src/mess/drivers]atari.c

r2361 Friday 11th April, 2008 at 12:59:20 UTC by Nathan Woods
[COCO] Transitioned the Bitbanger device to MAME's core device system
[docs]messnew.txt
[src/mess/devices]bitbngr.c bitbngr.h printer.c printer.h
[src/mess/drivers]coco.c
[src/mess/machine]coco.c

r2360 Friday 11th April, 2008 at 10:38:57 UTC by Robbbert
[C16] MArked c16c and plus4c as working.
[src/mess/drivers]c16.c

r2359 Thursday 10th April, 2008 at 22:37:09 UTC by Justin Kerk
Fix build bustage
[src/mess/drivers]amstrad.c

r2358 Thursday 10th April, 2008 at 19:53:22 UTC by Stefano Priore
Fixed typo in comment
[src/mess]messdriv.c

r2357 Thursday 10th April, 2008 at 17:39:27 UTC by Firewave
Committed original cybiko entries with additional comments
[src/mess]messdriv.c

r2356 Thursday 10th April, 2008 at 17:37:55 UTC by Firewave
More Machine -> machine cleanups (already submitted to MAMEdev):
- added running_machine parameter to function passed into cpunum_set_irq_callback()
- using IRQ_CALLBACK for functions
[src/emu]cpuint.c cpuint.h
[src/emu/machine]tmp68301.c
[src/mame/audio]leland.c scramble.c
[src/mame/drivers]aztarac.c bnstars.c crystal.c dcheese.c gamecstl.c mazerbla.c mediagx.c megadriv.c metro.c model1.c ms32.c seibuspi.c ssv.c taito_l.c taitowlf.c
[src/mame/machine]s16fd.c s24fd.c
[src/mess/drivers]amstrad.c atarist.c einstein.c jaguar.c pasogo.c x68k.c
[src/mess/machine]amigacrt.c at.c compis.c galaxy.c pc.c pc8801.c

r2355 Thursday 10th April, 2008 at 17:33:38 UTC by Firewave
1. Machine -> machine cleanups for osd/windows A8laready submitted to MAMEdev)

2. Fixed compilation with USE_TAPEDLG
[src/mess/osd/windows]dialog.c dialog.h menu.c
[src/osd/windows]debugwin.c drawd3d.c drawdd.c input.c input.h output.c video.c window.c window.h winmain.c

r2354 Thursday 10th April, 2008 at 12:15:02 UTC by Nathan Woods
Converted printers to the new device system
[docs]messnew.txt
[src/mess/devices]printer.c printer.h
[src/mess/drivers]abc80.c abc80x.c amstrad.c at.c atarist.c atom.c bbc.c bw2.c coco.c compis.c einstein.c exidy.c msx.c mtx.c nc.c oric.c pc.c pcw16.c sg1000.c sord.c svi318.c thomson.c tmc2000e.c tmc600.c vtech1.c
[src/mess/machine]atom.c centroni.c compis.c msx.c mtx.c svi318.c vtech1.c

r2353 Thursday 10th April, 2008 at 11:25:34 UTC by Robbbert
[CBMB] cbm500 - DSW0 - added a suggested fix by etabeta. Converted ports in cbmb.h to the latest code.
[src/mess/drivers]cbmb.c
[src/mess/includes]cbmb.h

r2352 Thursday 10th April, 2008 at 10:11:21 UTC by Dirk Best
[COUPE] Improved external memory banking
[src/mess/includes]coupe.h
[src/mess/machine]coupe.c

r2351 Thursday 10th April, 2008 at 05:12:21 UTC by Curt Coder
[BW2] Added natural keyboard and fixed floppy density. [Tomas X Karlsson]
[src/mess/drivers]bw2.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team