MESS moved to SVN and was later merged into the MAME SVN.
| Previous 50 | 8919 Revisions | Next 50 |
| Friday 27th January, 2006 at 07:03:42 UTC by Lawrence Gold |
|---|
| Up-to-date with 0.103. |
| [src/unix] | config.c effect.c |
| [src/unix/doc] | changes.unix |
| [src/unix/doc/mame] | whatsnew.txt |
| [src/unix/doc/mess] | messnew.txt |
| Friday 27th January, 2006 at 06:58:16 UTC by Lawrence Gold |
|---|
| Added error support to osd_fopen(). |
| [src/unix] | fileio.c |
| Friday 27th January, 2006 at 04:39:15 UTC by Nathan Woods |
|---|
| Sync with MAME32 |
| [src/ui] | audit32.c layout.c m32util.c m32util.h mame32.rc options.c options.h properties.c resource.h resource.hm treeview.h |
| Thursday 26th January, 2006 at 14:22:09 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.103u4 core. 2. Enhanced error reporting when loading images. (bug #827) |
| Thursday 26th January, 2006 at 03:44:45 UTC by Nathan Woods |
|---|
| Added device_instancename() and device_briefinstancename() calls |
| [mess] | device.c device.h |
| Tuesday 24th January, 2006 at 23:44:44 UTC by Nathan Woods |
|---|
| Fixed minor 64-bit portability problem |
| [mess/tools/imgtool] | imgtool.c |
| Tuesday 24th January, 2006 at 00:24:02 UTC by Nathan Woods |
|---|
| 1. [PCE] Updated renderer. [Rob Bohms] 2. [VTECH1] Fixed key definitions. (bug #835) [Robert] |
| [docs] | messnew.txt |
| [mess/systems] | pce.c vtech1.c |
| [mess/vidhrdw] | vdc.c vdc.h |
| Monday 23rd January, 2006 at 04:30:40 UTC by Nathan Woods |
|---|
| [COCO3] Fixed a timing bug in video rendering. (bug #743) |
| [docs] | messnew.txt |
| [mess] | videomap.c |
| Monday 23rd January, 2006 at 02:23:20 UTC by Nathan Woods |
|---|
| Added DEVINFO_STR_SHORT_NAME |
| [mess] | device.h |
| [mess/systems] | apple2gs.c |
| Monday 23rd January, 2006 at 00:41:32 UTC by Nathan Woods |
|---|
| [SATURN] Specified CD-ROM device count |
| [mess/systems] | saturn.c |
| Saturday 21st January, 2006 at 04:19:54 UTC by Nathan Woods |
|---|
| 1. Changed true/false to TRUE/FALSE 2. [Windows] Fixed a bug that caused crashes if a dialog was presented, the emulation reset, and a subsequent dialog presented. (bug #834) |
| Friday 20th January, 2006 at 13:24:00 UTC by Nathan Woods |
|---|
| x86 enhancements: - Fixed A20 mask implementation - Added A20 mask to debugger translate callback - Implemented Pentium opcode CMPXCHG8B - Fixed XADD, and added support for the 8 and 16 bit variants |
| [src/cpu/i386] | i386.h i386dasm.c i386ops.h i486ops.c pentops.c |
| Friday 20th January, 2006 at 10:49:21 UTC by Hans de Goede |
|---|
| Unix: cleanup VMS homedir handling |
| [src/unix] | dirio.c |
| Friday 20th January, 2006 at 03:00:06 UTC by Nathan Woods |
|---|
| Fixed bug registering the "input" debugger command |
| [mess] | inputx.c |
| Friday 20th January, 2006 at 02:00:49 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.103u3 core 2. [Windows GUI] Fixed a bug that caused zip files where the file extension was not all lowercase to not be recognized as such. (bug #831) [Oliver Stoenberg] |
| Thursday 19th January, 2006 at 01:31:23 UTC by Nathan Woods |
|---|
| Modernized validity checks, and cartridge callbacks only get installed if carts are found in the ROM_* decl |
| [mess] | mesvalid.c |
| [mess/devices] | cartslot.c |
| Wednesday 18th January, 2006 at 17:34:37 UTC by Hobie Troxell |
|---|
| Added back missing mtx512 text (bug #817). Original text by gerco. |
| [ROOT] | sysinfo.dat |
| Wednesday 18th January, 2006 at 04:33:04 UTC by Nathan Woods |
|---|
| [EXIDY] Fixed keyboard, printer and video speed. Added natural keyboard support. Also added diskless exidy. [Robert] |
| [docs] | messnew.txt |
| [mess] | system.c |
| [mess/systems] | exidy.c |
| Wednesday 18th January, 2006 at 03:45:21 UTC by Nathan Woods |
|---|
| 1. Moved MESS specific validity code into separate file 2. Added DEVINFO_STR_NAME and DEVINFO_STR_DESCRIPTION, to provide descriptions and command line parameter names specific to individual devices. Added these options to the Apple IIgs |
| [docs] | messnew.txt |
| [mess] | device.c device.h mess.c mess.mak mesvalid.c* |
| [mess/systems] | apple2gs.c |
| Wednesday 18th January, 2006 at 01:30:19 UTC by Nathan Woods |
|---|
| Built on yesterday's device update; changed strings so that they are specified using a trick similar to CPU and sound cores |
| Tuesday 17th January, 2006 at 13:28:05 UTC by Nathan Woods |
|---|
| 1. Fixed some cassette regressions introduced in yesterdays transition. 2. [PC] Fixed a keyboard bug introduced in Saturday's cleanups (bug #828) 3. Fixed a regression introduced yesterday that could cause the system to lose track of which file extensions pertain to any given device. |
| Tuesday 17th January, 2006 at 04:13:46 UTC by Nathan Woods |
|---|
| Changed how devices are specified. The new system resembles how MAME CPU and sound cores are specified. |
| Tuesday 17th January, 2006 at 00:22:22 UTC by Hobie Troxell |
|---|
| Fix name of Supervision |
| [mess] | system.c |
| [mess/systems] | svision.c |
| Monday 16th January, 2006 at 14:37:06 UTC by Nathan Woods |
|---|
| 1. Moved sonydriv.[c|h] and appldriv.[c|h] into mess/devices 2. [Imgtool] Merged in some code that I've had on the backburner for a while |
| [mess] | mess.mak |
| [mess/devices] | appldriv.c* appldriv.h* sonydriv.c* sonydriv.h* |
| [mess/machine] | |
| [mess/systems] | apple2.c apple2gs.c apple3.c lisa.c mac.c |
| [mess/tools/imgtool] | iflopimg.c iflopimg.h imgfile.c imgtool.c imgtool.h library.h |
| Monday 16th January, 2006 at 05:15:23 UTC by Nathan Woods |
|---|
| Properly identifying "telengard" |
| [docs] | messnew.txt |
| Monday 16th January, 2006 at 04:41:07 UTC by Nathan Woods |
|---|
| 1. PC keyboard cleanups 2. AT cleanups; also added generic memory_install_* calls 3. Natural keyboard cleanups. Got rid of QUEUE_CHARS/ACCEPT_CHARS/ CHARQUEUE_EMPTY, these callbacks are now installed by code 4. Fixed i386 A20 gating 5. Fixed a file manager memory allocation bug. [Telengard] |
| Friday 13th January, 2006 at 05:49:21 UTC by Lawrence Gold |
|---|
| Fixed several snprintf calls that had the size argument in the wrong position. |
| [src/unix] | xmess.c |
| Friday 13th January, 2006 at 02:53:12 UTC by Nathan Woods |
|---|
| Minor syntactical change |
| [mess/systems] | genesis.c |
| Thursday 12th January, 2006 at 21:30:38 UTC by Lawrence Gold |
|---|
| The "-createhd" and "-merge" operations in chdman are a lot faster on Linux. (Submitted upstream.) |
| [src] | chdman.c |
| Thursday 12th January, 2006 at 21:29:52 UTC by Lawrence Gold |
|---|
| Files larger than 2GB can now be accessed on platforms with large file support. |
| [src/unix] | fileio.c unix.mak |
| Wednesday 11th January, 2006 at 14:10:53 UTC by Nathan Woods |
|---|
| Updated to MAME 0.103u2 core |
| Tuesday 10th January, 2006 at 17:15:46 UTC by Lawrence Gold |
|---|
| Fixed several buffer overruns that occurred when overly-long data was passed for "-ctrlr", "-lang", "-rec", and "-pb". Fixed other potential buffer overruns. Bugzilla bug 821. (Submitted upstream.) |
| [src] | fileio.c |
| Tuesday 10th January, 2006 at 17:14:37 UTC by Lawrence Gold |
|---|
| Fixed several buffer overruns that occurred when overly-long data was passed for "-ctrlr", "-lang", "-rec", and "-pb". Fixed other potential buffer overruns. Bugzilla bug 821. |
| [src/unix] | config.c dirio.c fileio.c xmess.c |
| Tuesday 10th January, 2006 at 14:23:11 UTC by Nathan Woods |
|---|
| [OS9] Removed a limitation that prevented images from loading that have allocation bitmaps larger than 1024 bytes. (bug #825) |
| [docs] | messnew.txt |
| [mess/tools/imgtool] | imgfile.c imgtool.h os9.c |
| Sunday 8th January, 2006 at 22:52:12 UTC by Nathan Woods |
|---|
| 1. PC Engine improvements [Rob Bohms] - splits TG-16 from PC Engine - Fixes inputs for both - Fixes reads from the PSG - T flag is now supported - VRAM Read and DMA fixes 2. Fixed bug in MESS debugger input command [Nate Woods] |
| [mess] | inputx.c system.c |
| [mess/includes] | pce.h |
| [mess/machine] | pce.c |
| [mess/systems] | pce.c |
| [mess/vidhrdw] | vdc.c |
| [src/cpu/h6280] | h6280.c h6280.h h6280ops.h |
| [src/sound] | c6280.c c6280.h |
| Thursday 5th January, 2006 at 14:02:55 UTC by Nathan Woods |
|---|
| Merged in formatting changes from MAME |
| [src/machine] | pckeybrd.c |
| Thursday 5th January, 2006 at 04:22:05 UTC by Nathan Woods |
|---|
| Updated to MAME 0.103u1 core |
| Wednesday 4th January, 2006 at 00:50:21 UTC by Nathan Woods |
|---|
| Added two new PSX bioses |
| [docs] | messnew.txt |
| [mess] | system.c |
| [mess/systems] | psx.c |
| Tuesday 3rd January, 2006 at 23:54:29 UTC by Nathan Woods |
|---|
| 1. Fix to PC CGA code, in case videoram is preallocated 2. [Messtest] Clears out videoram, videoram_size and dirtybuffer; fixes some multisession problems created in the previous fix |
| [mess/tools/messtest] | testmess.c |
| [mess/vidhrdw] | pc_cga.c |
| Tuesday 3rd January, 2006 at 22:47:43 UTC by Wilbert Pol |
|---|
| [PCE] Added mirroring of upper 128KB part of 384KB images. |
| [mess/machine] | pce.c |
| Tuesday 3rd January, 2006 at 18:43:09 UTC by Wilbert Pol |
|---|
| [PCE] Added support for ROM_SPLIT feature in extrainfo section in hashfile |
| [mess/machine] | pce.c |
| Tuesday 3rd January, 2006 at 17:24:04 UTC by Wilbert Pol |
|---|
| [PCE] 1. hash calculation ignores headers 2. RAM page F8 is mirrored at pages F9, FA, and FB. |
| [mess/includes] | pce.h |
| [mess/systems] | pce.c |
| Tuesday 3rd January, 2006 at 16:17:03 UTC by Lawrence Gold |
|---|
| Missed from the 0.103 update. |
| [src/drivers] | pgm.c |
| Tuesday 3rd January, 2006 at 01:59:44 UTC by Nathan Woods |
|---|
| Small enhancements to the MAME debugger; traceflush command and script comment support |
| [src/debug] | debugcmd.c debugcpu.c debugcpu.h debughlp.c |
| Monday 2nd January, 2006 at 22:17:02 UTC by Nathan Woods |
|---|
| Merged in formatting changes from MAME |
| [src/machine] | mc146818.c |
| Monday 2nd January, 2006 at 19:11:48 UTC by Nathan Woods |
|---|
| 1. [PC] Fixed PC keyboard ESC char code (it is now 27; used to be 26) 2. Added a "input" command to the debugger |
| [docs] | messnew.txt |
| [mess] | inputx.c inputx.h |
| [src/machine] | pckeybrd.c |
| Monday 2nd January, 2006 at 15:56:33 UTC by Nathan Woods |
|---|
| Minor cleanups and debugging code additions |
| [ROOT] | makefile.mes |
| [mess/machine] | pc_hdc.c |
| Sunday 1st January, 2006 at 23:07:41 UTC by Nathan Woods |
|---|
| [PCE] Various improvements; removed GAME_NOT_WORKING flag. [Rob Bohms and Charles MacDonald] |
| Sunday 1st January, 2006 at 18:31:19 UTC by Mathis Rosenhauer |
|---|
| Init RAM with random values. This seeds the PRNG correctly which is used to randomize the minefields in minestorm. |
| [mess/includes] | vectrex.h |
| [mess/machine] | vectrex.c |
| [mess/systems] | vectrex.c |
| Friday 30th December, 2005 at 20:54:18 UTC by Nathan Woods |
|---|
| Preparing for next MESS version |
| [docs] | messnew.txt |
| [src] | version.c |
| [src/ui] | mame32.rc |
| Previous 50 | 8919 Revisions | Next 50 |