MESS moved to SVN and was later merged into the MAME SVN.
| Previous 50 | 8919 Revisions | Next 50 |
| Saturday 16th December, 2006 at 00:51:25 UTC by Nathan Woods |
|---|
| [AMIGA] Fixed regressions; now boots properly. [Ernesto Corvi] |
| [docs] | messnew.txt |
| [mess/systems] | amiga.c |
| [src/machine] | 6526cia.c |
| Friday 15th December, 2006 at 12:50:33 UTC by Nathan Woods |
|---|
| Changed -biospath command line option to be -rompath. -biospath still works but it is secondary and configuration files created by MESS will use -rompath. Also removed -softwarepath, paths passed on the command line will now be absolute. The concept of software paths will continue within the MESS GUI. |
| [docs] | messnew.txt |
| [mess] | image.c |
| [mess/tools/messtest] | testmess.c |
| [src] | fileio.h options.c options.h |
| Wednesday 13th December, 2006 at 02:11:42 UTC by Nathan Woods |
|---|
| Prep for next dev cycle |
| [docs] | messnew.txt |
| [src] | version.c |
| [src/ui] | mame32.rc |
| Tuesday 12th December, 2006 at 04:09:21 UTC by Nathan Woods |
|---|
| Fixed a few #include declarations to include mame.h instead of driver.h |
| [mess/machine] | pclpt.c tc8521.c |
| [mess/vidhrdw] | crtc6845.c |
| Tuesday 12th December, 2006 at 03:24:50 UTC by Nathan Woods |
|---|
| Rearranged a few #include directives, was able to readd a "#pragma once" declaration that was crashing MinGW. |
| [mess] | image.h mess.h messdrv.h uimess.h |
| [mess/tools/messtest] | tststubs.c |
| [src] | osdepend.h |
| Monday 11th December, 2006 at 23:51:59 UTC by Nathan Woods |
|---|
| Updated to 0.111 core |
| [ROOT] | whatsnew.txt |
| [docs] | messnew.txt |
| [src] | mamedriv.c uimenu.c |
| [src/drivers] | alg.c slapfght.c |
| [src/machine] | neoboot.c |
| [src/vidhrdw] | slapfght.c |
| [src/windows] | drawd3d.c |
| Sunday 10th December, 2006 at 19:52:05 UTC by Wilbert Pol |
|---|
| [WSWAN] Updated documentation on I/O port 0xA0 |
| [mess/machine] | wswan.c |
| Friday 8th December, 2006 at 00:29:10 UTC by Nathan Woods |
|---|
| Updated to MAME 0.110u5 core |
| Monday 4th December, 2006 at 11:55:14 UTC by Nathan Woods |
|---|
| [Windows] More Unicode bulletproofing |
| [mess/windows] | dialog.c dialog.h |
| Monday 4th December, 2006 at 01:45:46 UTC by Nathan Woods |
|---|
| [Windows] Minor unicode cleanliness cleanups |
| [mess/windows] | dialog.c menu.c |
| Sunday 3rd December, 2006 at 23:36:01 UTC by Nathan Woods |
|---|
| dded an SP0256 sound core. [tim lindner] |
| [docs] | messnew.txt |
| [mess] | mess.mak |
| [mess/sound] | sound.mak sp0256.c* sp0256.h* |
| [src] | sndintrf.c sndintrf.h |
| Sunday 3rd December, 2006 at 18:08:35 UTC by Tim Lindner |
|---|
| 7000dasm.c: added DASMFLAG_STEP_OVER to trap opcodes. 7000dasm.c: Fixed case DONE to fall thru to the return outside of the switch statemenat. This fixes new debugger feaures. All files: Updated my email address. tms7000.c: Added some references to specific features. |
| [mess/cpu/tms7000] | 7000dasm.c tms7000.c tms7000.h tms70op.c tms70tb.c |
| Saturday 2nd December, 2006 at 14:25:47 UTC by Nathan Woods |
|---|
| [A7800] Updated palette [Nabuko78] |
| [docs] | messnew.txt |
| [mess/systems] | a7800.c atari.c |
| Saturday 2nd December, 2006 at 14:20:05 UTC by Nathan Woods |
|---|
| Fixed regression introduced in my fix to bug #973 |
| [mess] | image.c |
| Friday 1st December, 2006 at 12:39:54 UTC by Nathan Woods |
|---|
| Updated to MAME 0.110u4 core |
| Thursday 30th November, 2006 at 21:13:34 UTC by Wilbert Pol |
|---|
| [SMS/SMSPAL] Added support for Missile Defense v4.4 bios. |
| [mess/systems] | sms.c |
| Thursday 30th November, 2006 at 03:26:58 UTC by Nathan Woods |
|---|
| Fixed regression introduced in 0.110 that caused battery backed NVRAM files to not be written unless the file already existed. (bug #974) |
| [docs] | messnew.txt |
| [mess] | image.c |
| Thursday 30th November, 2006 at 02:40:57 UTC by Nathan Woods |
|---|
| [SNES] Reworked SNES raster timing to use MDRV_SCREEN_RAW_PARAMS. [R. Belmont] |
| [mess/systems] | snes.c |
| [src/drivers] | kinstb.c nss.c |
| [src/includes] | snes.h |
| [src/machine] | snes.c snesdsp1.c |
| Wednesday 29th November, 2006 at 02:04:45 UTC by Nathan Woods |
|---|
| Fixed opening up specific images within zip files that contain multiple images. (bug #973) |
| [docs] | messnew.txt |
| [mess] | image.c |
| Monday 27th November, 2006 at 23:51:25 UTC by Nathan Woods |
|---|
| Ran the documentation through HTML Tidy |
| [docs/windows] | choice.htm compile.htm config.htm control.htm guiconf.htm guiuse.htm install.htm instbios.htm main.htm mgebios.htm osmenu.htm runsw.htm suppsys.htm update.htm win32cmd.htm |
| Monday 27th November, 2006 at 11:59:15 UTC by Nathan Woods |
|---|
| Fixed another uninitialized variable that caused a CHD regression in 0.110u3 |
| [mess/devices] | harddriv.c |
| Monday 27th November, 2006 at 01:35:33 UTC by Nathan Woods |
|---|
| 1. Fixed hard disk regression introduced in 0.110u3 2. [AMSTRAD] Minor floppy disk cleanup. 3. Minor devices fix when there are no devices and device_count() is called |
| [docs] | messnew.txt |
| [mess] | device.c |
| [mess/devices] | dsk.c harddriv.c |
| Sunday 26th November, 2006 at 13:46:52 UTC by Nathan Woods |
|---|
| 1. [SGI] Fixed regression just introduced in 0.110u3 2. [Messtest] Fixed when running under debug |
| [mess/systems] | ip20.c ip22.c |
| [mess/tools/messtest] | main.c |
| Sunday 26th November, 2006 at 12:24:34 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.110u3 core 2. Renamed the "hash_directory" option to "hashpath". [Aaron Giles] |
| Tuesday 21st November, 2006 at 20:46:00 UTC by Wilbert Pol |
|---|
| [GAMEBOY] Disallow writing to OAM when STAT is 02 or 03. Disallow writing to VRAM when STAT is 03. Fixed rendering of leftmost tile on big endian machines. Improved LCD timing. Moved scanline rendering to STAT 03 -> 00 transition. Improved window rendering. |
| [mess/includes] | gb.h |
| [mess/machine] | gb.c |
| [mess/systems] | gb.c |
| [mess/vidhrdw] | gb.c |
| Tuesday 21st November, 2006 at 11:42:23 UTC by Nathan Woods |
|---|
| [A7800] Updated palette file. [Nabuko78] |
| [docs] | messnew.txt |
| [mess/systems] | a7800.c |
| Sunday 19th November, 2006 at 20:48:20 UTC by Wilbert Pol |
|---|
| [GAMEGEAR] Removing wrong bios flag from gamegear driver definition. |
| [mess/systems] | sms.c |
| Sunday 19th November, 2006 at 13:45:28 UTC by Nathan Woods |
|---|
| Fixed help file to remove reference to "Neo-Geo" under BIOS option |
| [docs/windows] | guiconf.htm win32cmd.htm |
| Sunday 19th November, 2006 at 00:35:00 UTC by Nathan Woods |
|---|
| [DGNBETA] Fixed regressions introduced in 0.110. (bug #970) [Phill Harvey-Smith] |
| [docs] | messnew.txt |
| [mess/includes] | dgn_beta.h |
| [mess/machine] | dgn_beta.c |
| [mess/vidhrdw] | dgn_beta.c |
| Saturday 18th November, 2006 at 17:07:49 UTC by Nathan Woods |
|---|
| Removed a stub disassembler from the v30mz core, as per MAME conventions. |
| [docs] | messnew.txt |
| [mess/cpu/v30mz] | v30mz.c |
| Saturday 18th November, 2006 at 16:58:38 UTC by Nathan Woods |
|---|
| [COCO] Implemented Diecom Light Gun Adapter. (bug #971) [Tim Lindner] |
| [docs] | messnew.txt |
| [mess/machine] | coco.c |
| [mess/systems] | coco.c |
| Saturday 18th November, 2006 at 13:02:15 UTC by Nathan Woods |
|---|
| Updated sysinfo.dat [Antoine Mine] |
| [ROOT] | sysinfo.dat |
| Saturday 18th November, 2006 at 12:38:14 UTC by Nathan Woods |
|---|
| [SVISION] Fixed the aspect ratio. [Peter Trauner] |
| [docs] | messnew.txt |
| [mess] | mess.mak |
| [mess/layout] | svision.lay* |
| [mess/systems] | svision.c |
| Friday 17th November, 2006 at 12:19:28 UTC by Nathan Woods |
|---|
| Updated to MAME 0.110u2 core |
| Thursday 16th November, 2006 at 02:07:32 UTC by Nathan Woods |
|---|
| Prep for next MESS dev cycle |
| [docs] | messnew.txt |
| [src] | version.c |
| [src/ui] | mame32.rc |
| Thursday 16th November, 2006 at 00:52:28 UTC by Nathan Woods |
|---|
| Doh forgot to update this file |
| [src] | version.c |
| Wednesday 15th November, 2006 at 10:26:10 UTC by Nathan Woods |
|---|
| Doh... stupid mistakes |
| [mess/windows] | dialog.c |
| [src/windows] | window.c |
| Wednesday 15th November, 2006 at 10:17:56 UTC by Nathan Woods |
|---|
| [Windows] Fixed customize input dialogs. [Nate Woods] |
| [docs] | messnew.txt |
| [mess/windows] | dialog.c |
| [src/windows] | window.c window.h |
| Monday 13th November, 2006 at 10:30:30 UTC by Nathan Woods |
|---|
| Disabled some logging |
| [mess/vidhrdw] | m6847.c |
| [mess/windows] | dialog.c |
| Sunday 12th November, 2006 at 22:49:05 UTC by Nathan Woods |
|---|
| Fixed bug #969 |
| [src] | rendlay.c |
| Sunday 12th November, 2006 at 19:27:44 UTC by Nathan Woods |
|---|
| [APPLE2] Fixed write support on 5.25" drives under certain situations. [Chad] |
| [mess/machine] | applefdc.c |
| Sunday 12th November, 2006 at 19:22:09 UTC by Nathan Woods |
|---|
| [Windows GUI] Fixed ZIP file reading regression from 0.109u1 [Chad] |
| [mess/ui] | softwarepicker.c |
| Sunday 12th November, 2006 at 19:11:29 UTC by Nathan Woods |
|---|
| Marking bug # |
| [docs] | messnew.txt |
| Sunday 12th November, 2006 at 19:09:20 UTC by Nathan Woods |
|---|
| [MPF1] New artwork. [Giel van Schijndel] |
| [artwork] | mpf1.zip |
| [docs] | messnew.txt |
| Sunday 12th November, 2006 at 18:30:44 UTC by Nathan Woods |
|---|
| Oops forgot to commit this |
| [mess/windows] | configms.h |
| Sunday 12th November, 2006 at 18:29:31 UTC by Nathan Woods |
|---|
| [Windows] Fixed other writeconfig problems; also refactored some hooks into MAME |
| [mess/windows] | configms.c |
| [src/windows] | config.c |
| Sunday 12th November, 2006 at 17:42:27 UTC by Nathan Woods |
|---|
| [Windows] Fixed writeconfig regression introduced in 0.109u1 |
| [mess/windows] | configms.c |
| Sunday 12th November, 2006 at 16:41:10 UTC by Nathan Woods |
|---|
| [Messtest] Fixed screen snapshot saving bug introduced in 0.109u1 |
| [mess/tools/messtest] | testmess.c |
| Saturday 11th November, 2006 at 13:40:10 UTC by Nathan Woods |
|---|
| Fixed SGI crash (bug #968) |
| [src/machine] | scsicd.c |
| Saturday 11th November, 2006 at 09:59:58 UTC by Nathan Woods |
|---|
| Implemented VGA line control register [Barry Rodewald] |
| [docs] | messnew.txt |
| [mess/vidhrdw] | pc_vga.c |
| Previous 50 | 8919 Revisions | Next 50 |