The MESS SVN has been merged into the MAME SVN.
| Previous 50 | 15994 Revisions | Next 50 |
| r144 Sunday 18th March, 2007 at 23:05:16 UTC by Nathan Woods |
|---|
| Removing dead declaration |
| [src/mess/tools/imgtool] | mac.c |
| r143 Sunday 18th March, 2007 at 23:02:30 UTC by Tim Lindner |
|---|
| [imgtool os9] Added support for creating disks with multisector allocation tables. I also initialized the path descriptor buffer in LSN0 |
| [src/mess/tools/imgtool] | os9.c |
| r142 Sunday 18th March, 2007 at 16:17:22 UTC by Wilbert Pol |
|---|
| [SMS] Removed some unneeded debug logging statements |
| [src/mess/video] | smsvdp.c |
| r141 Sunday 18th March, 2007 at 16:00:47 UTC by Wilbert Pol |
|---|
| [GAMEGEAR] Changed visible area for certain video parameters. (bug #1109) |
| [src/mess/video] | smsvdp.c |
| r140 Sunday 18th March, 2007 at 15:33:20 UTC by R. Belmont |
|---|
| [SDLMESS] OSD-specific options aren't a Win32-specific thing. Cleaned up. |
| [ROOT] | makefile.sdl |
| [src/mess] | messopts.c |
| [src/mess/osd/sdl] | configms.c configms.h sdl.mak sdlutil.c* |
| [src/mess/osd/windows] | configms.c configms.h |
| [src/osd/sdl] | config.c input.c sdlsync.c window.c |
| [src/osd/windows] | config.c |
| r139 Sunday 18th March, 2007 at 04:03:06 UTC by Nathan Woods |
|---|
| Nailed another memory leak |
| [src/mess] | image.c |
| r138 Sunday 18th March, 2007 at 02:57:03 UTC by Nathan Woods |
|---|
| Major cleanups to MESS's option handling; this should bug #1121 and a few other recent problems, such as pool memory leaks |
| [src/emu] | ui.c |
| [src/mess] | image.c mess.c messopts.c messopts.h* osdmess.h uimess.c uimess.h |
| [src/mess/osd/windows] | configms.c menu.c |
| [src/mess/tools/messtest] | testmess.c |
| [src/osd/windows] | config.c input.c |
| r137 Saturday 17th March, 2007 at 20:12:45 UTC by R. Belmont |
|---|
| [SDLMESS] Fixed mouse grab/pointer hiding in full screen. |
| [src/osd/sdl] | window.c |
| r136 Saturday 17th March, 2007 at 19:39:14 UTC by R. Belmont |
|---|
| [SDLMESS] Cleaned up multithreading - Linux no longer crashes on exit. |
| [src/osd/sdl] | sdlmain.c window.c |
| r135 Saturday 17th March, 2007 at 19:20:25 UTC by Wilbert Pol |
|---|
| [SMS/GG] Improved codemaster banking; fixed a banking issue (bug #1117); autodetection code will only be used when no extrainfo could be found about an image. |
| [src/mess/machine] | sms.c |
| r134 Saturday 17th March, 2007 at 19:03:13 UTC by Wilbert Pol |
|---|
| [SMS/GG] Fixed sprite handling in TMS9918 modes. (bug #1067) |
| [src/mess/video] | smsvdp.c |
| r133 Saturday 17th March, 2007 at 18:22:18 UTC by Wilbert Pol |
|---|
| [SMS/GG] Improved TMS9918 mode 0 handling |
| [src/mess/video] | smsvdp.c |
| r132 Saturday 17th March, 2007 at 18:15:25 UTC by Phill Harvey-Smith |
|---|
| Cleaned up unused functions in coco and dgn_beta |
| [src/mess/drivers] | dgn_beta.c |
| [src/mess/machine] | coco.c |
| r131 Saturday 17th March, 2007 at 16:55:02 UTC by Tim Lindner |
|---|
| [OS9] Put will now use free entries in the directory file before expanding it. [tim lindner] |
| [docs] | messnew.txt |
| [src/mess/tools/imgtool] | os9.c |
| r130 Saturday 17th March, 2007 at 13:09:03 UTC by Nathan Woods |
|---|
| [Imgtool OS-9] More automated testing |
| [src/mess/tests] | imgtool_os9.xml |
| r129 Saturday 17th March, 2007 at 13:05:48 UTC by Nathan Woods |
|---|
| 1. [Imgtool OS9] More fixes for bug #1122, not sure if this has been completed 2. [Messtest] Minor bug fixes |
| [docs] | messnew.txt |
| [src/mess/tools/imgtool] | os9.c |
| [src/mess/tools/messtest] | testimgt.c |
| r128 Saturday 17th March, 2007 at 03:14:13 UTC by Tim Lindner |
|---|
| [IMGTOOL] Fixed a small bug in the OS-9 directory creation code. [tim lindner] |
| [src/mess/tools/imgtool] | main.c os9.c |
| r127 Saturday 17th March, 2007 at 01:43:42 UTC by R. Belmont |
|---|
| [SDLMESS] Fixed mouse grab/cursor hide behavior |
| [src/osd/sdl] | window.c |
| r126 Saturday 17th March, 2007 at 01:12:54 UTC by R. Belmont |
|---|
| [APPLE2GS] Fixed clicking in Nucleus, improved tempo in Music Const. Set, Dream Zone, Music Studio, and others. |
| [src/emu/sound] | es5503.c |
| r125 Saturday 17th March, 2007 at 00:18:12 UTC by Nathan Woods |
|---|
| 1. Added the ability for modules to "warn" the core of inconsistencies. These warnings will cause failues in Imgtool test cases. 2. [OS9] Added warnings for ".." and "." initial directories 3. [OS9] Added test cases that (hopefully) reproduce bug #1122 |
| [docs] | messnew.txt |
| [src/mess/tests] | imgtool_os9.xml |
| [src/mess/tools/imgtool] | imgtool.c imgtool.h main.c os9.c |
| [src/mess/tools/imgtool/windows] | wmain.c |
| [src/mess/tools/messtest] | testimgt.c |
| r124 Saturday 17th March, 2007 at 00:16:33 UTC by R. Belmont |
|---|
| Fixed up options for non-Win32 and added natural keyboard support for SDLMESS. |
| [src/mess] | messopts.c |
| [src/mess/osd/sdl] | configms.c |
| [src/osd/sdl] | config.c input.c |
| r123 Saturday 17th March, 2007 at 00:13:11 UTC by Nathan Woods |
|---|
| [Windows] Temporary kludge until I clean things up |
| [src/osd/windows] | config.c |
| r122 Friday 16th March, 2007 at 13:34:40 UTC by R. Belmont |
|---|
| Updated SDLMESS components for 0.113u2. |
| [src/mess/osd/sdl] | configms.c sdlmess.c |
| [src/osd/sdl] | config.c drawsdl.c input.c sdlfile.c sdlsync.c sdltime.c sdlwork.c sound.c video.c video.h window.c window.h yuv_blit.c |
| r121 Friday 16th March, 2007 at 10:48:21 UTC by Curt Coder |
|---|
| [PSX] Changed to use system bioses |
| [src/mess] | messdriv.c |
| r120 Friday 16th March, 2007 at 10:48:01 UTC by Curt Coder |
|---|
| [PSX] Changed to use system bioses |
| [src/mess/drivers] | psx.c |
| r119 Friday 16th March, 2007 at 04:52:21 UTC by Tim Lindner |
|---|
| [COCO] Fixed lightgun emulation. [tim lindner] |
| [docs] | messnew.txt |
| [src/mess/drivers] | coco.c |
| [src/mess/machine] | coco.c |
| r118 Friday 16th March, 2007 at 00:21:17 UTC by Nathan Woods |
|---|
| Updated to 0.113u2 core |
| [docs] | messnew.txt |
| [src/emu] | audit.c cheat.c config.c cpuexec.c cpuexec.h cpuint.c cpuint.h cpuintrf.c cpuintrf.h driver.c driver.h fileio.c fileio.h info.c inptport.c inptport.h input.c input.h mame.c mame.h memory.c memory.h options.c options.h profiler.c render.c rendfont.c rendlay.c rendutil.c restrack.c romload.c sound.c sound.h tilemap.h timer.h ui.c ui.h uimenu.c video.c video.h |
| [src/emu/cpu] | cpu.mak |
| [src/emu/cpu/ssp1610] | ssp1610.c* ssp1610.h* ssp1610d.c* |
| [src/emu/debug] | debugcmd.c debugcmt.c debugcon.c debugcpu.c |
| [src/emu/machine] | generic.c |
| [src/emu/sound] | nes_apu.c samples.c |
| [src/emu/video] | vector.c |
| [src/lib/util] | aviio.c bitmap.c bitmap.h chd.c corefile.c corefile.h unicode.h unzip.c |
| [src/mame] | mame.mak mamedriv.c |
| [src/mame/audio] | 8080bw.c cchasm.c galaxian.c gridlee.c senjyo.c |
| [src/mame/drivers] | 8080bw.c alg.c balsente.c beaminv.c bigfghtr.c ccastles.c cliffhgr.c cloud9.c deco32.c djmain.c dlair.c fcombat.c fgoal.c firebeat.c foodf.c fuukifg2.c fuukifg3.c galaxian.c genesis.c gridlee.c gticlub.c homerun.c hornet.c hshavoc.c laserbas.c magmax.c malzak.c meadows.c megadriv.c megaplay.c megatech.c midvunit.c model2.c mw8080bw.c n8080.c neogeo.c nwk-tr.c polepos.c puckpkmn.c rotaryf.c sbowling.c seattle.c segac2.c segahang.c segaorun.c segas16a.c segas16b.c segas18.c segaxbd.c segaybd.c shanghai.c sprint4.c starfire.c superdq.c topshoot.c tugboat.c ultratnk.c vegas.c |
| [src/mame/etc] | jrcrypt.c |
| [src/mame/includes] | 8080bw.h balsente.h |
| [src/mame/layout] | invrvnge.lay |
| [src/mame/machine] | 6850acia.c 6850acia.h |
| [src/mame/video] | 8080bw.c balsente.c |
| [src/mess] | artworkx.c filemngr.c hashfile.c image.c inputx.c mess.c mess.h mess.mak messopts.c* osdmess.h |
| [src/mess/audio] | svision.c |
| [src/mess/devices] | harddriv.c |
| [src/mess/drivers] | mtx.c |
| [src/mess/machine] | 28f008sa.c 99_hsgpl.c 99_ide.c am29f080.c dgn_beta.c mc10.c msx_slot.c ti85.c |
| [src/mess/osd/windows] | configms.c configms.h winmess.c |
| [src/mess/tools/imgtool] | imgtool.mak main.c stream.c stubs.c |
| [src/mess/tools/imgtool/windows] | wmain.c |
| [src/mess/tools/messtest] | testmess.c tststubs.c |
| [src/mess/video] | dgn_beta.c m6847.c |
| [src/osd] | osdcore.h |
| [src/osd/osdmini] | minifile.c |
| [src/osd/windows] | config.c drawd3d.c drawdd.c input.c sound.c video.c video.h window.c winfile.c winmain.c wintime.c winutil.c winutil.h winwork.c |
| [src/osd/windows/ui] | properties.c screenshot.c win32ui.c |
| [src/tools] | chdcd.c chdman.c png2bdc.c regrep.c romcmp.c runtest.cmd srcclean.c* tools.mak |
| r117 Thursday 15th March, 2007 at 22:26:28 UTC by Phill Harvey-Smith |
|---|
| Fixed CoCo3 cart handling, added auto-detection of dos roms |
| [src/mess/drivers] | coco.c |
| [src/mess/includes] | cococart.h |
| [src/mess/machine] | coco.c cococart.c |
| r116 Thursday 15th March, 2007 at 18:53:14 UTC by Wilbert Pol |
|---|
| [GAMEBOY] Updated MMM01 mapper behaviour (still preliminary) |
| [src/mess/drivers] | gb.c |
| [src/mess/machine] | gb.c |
| r115 Thursday 15th March, 2007 at 07:32:53 UTC by Curt Coder |
|---|
| [TMC600] Cleanups |
| [src/mess/drivers] | tmc600.c |
| r114 Wednesday 14th March, 2007 at 21:01:01 UTC by Wilbert Pol |
|---|
| [GAMEBOY] preliminary support for MMM01 mapper |
| [src/mess/drivers] | gb.c |
| [src/mess/machine] | gb.c |
| r113 Wednesday 14th March, 2007 at 13:56:32 UTC by Curt Coder |
|---|
| [TMC600] Fix double width mode in cdp1869 |
| [src/mame/video] | cdp1869.c |
| r112 Wednesday 14th March, 2007 at 00:49:19 UTC by Nathan Woods |
|---|
| [COCO] Fixed PIA misconfiguration. (bug #1115) [tim lindner] |
| [docs] | messnew.txt |
| [src/mess/machine] | coco.c |
| r111 Sunday 11th March, 2007 at 22:07:02 UTC by Nathan Woods |
|---|
| 1. [THOMSON] Switch 6850 ACIA implementations to use the MAME version. [Antoine Mine] 2. Changed call in old 6850 code, due to namespace collision |
| [docs] | messnew.txt |
| [src/mess] | mess.mak |
| [src/mess/machine] | mc6850.c mc6850.h osi.c thomson.c |
| r110 Saturday 10th March, 2007 at 22:01:13 UTC by Wilbert Pol |
|---|
| [GAMEGEAR] Fixed scaling in sms compatibility mode for 224 line screens. |
| [src/mess/video] | smsvdp.c |
| r109 Saturday 10th March, 2007 at 21:53:13 UTC by Wilbert Pol |
|---|
| Replacing strcasestr with standard available strstr |
| [src/mess/machine] | sms.c |
| r108 Saturday 10th March, 2007 at 21:48:07 UTC by Wilbert Pol |
|---|
| [GAMEGEAR] Improved emulation of the Codemasters mapper. |
| [src/mess/drivers] | sms.c |
| [src/mess/includes] | sms.h |
| [src/mess/machine] | sms.c |
| r107 Saturday 10th March, 2007 at 17:46:12 UTC by Wilbert Pol |
|---|
| [SMS/GAMEGEAR] Improved codemaster mapper detection code to prevent false positives. |
| [src/mess/machine] | sms.c |
| r106 Saturday 10th March, 2007 at 17:36:26 UTC by Wilbert Pol |
|---|
| Added gamegear sms compatibility mode. |
| [docs] | messnew.txt |
| r105 Saturday 10th March, 2007 at 06:56:33 UTC by R. Belmont |
|---|
| [SDLMESS] Updating to 0.113u1 compatible OSD components. |
| [ROOT] | makefile.sdl |
| [src/osd/sdl] | sdltime.c video.c |
| r104 Saturday 10th March, 2007 at 01:31:45 UTC by Nathan Woods |
|---|
| [Messtest] Defaulting to no throttling |
| [src/mess/tools/messtest] | main.c |
| r103 Saturday 10th March, 2007 at 01:18:26 UTC by Nathan Woods |
|---|
| Updated to 0.113u1 MAME core |
| [ROOT] | makefile makefile.mes |
| [docs] | messnew.txt |
| [src/emu] | audit.c cpuexec.c driver.h emu.mak fileio.c fileio.h inptport.c mame.h mamecore.h options.c options.h rendfont.c restrack.c tilemap.c tilemap.h timer.h ui.c uismall.png* video.c video.h |
| [src/emu/cpu/ccpu] | ccpu.c ccpu.h |
| [src/emu/cpu/tms34010] | 34010gfx.c tms34010.c |
| [src/emu/debug] | debugcmd.c debugcpu.c debugvw.c |
| [src/mame] | mamedriv.c |
| [src/mame/drivers] | amidar.c arcadecl.c artmagic.c asteroid.c atarig1.c atarig42.c atarigt.c atarigx2.c atarisy1.c atarisy2.c atetris.c aztarac.c badlands.c bagman.c bankp.c batman.c beathead.c bfcobra.c blstroid.c boxer.c btoads.c bwidow.c cball.c centiped.c changela.c cinemat.c circus.c cninja.c coolpool.c cosmic.c cyberbal.c deco32.c deco_mlc.c destroyr.c dorachan.c dragrace.c enigma2.c eprom.c exerion.c exterm.c fastlane.c fcombat.c firebeat.c firetrk.c flyball.c foodf.c galaxian.c gauntlet.c harddriv.c jedi.c kaneko16.c karnov.c klax.c lethalj.c magmax.c meritm.c mgolf.c mhavoc.c micro3d.c midtunit.c midwunit.c midxunit.c midyunit.c missile.c mw8080bw.c offtwall.c omegrace.c pengo.c quantum.c rampart.c relief.c royalmah.c runaway.c scobra.c scramble.c segag80r.c segag80v.c segas16a.c seta.c sg1000a.c shuuz.c skullxbo.c spiders.c sprint2.c sprint4.c sprint8.c thunderj.c tickee.c toobin.c videopin.c vindictr.c wolfpack.c xain.c xtheball.c xybots.c |
| [src/mame/includes] | exerion.h harddriv.h lethalj.h |
| [src/mame/machine] | atarigen.c atarigen.h harddriv.c irobot.c kaneko16.c kanekotb.h |
| [src/mame/video] | artmagic.c atarig1.c atarig42.c atarigx2.c atarimo.c atarirle.c atarisy1.c atarisy2.c avgdvg.c badlands.c blstroid.c btoads.c cave.c cosmic.c exerion.c exterm.c gauntlet.c harddriv.c lethalj.c micro3d.c midtunit.c midvunit.c midyunit.c mustache.c skullxbo.c tickee.c toobin.c |
| [src/mess/osd/windows] | menu.c |
| [src/mess/tools/messtest] | main.c testmess.c tststubs.c |
| [src/osd] | osdcore.h osdepend.h |
| [src/osd/osdmini] | minitime.c |
| [src/osd/windows] | config.c debugwin.c drawdd.c video.c video.h window.c wintime.c |
| [src/tools] | png2bdc.c* regrep.c tools.mak |
| r102 Friday 9th March, 2007 at 17:39:01 UTC by Wilbert Pol |
|---|
| [SMS/GAMEGEAR] Cleaned up palette code. Removed unused debugging code. Added support for SMS Compatibility mode in the gamegear drivers. |
| [src/mess/drivers] | sms.c |
| [src/mess/includes] | sms.h |
| [src/mess/machine] | sms.c |
| [src/mess/video] | smsvdp.c |
| r101 Friday 9th March, 2007 at 07:48:21 UTC by Curt Coder |
|---|
| [TMC600] Fixed keyboard |
| [src/mess/drivers] | tmc600.c |
| r100 Friday 9th March, 2007 at 07:41:48 UTC by Curt Coder |
|---|
| [QL} Updated to use system bioses |
| [src/mess] | messdriv.c |
| [src/mess/drivers] | ql.c |
| r99 Friday 9th March, 2007 at 05:15:35 UTC by R. Belmont |
|---|
| [APPLE2GS] Use correct clocks derived from schematics |
| [src/mess/drivers] | apple2gs.c |
| [src/mess/includes] | apple2gs.h |
| [src/mess/machine] | apple2gs.c |
| r98 Friday 9th March, 2007 at 04:47:58 UTC by R. Belmont |
|---|
| [APPLE2GS] Hooked up most bits in KEYMODREG, Nucleus keypad controls now work. |
| [src/mess/machine] | apple2gs.c ay3600.c ay3600.h |
| r97 Friday 9th March, 2007 at 04:08:06 UTC by R. Belmont |
|---|
| [SDLMESS] Keymapper improvements + fix compiling on some older Linux distros. |
| [src/osd/sdl] | input.c sdlsync.c testkeys.c video.c |
| r96 Friday 9th March, 2007 at 03:13:29 UTC by Nathan Woods |
|---|
| Prep for next dev cycle |
| [docs] | messnew.txt |
| [src] | version.c |
| [src/osd/windows/ui] | mame32.rc |
| r95 Friday 9th March, 2007 at 00:28:29 UTC by Dan Boris |
|---|
| -- |
| [src/mess] | messdriv.c |
| Previous 50 | 15994 Revisions | Next 50 |