MESS moved to SVN and was later merged into the MAME SVN.
| Previous 50 | 8919 Revisions | Next 50 |
| Friday 10th November, 2006 at 14:43:39 UTC by Nathan Woods |
|---|
| Doh... missed this one |
| [mess/cpu/sm8500] | sm8500d.c |
| Friday 10th November, 2006 at 11:56:08 UTC by Nathan Woods |
|---|
| Fixed debug build |
| Friday 10th November, 2006 at 06:57:53 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.110 core 2. Fixed a few miscellaneous compilation errors |
| Friday 10th November, 2006 at 04:09:46 UTC by Nathan Woods |
|---|
| 1. Changed all MESS specific disassemblers to new disassembler syntax 2. Merged in RTC timer default code from MAME, and updated MESS code to retrieve default times from the core 3. Added Dragon 64 + Computsense Plus addon driver [Phill Harvey-Smith] 4. [ATVGA] Fixed Video Display Disable bit and 256 color VGA for programs that expect linear video memory. [Barry Rodewald] 5. [CPCPLUS] Changed FPS from 50 to 50.080128205128205. [Barry Rodewald] 6. [DGNBETA] Fixed regression in disk code that prevented booting and a keyboard error. Also rewrote the video code. [Phill Harvey-Smith] 7. [PC1512/1640] Fixed Amstrad keyboard. [Andrew Jenner] 8. I286 fixes. [Barry Rodewald] 9. Fixed battery backing regressions introduced in CVS 10. Changed image_battery_load() and image_battery_save() to not return error codes; clients of these functions should not act differently if these files can't be loaded or saved. 11. Added Judge's fix to gbcolor to messnew.txt |
| Wednesday 8th November, 2006 at 13:45:16 UTC by Mathis Rosenhauer |
|---|
| 60 FPS again |
| [mess/systems] | vectrex.c |
| Wednesday 8th November, 2006 at 13:17:18 UTC by Mathis Rosenhauer |
|---|
| Kind of makes vectrex work with the new rendering system. |
| [mess/systems] | vectrex.c |
| [mess/vidhrdw] | vectrex.c |
| Wednesday 1st November, 2006 at 15:58:00 UTC by Wilbert Pol |
|---|
| Removed double-free statement |
| [mess] | image.c |
| Tuesday 31st October, 2006 at 19:47:31 UTC by Wilbert Pol |
|---|
| [GB/Z80GB] Moved the increment of the line counter to a more logical location. Added support for switching the CPU between lo- and hi-speed modes. |
| [mess/cpu/z80gb] | opc_main.h z80gb.c |
| [mess/includes] | gb.h |
| [mess/machine] | gb.c |
| Thursday 26th October, 2006 at 18:06:42 UTC by Wilbert Pol |
|---|
| [PC1512V2] Rom name fix. [Duke] |
| [mess/systems] | pc.c |
| Monday 23rd October, 2006 at 12:54:02 UTC by Nathan Woods |
|---|
| [ATVGA] Fixed lockups. [Barry Rodewald] |
| [docs] | messnew.txt |
| [mess/systems] | at.c |
| Friday 20th October, 2006 at 01:39:47 UTC by Nathan Woods |
|---|
| Minor COP411 fixes |
| [src] | cpuintrf.c |
| [src/cpu/cop400] | cop420.c |
| Thursday 19th October, 2006 at 22:53:04 UTC by Nathan Woods |
|---|
| Merged the MESS COP411 CPU core into the MAME COP410 CPU core |
| [mess/cpu] | cpu.mak |
| [mess/cpu/cop411] | |
| [mess/systems] | advision.c |
| [src] | cpuintrf.c cpuintrf.h |
| [src/cpu] | cpu.mak |
| [src/cpu/cop400] | 410ops.c cop410.c |
| Thursday 19th October, 2006 at 19:43:33 UTC by Nathan Woods |
|---|
| 1. [Windows GUI] Fixed audit output 2. [Messtest] Maked warning spew |
| [mess/tools/messtest] | testmess.c |
| [src/ui] | audit32.c |
| Thursday 19th October, 2006 at 19:22:05 UTC by Nathan Woods |
|---|
| Converted a few printfs to comply with 0.109u3 |
| Thursday 19th October, 2006 at 19:08:27 UTC by Nathan Woods |
|---|
| Updated to MAME 0.109u3 core |
| Thursday 19th October, 2006 at 13:48:21 UTC by Nathan Woods |
|---|
| Fixed image_filedir(), so that the file dialog is set to the proper directory on Windows. |
| [mess] | image.c |
| Thursday 19th October, 2006 at 11:59:37 UTC by Nathan Woods |
|---|
| Fixed hard drive regressions introduced in 0.109u2 |
| [mess] | image.c |
| [mess/devices] | harddriv.c |
| Thursday 19th October, 2006 at 00:18:12 UTC by Nathan Woods |
|---|
| [C16] Fixed regression |
| [mess/machine] | c16.c |
| Wednesday 18th October, 2006 at 21:49:53 UTC by Nathan Woods |
|---|
| [THOMSON] Added support for speech synthesis with the Phillips MEA 8000 chipset [Antoine Mine] |
| [docs] | messnew.txt |
| [mess] | mess.mak |
| [mess/machine] | thomson.c thomson.h |
| [mess/sndhrdw] | mea8000.c* mea8000.h* |
| [mess/systems] | thomson.c |
| Wednesday 18th October, 2006 at 21:36:27 UTC by Nathan Woods |
|---|
| Fixed more 0.109u2 regressions |
| [mess] | image.c |
| Wednesday 18th October, 2006 at 20:11:22 UTC by Nathan Woods |
|---|
| Clearing memory after allocation |
| [mess/machine] | c65.c |
| Wednesday 18th October, 2006 at 20:09:12 UTC by Nathan Woods |
|---|
| Added a state save call |
| [mess/vidhrdw] | vic4567.c |
| Wednesday 18th October, 2006 at 11:53:39 UTC by Nathan Woods |
|---|
| [Messtest] Added the ability to disable tests in Messtest. |
| [docs] | messnew.txt |
| [mess/tests] | mess_c65.xml |
| [mess/tools/messtest] | testmess.c |
| Wednesday 18th October, 2006 at 10:17:12 UTC by Nathan Woods |
|---|
| Disabling test for now |
| [mess/tests] | mess_c65.xml |
| Wednesday 18th October, 2006 at 00:00:12 UTC by Nathan Woods |
|---|
| 1. Fixed Messtest to run after 0.109u2 2. Removed invalid assertion from image.c |
| [mess] | image.c |
| [mess/tools/messtest] | main.c |
| [src] | options.c options.h |
| Tuesday 17th October, 2006 at 01:35:04 UTC by Nathan Woods |
|---|
| Reimplemented ZIP file support |
| [mess] | image.c |
| Monday 16th October, 2006 at 22:54:45 UTC by Nathan Woods |
|---|
| Fixed image loading with absolute paths |
| [mess] | image.c |
| Monday 16th October, 2006 at 22:13:20 UTC by Nathan Woods |
|---|
| 1. Added a specialized exit code for MESS-related initialization. (bug #931) 2. Miscellaneous cleanups |
| [docs] | messnew.txt |
| [mess] | mess.c mess.h |
| [src] | mame.c mame.h |
| Monday 16th October, 2006 at 21:33:01 UTC by Nathan Woods |
|---|
| Makefile cleanups |
| [ROOT] | makefile.mes |
| [mess] | mess.mak |
| Monday 16th October, 2006 at 20:57:12 UTC by Nathan Woods |
|---|
| [VTECH1] Fixed recent regression [Duke] |
| [mess/machine] | vtech1.c |
| Monday 16th October, 2006 at 10:51:26 UTC by Nathan Woods |
|---|
| Minor refactoring; preparing for ZIP support |
| [mess] | image.c |
| Monday 16th October, 2006 at 10:02:32 UTC by Nathan Woods |
|---|
| Fixed image loading; ZIP files are temporarily broken |
| [mess] | image.c image.h mess.c |
| [src] | fileio.h options.h |
| Sunday 15th October, 2006 at 23:39:22 UTC by Nathan Woods |
|---|
| [Windows GUI] Sync with MAME32 |
| [src/ui] | mame32.rc options.c options.h properties.c resource.h resource.hm win32ui.c |
| Sunday 15th October, 2006 at 20:42:08 UTC by Nathan Woods |
|---|
| Debugger fix from MAMEdev |
| [src/windows] | video.c windows.mak winmain.c |
| Sunday 15th October, 2006 at 19:40:59 UTC by Nathan Woods |
|---|
| [SPECTRUM] Fixed snapshot loading regression introduced in 0.105. [Chad] |
| [mess/machine] | spectrum.c |
| Saturday 14th October, 2006 at 16:13:07 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.109u2 core 2. [CPSCHNGR] Fixed regression introduced in 0.109. [Dr. Zer0] 3. All image file accessing is now done through image.h, rather than using mame_file objects. 4. Introduced an image_ptr() call, which returns a pointer to all image data valid for the lifetime of the image. |
| Tuesday 10th October, 2006 at 22:41:11 UTC by Nathan Woods |
|---|
| More tweaks... |
| [mess] | image.c |
| Tuesday 10th October, 2006 at 21:31:14 UTC by Nathan Woods |
|---|
| Small cleanups |
| [mess] | image.c |
| Monday 9th October, 2006 at 22:44:04 UTC by Nathan Woods |
|---|
| [Windows GUI] Fixed a bug that could cause changes in the device view to not be reflected in the picker. |
| [docs] | messnew.txt |
| [mess/ui] | mess32ui.c |
| Monday 9th October, 2006 at 22:17:15 UTC by Nathan Woods |
|---|
| [Windows GUI] Misc fixes to get the GUI working again |
| [src] | audit.c fileio.h options.h |
| [src/ui] | options.c win32ui.c |
| Sunday 8th October, 2006 at 23:02:50 UTC by Nathan Woods |
|---|
| Updated to MAME 0.109u1. Please note that some major fileio changes were in 0.109u1, so consider this alpha quality. |
| Thursday 5th October, 2006 at 01:26:29 UTC by Nathan Woods |
|---|
| Changed base help message, to reflect the actual command line options available. |
| [docs] | messnew.txt |
| [mess] | mess.c |
| Wednesday 4th October, 2006 at 09:33:10 UTC by Nathan Woods |
|---|
| [APPLE2] Fixed stray C06x reads [Chad] |
| [docs] | messnew.txt |
| [mess/machine] | apple2.c |
| Wednesday 4th October, 2006 at 00:46:11 UTC by Nathan Woods |
|---|
| Fixed MSVC compilation |
| [mess/windows] | parallel.c |
| Tuesday 3rd October, 2006 at 23:19:37 UTC by Nathan Woods |
|---|
| Prep for next dev cycle |
| [docs] | messnew.txt |
| [src] | version.c |
| [src/ui] | mame32.rc |
| Saturday 30th September, 2006 at 19:41:16 UTC by Nathan Woods |
|---|
| [Windows GUI] The GUI will no longer process software entries when an emulation is running. (bug #940) |
| [docs] | messnew.txt |
| [src/ui] | picker.c picker.h win32ui.c |
| Thursday 28th September, 2006 at 23:58:12 UTC by Nathan Woods |
|---|
| The prototype to new_memory_region() has changed, therefore these drivers needed changes |
| [mess/machine] | nes.c pce.c sms.c |
| [mess/systems] | snes.c |
| Thursday 28th September, 2006 at 23:35:09 UTC by Nathan Woods |
|---|
| 1. Added a C64 test case 2. [C64] Multisession fix |
| [mess/machine] | c64.c |
| [mess/tests] | mess_c64.xml* |
| Thursday 28th September, 2006 at 22:36:35 UTC by Nathan Woods |
|---|
| Updating messnew.txt with the fix to bug #952 |
| [docs] | messnew.txt |
| Thursday 28th September, 2006 at 22:00:09 UTC by Nathan Woods |
|---|
| [CPSCHNGR] Fixed bug #954 |
| [mess/systems] | cpschngr.c |
| Previous 50 | 8919 Revisions | Next 50 |