MESS moved to SVN and was later merged into the MAME SVN.
| Previous 50 | 8919 Revisions | Next 50 |
| Wednesday 22nd February, 2006 at 01:06:19 UTC by Nathan Woods |
|---|
| [MPF1] Added sound support and other enhancements. [Giel van Schijndel] |
| [docs] | messnew.txt |
| [mess/systems] | mpf1.c |
| Monday 20th February, 2006 at 19:34:16 UTC by Nathan Woods |
|---|
| Forgot to commit these |
| [mess] | mess.mak |
| [src/machine] | pcshare.h |
| Monday 20th February, 2006 at 19:27:44 UTC by Nathan Woods |
|---|
| Cleaned up PC shared code; moved joystick code out ot pcshare.c. Also, the PC code now calls uart8250.c directly |
| [mess/machine] | pc_joy.c* pc_joy.h* uart8250.c uart8250.h |
| [mess/systems] | at.c pc.c |
| [src/machine] | pcshare.c |
| Monday 20th February, 2006 at 18:20:39 UTC by Nathan Woods |
|---|
| 1. [Imgtool] The "dir" command will display "<DIR>" for directories. 2. [Imgtool FAT] Now supports FAT file systems without an extended BIOS parameter block. |
| [docs] | messnew.txt |
| [mess/tools/imgtool] | fat.c main.c |
| Monday 20th February, 2006 at 17:34:09 UTC by Nathan Woods |
|---|
| Cleaned up device_initialload() wackyness |
| [mess] | mesintrf.c mess.c mess.h |
| [src] | mame.c |
| Monday 20th February, 2006 at 15:20:47 UTC by Nathan Woods |
|---|
| Added an AT Pentium driver |
| [docs] | messnew.txt |
| [mess] | mess.mak system.c |
| [mess/includes] | at.h |
| [mess/machine] | at.c i82439tx.c* i82439tx.h* |
| [mess/systems] | at.c |
| Sunday 19th February, 2006 at 23:12:23 UTC by Lawrence Gold |
|---|
| Updated for 0.104. |
| [src/unix/doc] | changes.unix |
| Sunday 19th February, 2006 at 23:11:03 UTC by Lawrence Gold |
|---|
| Performing "make install" now installs tools such as romcmp and chdman. |
| [src/unix] | unix.mak |
| Sunday 19th February, 2006 at 21:51:20 UTC by Nathan Woods |
|---|
| 1. [Windows] Fixed bug #846 2. Added Aquarius test case |
| [mess/tests] | mess_aquarius.xml* |
| [mess/windows] | configms.c |
| Friday 17th February, 2006 at 04:17:43 UTC by Lawrence Gold |
|---|
| Made osd_being_final_unloading() an empty function again, since it's not needed for xmess and I don't feel like figuring out why it segfaults sometimes. :-) |
| [src/unix] | config.c |
| Thursday 16th February, 2006 at 20:09:13 UTC by Lawrence Gold |
|---|
| osd_begin_final_unloading() is now limited to xmess builds. |
| [src/unix] | config.c |
| Thursday 16th February, 2006 at 14:46:10 UTC by Nathan Woods |
|---|
| Updated to MAME 0.104u2 core |
| Monday 13th February, 2006 at 19:51:26 UTC by Wilbert Pol |
|---|
| [STUDIO2] Fixed loading of .ST2 image files |
| [mess/systems] | studio2.c |
| Monday 13th February, 2006 at 06:25:47 UTC by Lawrence Gold |
|---|
| Changed C++-style comments to C ones. |
| [src/unix] | config.c |
| Sunday 12th February, 2006 at 19:46:05 UTC by Nathan Woods |
|---|
| [MSX] Fixed a crash involving cartridge use. (bug #841) |
| [docs] | messnew.txt |
| [mess/machine] | msx.c |
| Sunday 12th February, 2006 at 17:54:10 UTC by Lawrence Gold |
|---|
| Support for MESS's post-0.104 image-handling changes. Fixed the loading of zipped images. |
| [src/unix] | config.c fileio.c fronthlp.c xmess.c |
| Sunday 12th February, 2006 at 17:53:02 UTC by Lawrence Gold |
|---|
| Preparation for 0.104. |
| [src/unix/doc/mame] | whatsnew.txt |
| [src/unix/doc/mess] | messnew.txt sysinfo.dat |
| Sunday 12th February, 2006 at 06:11:34 UTC by Nathan Woods |
|---|
| 1. Fixed a file manager bug that prevented the last item from being selected. [telengard] |
| [docs] | messnew.txt |
| [mess] | filemngr.c |
| Sunday 12th February, 2006 at 03:36:28 UTC by Nathan Woods |
|---|
| [EXIDY] Added cartridge support. (bug #842) [Robert] |
| [docs] | messnew.txt |
| [mess/systems] | exidy.c |
| Sunday 12th February, 2006 at 01:53:35 UTC by Nathan Woods |
|---|
| 1. [PC8801] Worked around a regression introduced in MESS 0.96. (bug #759) 2. 8255 PPI cleanups |
| [docs] | messnew.txt |
| [mess/machine] | pc8801.c |
| [src/machine] | 8255ppi.c 8255ppi.h |
| Saturday 11th February, 2006 at 16:57:20 UTC by Nathan Woods |
|---|
| Marking bugs #711 and #839 as fixed by the device changes |
| [docs] | messnew.txt |
| Saturday 11th February, 2006 at 15:32:50 UTC by Nathan Woods |
|---|
| Fixed MSVC warning (bug #840) |
| [mess/formats] | adam_dsk.c |
| [mess/machine] | 99_dsk.c |
| Friday 10th February, 2006 at 20:56:56 UTC by Wilbert Pol |
|---|
| [STUDIO2] RCA Studio 2 driver should be working again now. |
| [mess/systems] | studio2.c |
| [mess/vidhrdw] | studio2.c |
| Friday 10th February, 2006 at 14:29:32 UTC by Nathan Woods |
|---|
| Updated to MAME 0.104u1 core |
| Thursday 9th February, 2006 at 03:26:10 UTC by Nathan Woods |
|---|
| Forgot to update this file |
| [mess/ui] | mess32ui.c |
| Thursday 9th February, 2006 at 03:12:10 UTC by Nathan Woods |
|---|
| Neglected to update windows.mak, to remove deleted file |
| [mess/windows] | windows.mak |
| Thursday 9th February, 2006 at 02:00:13 UTC by Nathan Woods |
|---|
| 1. [Windows] Cleaned up some options; removed -listmess and -createdir 2. Removed auto_strlistdup(); was dead code 3. [Windows GUI] Sync with MAME32 4. Updated -listxml to reflect recent device changes 5. Moved -listdevices out of OSD code into MESS core code |
| [docs] | messnew.txt |
| [mess] | infomess.c infomess.h* mess.c mess.h |
| [mess/windows] | configms.c dirio.c |
| [src] | info.c |
| [src/ui] | options.c |
| [src/windows] | fronthlp.c winmain.c |
| Wednesday 8th February, 2006 at 21:17:41 UTC by Wilbert Pol |
|---|
| [STUDIO2] 1. Fixed sound initialization. 2. Set video hardware to disabled on boot. |
| [mess/systems] | studio2.c |
| [mess/vidhrdw] | studio2.c |
| Tuesday 7th February, 2006 at 05:15:11 UTC by Nathan Woods |
|---|
| 1. Eliminated DEVINFO_PTR_GET_NAME; changed to use DEVINFO_STR_DESCRIPTION instead 2. [COCO] Device command line options are now zero counted 3. [APPLE2/3] Changed to use same command line options as Apple IIgs for devices |
| [mess] | device.c device.h |
| [mess/devices] | coco_vhd.c |
| [mess/includes] | primo.h |
| [mess/machine] | primo.c |
| [mess/systems] | apple2.c apple3.c dgn_beta.c dragon.c ip20.c ip22.c primo.c saturn.c |
| Tuesday 7th February, 2006 at 04:09:11 UTC by Lawrence Gold |
|---|
| MESS changes for 0.103u5. |
| [src/unix] | unix.mak |
| Tuesday 7th February, 2006 at 04:03:10 UTC by Nathan Woods |
|---|
| 1. Prepared for next MESS version 2. Changed how devices worked, to better support multiple devices of the same type |
| Tuesday 7th February, 2006 at 02:57:43 UTC by Nathan Woods |
|---|
| Disabling triple buffering; causes problems with MESS's menu system |
| [src/ui] | options.c |
| Tuesday 7th February, 2006 at 02:19:01 UTC by Lawrence Gold |
|---|
| Removed cheat.o, since it appears in src/core.mak. |
| [mess] | mess.mak |
| Tuesday 7th February, 2006 at 01:11:46 UTC by Nathan Woods |
|---|
| Fixed compilation errors |
| [mess/formats] | uef_cas.c |
| Monday 6th February, 2006 at 21:35:29 UTC by Wilbert Pol |
|---|
| Added support for Acorn Electron [Wilbert Pol] |
| [docs] | messnew.txt |
| [mess] | mess.mak system.c |
| [mess/formats] | uef_cas.c* uef_cas.h* |
| [mess/includes] | electron.h* |
| [mess/machine] | electron.c* |
| [mess/systems] | electron.c* |
| [mess/vidhrdw] | electron.c* |
| Monday 6th February, 2006 at 14:26:22 UTC by Nathan Woods |
|---|
| Fixed GUI crash |
| [mess/ui] | softwarepicker.c |
| Monday 6th February, 2006 at 03:38:55 UTC by Nathan Woods |
|---|
| Sync with MAME |
| [src] | common.c |
| Monday 6th February, 2006 at 03:03:21 UTC by Nathan Woods |
|---|
| Removed includes of sound/streams.h |
| [mess/sndhrdw] | arcadia.c dai.c lynx.c pc.c svision.c ted7360.c vc4000.c vic6560.c |
| Monday 6th February, 2006 at 02:30:10 UTC by Nathan Woods |
|---|
| Fixed minor compilation error |
| [mess/sndhrdw] | pc.c |
| Monday 6th February, 2006 at 01:25:52 UTC by Nathan Woods |
|---|
| Updated to MAME 0.104 |
| Monday 6th February, 2006 at 00:16:30 UTC by Nathan Woods |
|---|
| Updated VC makefile |
| [ROOT] | makefile.vc |
| Saturday 4th February, 2006 at 23:36:55 UTC by Lawrence Gold |
|---|
| Synced up with 0.103. Commented out "-Wdeclaration-after-statement", since it's not available in GCC 3.3. |
| [ROOT] | makefile.unix |
| Saturday 4th February, 2006 at 23:33:33 UTC by Lawrence Gold |
|---|
| Updated for 0.103u5. Removed MAGE stuff. |
| [src/unix] | unix.mak |
| Saturday 4th February, 2006 at 03:24:13 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.103u5 core 2. [PCE] Renderer updates [Rob Bohms] 3. Various build/compilation cleanups |
| Monday 30th January, 2006 at 04:00:05 UTC by Nathan Woods |
|---|
| Cosmetic changes |
| [mess/includes] | at.h |
| Sunday 29th January, 2006 at 22:33:04 UTC by Nathan Woods |
|---|
| 1. Minor fix to mess/device.c 2. Debug info formatting fix to src/ui/inifile.c |
| [mess] | device.c |
| [src/ui] | inifile.c |
| Saturday 28th January, 2006 at 22:59:22 UTC by Nathan Woods |
|---|
| Fixed minor compilation warning |
| [mess/machine] | apple2gs.c |
| Saturday 28th January, 2006 at 18:07:17 UTC by Nathan Woods |
|---|
| Changed formatting of INI files to be more like the MAME core |
| [src/ui] | inifile.c |
| Saturday 28th January, 2006 at 16:06:34 UTC by Nathan Woods |
|---|
| Merging in changes from my local tree |
| [mess] | mesvalid.c |
| [mess/tools/messtest] | tststubs.c |
| [mess/windows] | configms.h |
| [src/ui] | inifile.c optcore.h options.c |
| Friday 27th January, 2006 at 14:11:10 UTC by Nathan Woods |
|---|
| Added a position field to the IODevice structure |
| [mess] | device.c device.h |
| Previous 50 | 8919 Revisions | Next 50 |