Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r14732 Saturday 10th March, 2012 at 09:19:53 UTC by Fabio Priuli
ibm5150: added a softlist for PC Booter disk [k1w1]

out of whatsnew: some disks need a lot of time to boot, so FFW is your friend
[hash]ibm5150.xml*
[src/mess/drivers]ibmpc.c

r14731 Friday 9th March, 2012 at 21:47:14 UTC by Barry Rodewald
pic8259,fmtowns: PIC/timers fix [Carl]
[src/emu/machine]pic8259.c
[src/mess/drivers]fmtowns.c
[src/mess/includes]fmtowns.h

r14730 Friday 9th March, 2012 at 21:45:08 UTC by Barry Rodewald
i386,x87: Multiple fixes. [Carl]
[src/emu/cpu/i386]i386.c i386op16.c i386op32.c i386ops.c i486ops.c x87ops.c

r14729 Friday 9th March, 2012 at 15:33:46 UTC by Miodrag Milanović
dir works on cd's now (no whatsnew)
[src/emu/machine]scsicd.c
[src/mess/machine]isa_ide_cd.c

r14728 Friday 9th March, 2012 at 13:57:27 UTC by Miodrag Milanović
forced usage of just one cd (no whatsnew)
[src/mess/machine]isa_ide_cd.c isa_ide_cd.h

r14727 Friday 9th March, 2012 at 13:33:02 UTC by Miodrag Milanović
handling of missing media in drive (no whatsnew)
[src/mess/machine]isa_ide_cd.c

r14726 Thursday 8th March, 2012 at 20:44:09 UTC by Wilbert Pol
Typo... (nw)
[src/mess/machine]apollo_net.c

r14725 Thursday 8th March, 2012 at 20:16:52 UTC by Wilbert Pol
m_step is a boolean, changing the assignments to assign booleans. (nw)
[src/mess/drivers]babbage.c

r14724 Thursday 8th March, 2012 at 20:07:42 UTC by Wilbert Pol
Modified check a bit (nw)
[src/mess/video]vic6567.c

r14723 Thursday 8th March, 2012 at 19:42:01 UTC by Wilbert Pol
Fix typo (nw)
[src/mess/machine]omti8621.c

r14722 Thursday 8th March, 2012 at 19:41:36 UTC by Wilbert Pol
Avoid confusion between type name and variable name. (nw)
[src/mess/machine]apollo_net.c

r14721 Thursday 8th March, 2012 at 14:18:28 UTC by Miodrag Milanović
i82371sb implementation and fixes for i82439tx [Grull Osgo]
[src/mess]mess.lst mess.mak
[src/mess/drivers]at.c
[src/mess/includes]at.h
[src/mess/machine]i82371sb.c* i82371sb.h* i82439tx.c

r14720 Thursday 8th March, 2012 at 13:44:54 UTC by Miodrag Milanović
Sync with MAME r15633 (no whatsnew)
[src/emu]device.c device.h devlegcy.h emu.mak machine.c machine.h mconfig.h save.h screen.h ui.c
[src/emu/sound]votrax.c votrax.h
[src/emu/video]bufsprite.c* bufsprite.h* generic.c generic.h
[src/mame/drivers]actfancr.c armedf.c atvtrack.c bbusters.c bionicc.c blktiger.c boogwing.c cninja.c commando.c crshrace.c darkseal.c dassault.c dec8.c deco32.c dooyong.c dynduke.c exedexes.c expro02.c fuukifg3.c gaelco2.c galaxian.c galpani2.c galpani3.c gng.c hcastle.c hornet.c jchan.c jrpacman.c kaneko16.c karnov.c lastduel.c legionna.c lemmings.c lwings.c m92.c mcr.c mirage.c namcoic.c opwolf.c pacman.c pengo.c psikyosh.c raiden.c rohga.c sidearms.c slapfght.c spdodgeb.c srumbler.c sshangha.c stepstag.c suprnova.c tbowl.c tetrisp2.c tigeroad.c toki.c twin16.c twincobr.c vaportra.c wardner.c wwfwfest.c
[src/mame/includes]actfancr.h armedf.h bbusters.h bionicc.h blktiger.h boogwing.h cninja.h commando.h contra.h crshrace.h darkseal.h dassault.h dec8.h deco32.h dooyong.h dynduke.h exedexes.h gaelco2.h galaga.h galaxian.h gng.h hcastle.h kaneko16.h karnov.h lastduel.h legionna.h lemmings.h lwings.h m92.h mcr.h pacman.h psikyo.h psikyosh.h raiden.h rohga.h sidearms.h slapfght.h srumbler.h sshangha.h suprnova.h tetrisp2.h tigeroad.h toki.h twin16.h twincobr.h vaportra.h wwfwfest.h zerozone.h zodiack.h
[src/mame/machine]atarigen.h
[src/mame/video]armedf.c bbusters.c bionicc.c blktiger.c boogwing.c bosco.c cninja.c commando.c crshrace.c darkseal.c dassault.c dec8.c deco32.c dooyong.c dynduke.c exedexes.c gaelco2.c galaxian.c gng.c gticlub.c hcastle.c kaneko16.c karnov.c lastduel.c legionna.c lemmings.c lwings.c m92.c mcr.c pacman.c psikyosh.c raiden.c rohga.c sidearms.c slapfght.c srumbler.c sshangha.c suprnova.c tetrisp2.c tigeroad.c toki.c twin16.c twincobr.c vaportra.c wwfwfest.c zodiack.c

r14719 Thursday 8th March, 2012 at 13:32:43 UTC by Miodrag Milanović
Preliminary ide cd support, based on work of R.Belmont and Grull Osgo, still need some work [Miodrag Milanovic]
[src/mess]mess.mak
[src/mess/drivers]at.c
[src/mess/includes]at.h
[src/mess/machine]isa_ide_cd.c* isa_ide_cd.h*

r14718 Thursday 8th March, 2012 at 12:52:28 UTC by Olivier Galibert
ymf271: Timer setup fix [trap15]
[src/emu/sound]ymf271.c

r14717 Wednesday 7th March, 2012 at 19:49:32 UTC by Wilbert Pol
Fixed typo (nw)
[src/osd/sdl]debugosx.m

r14716 Wednesday 7th March, 2012 at 18:47:37 UTC by Curt Coder
Refactored YM3526 to use devcb. (nw)
[src/emu/sound]3526intf.c 3526intf.h
[src/mame/drivers]battlane.c brkthru.c dec8.c exprraid.c fantland.c karnov.c matmania.c metlclsh.c missb2.c renegade.c sidepckt.c snk.c suna16.c
[src/mess/machine]c64_sfx_sound_expander.c

r14715 Wednesday 7th March, 2012 at 12:32:35 UTC by Sandro Ronco
z88: Fixed hang in Pipedream. (nw)
[src/mess/drivers]z88.c
[src/mess/machine]upd65031.c

r14714 Wednesday 7th March, 2012 at 07:38:19 UTC by Miodrag Milanović
Sync with MAME r15622 (no whatsnew)
[src/emu]uimenu.c
[src/lib/util]chd.h
[src/mame/drivers]s3.c segas18.c
[src/tools]chdman.c

r14713 Tuesday 6th March, 2012 at 20:59:05 UTC by Olivier Galibert
nscsi_hd: Misc fixes [O. Galibert]
[src/emu/machine]nscsi_hd.c

r14712 Tuesday 6th March, 2012 at 20:24:22 UTC by Michael Zapf
ti99: Fixed HSGPL regression (problem with paged cartridges like Extended Basic) (nw)
[src/mess/machine/ti99]hsgpl.c

r14711 Tuesday 6th March, 2012 at 19:38:42 UTC by Olivier Galibert
ncr5390: Fix dma/fifo interaction [O. Galibert]
[src/mess/machine]ncr5390.c

r14710 Tuesday 6th March, 2012 at 19:16:01 UTC by Olivier Galibert
next: Better handling of the supdate flag [O. Galibert]
[src/mess/drivers]next.c

r14709 Tuesday 6th March, 2012 at 15:29:32 UTC by Miodrag Milanović
Alternate rom for cp1 [Kaylee]
[src/mess/drivers]cp1.c

r14708 Tuesday 6th March, 2012 at 14:39:02 UTC by Miodrag Milanović
Skeleton for : Kosmos CP1 [S?\195?\182ren Gust]
[src/mess]mess.lst mess.mak
[src/mess/drivers]cp1.c*

r14707 Tuesday 6th March, 2012 at 14:02:59 UTC by Miodrag Milanović
Sync with MAME r15617 (no whatsnew)
[src/emu/sound]k054539.c
[src/mame]mame.lst mame.mak
[src/mame/drivers]astrocde.c mainevt.c model2.c namcos10.c nwk-tr.c pyson.c* vicdual.c vmetal.c

r14706 Tuesday 6th March, 2012 at 13:00:34 UTC by Miodrag Milanović
Removed legacy image devices and related code (no whatsnew)
[src/emu]devimage.c devlegcy.h diimage.h emu.mak image.c

r14705 Tuesday 6th March, 2012 at 12:29:53 UTC by Miodrag Milanović
last one (nw)
[src/mess/includes]hp48.h
[src/mess/machine]hp48.c

r14704 Tuesday 6th March, 2012 at 11:06:34 UTC by Miodrag Milanović
pdp1,apexc and tx0 done (no whatsnew)
[src/mess/drivers]apexc.c pdp1.c tm990189.c tx0.c
[src/mess/machine]990_tap.c

r14703 Tuesday 6th March, 2012 at 10:32:20 UTC by Miodrag Milanović
one more (nw)
[src/mess/drivers]tm990189.c

r14702 Tuesday 6th March, 2012 at 10:24:55 UTC by Miodrag Milanović
One more done + fix (nw)
[src/mess/drivers]ti85.c
[src/mess/machine]990_tap.c

r14701 Tuesday 6th March, 2012 at 10:13:14 UTC by Miodrag Milanović
Removed from compilation and usage communication protocols, since they are not devices (no whatsnew)
[src/mess]mess.mak
[src/mess/drivers]hp48.c ti85.c
[src/mess/includes]ti85.h
[src/mess/machine]hp48.c ti85.c

r14700 Tuesday 6th March, 2012 at 09:40:49 UTC by Miodrag Milanović
smartmed modernized (no whatsnew)
[src/mess/drivers]gp32.c juicebox.c mini2440.c palmz22.c
[src/mess/machine]smartmed.c smartmed.h
[src/mess/machine/ti99]tn_usbsm.c tn_usbsm.h

r14699 Tuesday 6th March, 2012 at 08:05:14 UTC by Miodrag Milanović
modernized x68k_hdc (nw)
[src/mess/drivers]x68k.c
[src/mess/machine]x68k_hdc.c x68k_hdc.h

r14698 Tuesday 6th March, 2012 at 07:34:42 UTC by Miodrag Milanović
Converted omti and sc499 image devices to modern (no whatsnew)
[src/emu]diimage.c diimage.h
[src/emu/imagedev]flopdrv.c
[src/mess/machine]omti8621.c sc499.c

r14697 Monday 5th March, 2012 at 20:15:38 UTC by Olivier Galibert
ioport: Support obsolete gcc versions [O. Galibert]
[src/emu]inpttype.h

r14696 Monday 5th March, 2012 at 15:22:32 UTC by Miodrag Milanović
Partial conversion of legacy floppy to modern device (no whatsnew)
[src/emu/imagedev]flopdrv.c flopdrv.h
[src/mess/devices]appldriv.c appldriv.h sonydriv.c sonydriv.h

r14695 Monday 5th March, 2012 at 10:43:00 UTC by Miodrag Milanović
Windows compile fix, thanks OG (no whatsnew)
[src/tools]chdman.c

r14694 Monday 5th March, 2012 at 09:21:20 UTC by Olivier Galibert
ioport: Make the compile time less insane [O. Galibert]
[src/emu]inpttype.h

r14693 Monday 5th March, 2012 at 08:56:49 UTC by Fabio Priuli
gamegear.xml: minor consistency fix. no whatsnew.
[hash]gamegear.xml

r14692 Monday 5th March, 2012 at 08:28:13 UTC by Fabio Priuli
apple1.xml: fixed a usage error and added a missing tape. no whatsnew.
gamegear.xml: added missing info. no whatsnew.
snes.xml & gba.xml: added a few files. no whatsnew.
mbc55x: hooked up the softlist to the driver. no whatsnew.
[hash]apple1.xml gamegear.xml gba.xml snes.xml
[src/mess/drivers]mbc55x.c

r14691 Monday 5th March, 2012 at 08:17:39 UTC by Miodrag Milanović
Fix tool compile (nw)
[src/tools]chdman.c

r14690 Monday 5th March, 2012 at 07:04:11 UTC by Miodrag Milanović
Sync with MAME r15601 (no whatsnew)
[src/emu]clifront.c ui.c uimain.c
[src/emu/cpu/powerpc]ppcdrc.c
[src/emu/sound]k054539.c k054539.h
[src/lib]lib.mak
[src/lib/libflac]libflac++
[src/lib/libflac/libflac]bitreader.c bitwriter.c
[src/lib/util]cdrom.c cdrom.h chd.c chd.h chdcd.c
[src/mame]mame.lst
[src/mame/drivers]djmain.c gijoe.c konamigq.c konamigx.c ladybug.c lethal.c moo.c mystwarr.c naomi.c plygonet.c popobear.c qdrmfgp.c rungun.c superchs.c tmnt.c ultrsprt.c vicdual.c xexex.c xmen.c zr107.c
[src/mame/machine]r2crypt.c
[src/tools]chdman.c

r14689 Sunday 4th March, 2012 at 15:58:39 UTC by Michael Zapf
ti99: Removed useless IDE disk declarations which are handled by idectrl anyway; fixed uninitialized variables (nw)
[src/mess/machine/ti99]ti99_hd.c ti99_hd.h tn_ide.c

r14688 Sunday 4th March, 2012 at 14:34:26 UTC by Dan Boris
Removed debugging code.
[src/mess/video]odyssey2.c

r14687 Sunday 4th March, 2012 at 14:01:32 UTC by Dan Boris
- Changed color of background grid color 0 to match sprite color 0 (Fixes KTAA title screen)
- Fixed Odyssey2_video_w so that m_o2_vdc.reg[] is always updated (Fixes Blockout)
- Changed quad character generation so character height is always taken from 4th character (KTAA level 2)
[src/mess/video]odyssey2.c

r14686 Sunday 4th March, 2012 at 07:26:43 UTC by Sandro Ronco
z88: added more rom versions. (nw)
[src/mess/drivers]z88.c

r14685 Sunday 4th March, 2012 at 04:23:17 UTC by MooglyGuy
[N64] Restore previous AI DMA speed, theory was wrong and lag was caused due code cruft in a local file. [Ryan Holtz]
[src/mame/machine]n64.c

r14684 Saturday 3rd March, 2012 at 13:16:26 UTC by Michael Zapf
ti99: Fixed Alpha lock regression (nw)
[src/mess/drivers]ti99_4x.c

r14683 Saturday 3rd March, 2012 at 11:48:53 UTC by Olivier Galibert
nscsi_hd: Write and mode sense support [O. Galibert]
[src/emu/machine]nscsi_bus.c nscsi_bus.h nscsi_hd.c nscsi_hd.h
[src/mess/drivers]next.c
[src/mess/machine]ncr5390.c ncr5390.h

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team