Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r200 Wednesday 28th March, 2007 at 10:46:18 UTC by Curt Coder
[TMC600] Fix header info
[src/mess/drivers]tmc600.c

r199 Wednesday 28th March, 2007 at 03:19:28 UTC by R. Belmont
Included my Apple IIgs and SNES improvements.
[docs]messnew.txt

r198 Tuesday 27th March, 2007 at 22:30:39 UTC by Nathan Woods
[MSX] Fixed MSX visible area. [MJSTY]
[docs]messnew.txt
[src/mess/drivers]msx.c

r197 Tuesday 27th March, 2007 at 21:39:39 UTC by Wilbert Pol
[GAMEBOY] Some more fixes for MMM01 mapper
[src/mess/drivers]gb.c
[src/mess/machine]gb.c

r196 Tuesday 27th March, 2007 at 20:54:42 UTC by Wilbert Pol
[GAMEBOY] MMM01 mapper fix to properly support the Taito Variety Pack
[src/mess/drivers]gb.c
[src/mess/machine]gb.c

r195 Tuesday 27th March, 2007 at 19:12:19 UTC by Wilbert Pol
[GAMEBOY] Added sound initialization that would normally be done by bios.
[src/mess/machine]gb.c

r194 Tuesday 27th March, 2007 at 18:38:01 UTC by Wilbert Pol
Header file fix
[src/mess/drivers]tmc2000e.c

r193 Tuesday 27th March, 2007 at 18:36:37 UTC by Wilbert Pol
[GAMEBOY] Fixes for invalid bank switches in gbcolor and supergb drivers.
[src/mess/drivers]gb.c
[src/mess/machine]gb.c

r192 Tuesday 27th March, 2007 at 12:10:08 UTC by Curt Coder
[CDP1869] Changed to use proper write handlers
[TMC2000E] Separated driver from telmac.c
[src/mame/video]cdp1869.c cdp1869.h
[src/mess]mess.mak messdriv.c
[src/mess/drivers]telmac.c tmc2000e.c* tmc600.c
[src/mess/video]cdp1864.c* cdp1864.h* cdp186x.c cdp186x.h

r191 Monday 26th March, 2007 at 07:13:48 UTC by Wilbert Pol
[GAMEBOY] Fixed wisdom tree mapper
[src/mess/machine]gb.c

r190 Sunday 25th March, 2007 at 21:12:49 UTC by R. Belmont
[SNES] Fixed 65816 block moves with M short, Final Fantasy Mystic Quest is playable now.
[src/emu/cpu/g65816]g65816op.h

r189 Sunday 25th March, 2007 at 18:14:44 UTC by R. Belmont
[APPLE2GS+SNES] Fixed race in WAI that could hang the CPU. (bug #661)
[src/emu/cpu/g65816]g65816op.h
[src/emu/cpu/m37710]m37710.c

r188 Sunday 25th March, 2007 at 15:25:09 UTC by Nathan Woods
1. Created facility to choose which screen on which crosshairs display

2. [COCO] Modified lightgun code to use the above facility (bug #1133)

3. [COCO] Changed DIP usage to be config options
[src/emu]video.c video.h
[src/mess/drivers]coco.c
[src/mess/machine]coco.c

r187 Sunday 25th March, 2007 at 14:36:08 UTC by Nathan Woods
[COCO] Implemented MUX switching delay. (bug #655) [tim lindner]
[docs]messnew.txt
[src/mess/machine]coco.c

r186 Sunday 25th March, 2007 at 14:20:38 UTC by Nathan Woods
[THOMSON] Added natural keyboard support. [Antoine Mine]
[docs]messnew.txt
[src/mess/drivers]thomson.c
[src/mess/machine]thomson.c

r185 Sunday 25th March, 2007 at 14:16:31 UTC by Nathan Woods
Fixed compliation warnings. [Oliver Stoeneberg]
[src/mess/video]m6847.c

r184 Sunday 25th March, 2007 at 05:37:59 UTC by R. Belmont
[APPLE2GS] Calculate 5503 output rate properly. Fixes Tass Times intro music. (Game itself still hangs after that).
[src/emu/sound]es5503.c

r183 Sunday 25th March, 2007 at 03:14:20 UTC by R. Belmont
[APPLE2GS] Added ES5503 state saving, plus more flexible 5503 memory hookup.
[src/emu/sound]es5503.c es5503.h
[src/mess/drivers]apple2gs.c
[src/mess/includes]apple2gs.h
[src/mess/machine]apple2gs.c

r182 Sunday 25th March, 2007 at 02:54:44 UTC by R. Belmont
[APPLE2GS] Fixed IRQ and end-of-sample behavior in the ES5503.
[src/emu/sound]es5503.c

r181 Saturday 24th March, 2007 at 20:51:07 UTC by R. Belmont
[APPLE2GS] Hooked up Command and Option in KEYMODREG.
[src/mess/machine]ay3600.c

r180 Saturday 24th March, 2007 at 20:50:39 UTC by R. Belmont
[SDLMESS] Fixed osd_getcurdir(). [Tim Lindner]
[src/mess/osd/sdl]sdlmess.c

r179 Saturday 24th March, 2007 at 12:45:50 UTC by Nathan Woods
Fixed bug #1131
[src/mess]mess.c
[src/mess/tests]mess_coco.xml

r178 Saturday 24th March, 2007 at 02:53:37 UTC by Nathan Woods
1. [TI99] Tagged two devices

2. [Messtest] Now freeing memory associated with options
[src/mess/drivers]ti99_4x.c
[src/mess/machine]99_ide.c
[src/mess/tools/messtest]testmess.c

r177 Saturday 24th March, 2007 at 01:42:46 UTC by Nathan Woods
Fixes to skip_warnings
[src/emu]ui.c

r176 Saturday 24th March, 2007 at 01:26:44 UTC by Nathan Woods
Fixed Messtest and reimplemented skip_warnings
[src/emu]ui.c
[src/mess]messopts.c messopts.h
[src/mess/tools/messtest]main.c testmess.c

r175 Friday 23rd March, 2007 at 23:49:18 UTC by Nathan Woods
[PSX] Fixed BIOSes [Oliver Stoeneberg]
[src/mess/drivers]psx.c

r174 Friday 23rd March, 2007 at 23:44:18 UTC by Nathan Woods
Compilation fixes [Oliver Stoeneberg]
[src/mess/osd/windows/ui]optionsms.c
[src/osd/windows/ui]options.c

r173 Friday 23rd March, 2007 at 18:41:14 UTC by Wilbert Pol
[SMS] Fixed setting of background color when in TMS9918 mode
[src/mess/video]smsvdp.c

r172 Friday 23rd March, 2007 at 18:26:44 UTC by Wilbert Pol
[SMS] Added support for 8KB_CART_RAM hashfile feature
[src/mess/machine]sms.c

r171 Friday 23rd March, 2007 at 17:08:52 UTC by Wilbert Pol
[GAMEGEAR] Made stretched modes also available for the gamegear vdp.
[src/mess/drivers]sms.c
[src/mess/video]smsvdp.c

r170 Friday 23rd March, 2007 at 16:32:53 UTC by Wilbert Pol
Removed some debugging statements
[src/mess/video]smsvdp.c

r169 Friday 23rd March, 2007 at 16:30:44 UTC by Wilbert Pol
[SMS] Fix null pointer referencing on a bios-less system.
[src/mess/machine]sms.c

r168 Friday 23rd March, 2007 at 16:09:34 UTC by Wilbert Pol
Documenting sms driver changes.
[docs]messnew.txt

r167 Friday 23rd March, 2007 at 16:06:10 UTC by Wilbert Pol
[SMS] Seperate drivers for the different hardware versions. Added prototype bios.
Updated the VDP to emulate specific VDP versions including all the bugs.
[src/mess]messdriv.c
[src/mess/drivers]sms.c
[src/mess/includes]sms.h
[src/mess/video]smsvdp.c

r166 Friday 23rd March, 2007 at 11:35:28 UTC by Curt Coder
[PSX] Change Asia/Pacific to use NTSC
[src/mess/drivers]psx.c

r165 Friday 23rd March, 2007 at 11:25:55 UTC by Curt Coder
[TMC600] Update entry
[ROOT]sysinfo.dat

r164 Friday 23rd March, 2007 at 11:17:02 UTC by Nathan Woods
[Windows GUI] Missed these two syncs
[src/osd/windows/ui]options.h win32ui.c

r163 Friday 23rd March, 2007 at 03:07:02 UTC by R. Belmont
[SDLMESS] Update to u3, plus better natural keyboard and mouse-grab behavior by Antoine Mine.
[src/mess/osd/sdl]configms.c
[src/osd/sdl]config.c drawsdl.c fronthlp.c input.c sdlmain.c video.c window.c

r162 Friday 23rd March, 2007 at 01:37:40 UTC by Nathan Woods
[Windows GUI] Sync with MAME32
[src/osd/windows/ui]mame32.rc options.c properties.c resource.h win32ui.c

r161 Friday 23rd March, 2007 at 01:21:03 UTC by Nathan Woods
Updated to MAME 0.113u3 core
[docs]messnew.txt
[src/emu]cheat.c config.c cpuintrf.c cpuintrf.h emu.mak emuopts.c* emuopts.h* fileio.c fileio.h inptport.c mame.c mame.h memory.c memory.h options.c options.h render.c romload.c sound.c ui.c uimenu.c validity.c video.c video.h
[src/emu/cpu]cpu.mak
[src/emu/cpu/mb86233]mb86233.c* mb86233.h* mb86233d.c*
[src/emu/cpu/sharc]sharc.c sharcops.c
[src/emu/cpu/tms32031]tms32031.c
[src/emu/cpu/tms34010]34010dsm.c tms34010.c
[src/emu/debug]debugcmd.c debugcmd.h debugcpu.c debugcpu.h debugvw.c debugvw.h
[src/emu/sound]disc_wav.c discrete.h dmadac.c es5503.c samples.c scsp.c scspdsp.c scspdsp.h wavwrite.c
[src/emu/video]vector.c
[src/lib]lib.mak
[src/lib/util]options.c* options.h*
[src/mame]mame.mak mamedriv.c
[src/mame/audio]carnival.c depthch.c invinco.c mw8080bw.c pulsar.c sprint4.c sprint4.h* vicdual.c
[src/mame/drivers]8080bw.c aerofgt.c bzone.c chinsan.c cidelsa.c crospang.c cybertnk.c dcheese.c ddz.c* dunhuang.c* eprom.c freekick.c funybubl.c gaelco3d.c getrivia.c good.c* gticlub.c igs_180.c* igs_blit.c igs_m027.c* igs_m68.c* koikoi.c ksys573.c mastboy.c mediagx.c mw8080bw.c namcofl.c namconb1.c neogeo.c ninjakd2.c nmg5.c nwk-tr.c omegrace.c onetwo.c policetr.c rotaryf.c segae.c* segaorun.c segas16a.c segas16b.c segas18.c segasyse.c segaxbd.c snowbros.c sprint4.c sprint8.c starwars.c system1.c system16.c system18.c tempest.c tumbleb.c ultratnk.c vertigo.c vicdual.c williams.c
[src/mame/includes]mw8080bw.h namconb1.h ultratnk.h vicdual.h
[src/mame/machine]fd1094.c fd1094.h fddebug.c* konppc.c mc8123.c mc8123.h* mw8080bw.c s16fd.c segaic16.c segaic16.h
[src/mame/video]cdp1869.c crospang.c gaelco3d.c gticlub.c model2.c neogeo.c sprint4.c tumbleb.c ultratnk.c vicdual.c voodoo.c williams.c
[src/mess]mess.c mess.mak messopts.c uimess.c
[src/mess/osd/windows]configms.c menu.c parallel.c
[src/mess/tools/imgtool]imgtool.mak
[src/mess/tools/messtest]main.c testmess.c
[src/osd/windows]config.c config.h debugwin.c drawd3d.c drawdd.c fronthlp.c input.c sound.c video.c windir.c window.c winmain.c
[src/osd/windows/ui]datafile.c m32util.c options.c options.h screenshot.c win32ui.c

r160 Thursday 22nd March, 2007 at 02:55:48 UTC by Nathan Woods
[Messtest] Updated per 0.113u2
[src/mess/tools/messtest]testmess.c

r159 Wednesday 21st March, 2007 at 23:26:23 UTC by R. Belmont
[SDLMESS] Fixed compile after latest core changes.
[ROOT]makefile.sdl
[src/mess/osd/sdl]configms.c sdl.mak
[src/osd/sdl]sdlmain.c

r158 Wednesday 21st March, 2007 at 22:13:22 UTC by Wilbert Pol
[SMS/GAMEGEAR] Cleaned up VDP code.
[src/mess/drivers]sms.c
[src/mess/includes]sms.h
[src/mess/video]smsvdp.c

r157 Wednesday 21st March, 2007 at 19:26:02 UTC by Wilbert Pol
[GAMEBOY] Updated wisdom tree mapper code.
[src/mess/drivers]gb.c
[src/mess/machine]gb.c

r156 Tuesday 20th March, 2007 at 23:27:26 UTC by Nathan Woods
Moved some code around, to simply options handling
[src/mess/osd/windows]configms.c menu.c menu.h parallel.c parallel.h

r155 Tuesday 20th March, 2007 at 04:05:55 UTC by Justin Kerk
Fix svn:eol-style on new configms files (at least they're not executable)
[src/mess]configms.c configms.h

r154 Tuesday 20th March, 2007 at 03:43:03 UTC by Nathan Woods
Fixed some bugs introduced in the working directory changes
[src/mess]image.c

r153 Tuesday 20th March, 2007 at 00:35:33 UTC by Nathan Woods
Moved per-image working directory handling into the MESS core;
osd_mess_config_init() is now no longer necessary
[docs]messnew.txt
[src/mess]configms.c* configms.h* filemngr.c image.c image.h mess.mak messopts.c osdmess.h
[src/mess/osd/sdl]configms.c
[src/mess/osd/windows]configms.c menu.c
[src/mess/tools/messtest]tststubs.c
[src/osd/windows]winutil.c

r152 Monday 19th March, 2007 at 18:59:13 UTC by Wilbert Pol
[SMS/GG] Changed gamegear driver to use raw screen params. Unified sms and gamegear drawing code.
[src/mess/drivers]sms.c
[src/mess/includes]sms.h
[src/mess/video]smsvdp.c

r151 Monday 19th March, 2007 at 18:41:13 UTC by Wilbert Pol
[SMS] Documented video timing
[src/mess/video]smsvdp.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team