MESS moved to SVN and was later merged into the MAME SVN.
| Previous 50 | 8919 Revisions | Next 50 |
| Sunday 31st July, 2005 at 04:33:52 UTC by Tim Lindner |
|---|
| Fixed the divd instructions. |
| [src/cpu/hd6309] | 6309ops.c |
| Thursday 28th July, 2005 at 23:58:59 UTC by Nathan Woods |
|---|
| [VC4000] Cleanups, hash info additions and bug fixes, and unTESTDRIVER-ed the driver. [Manfred Schneider] |
| [docs] | messnew.txt |
| [hash] | vc4000.hsi |
| [mess] | system.c |
| [mess/includes] | vc4000.h |
| [mess/sndhrdw] | vc4000.c |
| [mess/systems] | vc4000.c |
| [mess/vidhrdw] | vc4000.c |
| [src/cpu/s2650] | s2650.c |
| Saturday 23rd July, 2005 at 22:42:56 UTC by Nathan Woods |
|---|
| Changed some usage of Machine->scrbitmap to alternatives |
| [mess/systems] | lynx.c |
| [mess/vidhrdw] | arcadia.c ted7360.c vc4000.c vdc8563.c vic6560.c vic6567.c |
| Saturday 23rd July, 2005 at 14:00:16 UTC by Nathan Woods |
|---|
| Removed some dead code and converted over some usages of Machine->scrbitmap |
| [mess/includes] | arcadia.h |
| [mess/systems] | arcadia.c |
| [mess/vidhrdw] | arcadia.c cgenie.c mz700.c primo.c ted7360.c vic4567.c vic6560.c vic6567.c |
| Saturday 23rd July, 2005 at 00:03:03 UTC by Nathan Woods |
|---|
| Removed some no-longer used files |
| [mess] | |
| [mess/vidhrdw] |
| Friday 22nd July, 2005 at 23:58:25 UTC by Nathan Woods |
|---|
| Changed over some usages of (the now deprecated) Machine->scrbitmap to various alternatives |
| [mess] | videomap.c |
| [mess/systems] | mpf1.c |
| [mess/vidhrdw] | arcadia.c cbmb.c channelf.c dragon.c kim1.c m6847.c mac.c nes.c pc_cga.c pc_mda.c pc_vga.c pc_video.c pmd85.c vc4000.c vectrex.c vtech2.c |
| Friday 22nd July, 2005 at 07:52:58 UTC by Lawrence Gold |
|---|
| Fixed a build error reported by GCC. |
| [src/includes] | mcr.h |
| Friday 22nd July, 2005 at 02:35:39 UTC by Nathan Woods |
|---|
| Forgot to remove this file on the latest update |
| [src/machine] |
| Friday 22nd July, 2005 at 02:24:15 UTC by Nathan Woods |
|---|
| Updated to MAME 0.98u2 core |
| Wednesday 20th July, 2005 at 23:25:43 UTC by Nathan Woods |
|---|
| [Windows GUI] Simplifications/refactorings |
| [src/ui] | options.c |
| Wednesday 20th July, 2005 at 12:45:39 UTC by Nathan Woods |
|---|
| [Windows GUI] Fixed a recent regression |
| [src/ui] | options.c |
| Tuesday 19th July, 2005 at 23:59:40 UTC by Nathan Woods |
|---|
| [Windows GUI] Removed a no-longer used data structure |
| [src/ui] | options.h |
| Tuesday 19th July, 2005 at 22:30:12 UTC by Nathan Woods |
|---|
| Removing unused variable in the PowerPC DRC core |
| [src/cpu/powerpc] | ppcdrc.c |
| Tuesday 19th July, 2005 at 22:26:56 UTC by Nathan Woods |
|---|
| [Windows GUI] Minor tweaks to new options code |
| [src/ui] | options.c |
| Tuesday 19th July, 2005 at 18:17:17 UTC by Lawrence Gold |
|---|
| Fixes for 0.98u1. |
| [src/unix] | osd_cpu.h |
| [src/unix/sysdep] | sysdep_display.h |
| Tuesday 19th July, 2005 at 13:39:46 UTC by Nathan Woods |
|---|
| [Windows GUI] Minor tweaks |
| [src/ui] | options.h |
| Tuesday 19th July, 2005 at 13:31:56 UTC by Nathan Woods |
|---|
| [Windows GUI] Cleanup to option handling code, in preparation for more changes |
| [src/ui] | options.c options.h ui.mak |
| Sunday 17th July, 2005 at 23:37:54 UTC by Nathan Woods |
|---|
| Sync with MAME32 |
| [src/ui] | directdraw.c layout.c mame32.rc options.c options.h properties.c resource.h resource.hm win32ui.c |
| Sunday 17th July, 2005 at 21:54:28 UTC by Nathan Woods |
|---|
| 1. Merged in MAME 0.98u1 core 2. [Messtest] Now raises an error when a blank screenshot is emitted, as that is almost always a sign of an error. |
| Saturday 16th July, 2005 at 13:34:48 UTC by Nathan Woods |
|---|
| Added some generalization code |
| [mess/devices] | harddriv.c |
| Saturday 16th July, 2005 at 02:59:20 UTC by Nathan Woods |
|---|
| PowerPC decrementer robustness tweaks |
| [src/cpu/powerpc] | drc_ops.c ppc.c ppc603.c ppcdrc.c |
| Friday 15th July, 2005 at 12:49:40 UTC by Nathan Woods |
|---|
| Exposed the decrementer on both the DRC and non-DRC PowerPC cores |
| [src/cpu/powerpc] | ppc.c ppcdrc.c |
| Friday 15th July, 2005 at 03:20:05 UTC by Nathan Woods |
|---|
| [Windows GUI] Fixed minor cosmetic bug in the Interface Options dialog. (bug #732) |
| [docs] | messnew.txt |
| [src/ui] | mame32.rc |
| Friday 15th July, 2005 at 02:27:04 UTC by Nathan Woods |
|---|
| PowerPC updates; particularly on the DRC side. BeBox now partially boots NetBSD under the DRC core |
| [src/cpu/powerpc] | drc_ops.c ppc.c ppc.h ppc_mem.c ppcdrc.c |
| Thursday 14th July, 2005 at 03:49:13 UTC by Nathan Woods |
|---|
| Changed all instances of cpu_setbank() (which is now deprecated) to be memory_set_bankptr() |
| Tuesday 12th July, 2005 at 22:50:27 UTC by Nathan Woods |
|---|
| Fixed PowerPC direct store osd_die() call when invoked from the debugger |
| [src/cpu/powerpc] | ppc_mem.c |
| Tuesday 12th July, 2005 at 03:00:05 UTC by Nathan Woods |
|---|
| Prepared for next version |
| [docs] | messnew.txt |
| [src] | version.c |
| [src/ui] | mame32.rc |
| Sunday 10th July, 2005 at 22:09:50 UTC by Lawrence Gold |
|---|
| Changed the default game to "robby", which is freely available. |
| [src/unix] | config.c |
| [src/unix/doc] | xmamerc.dist |
| Sunday 10th July, 2005 at 19:28:48 UTC by Lawrence Gold |
|---|
| VC++ fixes from Bryan McPhail that'll benefit GCC too. |
| [src/cpu/sharc] | sharcops.c |
| [src/drivers] | hornet.c |
| [src/vidhrdw] | ladybug.c |
| Sunday 10th July, 2005 at 17:26:49 UTC by Nathan Woods |
|---|
| Updated to MAME 0.98 |
| [docs] | messnew.txt |
| [src] | version.c |
| [src/drivers] | |
| [src/vidhrdw] |
| Saturday 9th July, 2005 at 02:19:20 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.97u5 2. Exception handling improvements to the PowerPC DRC core |
| Friday 8th July, 2005 at 13:12:11 UTC by Nathan Woods |
|---|
| PowerPC DRC enhancements |
| [src/cpu/powerpc] | drc_ops.c ppcdrc.c |
| Friday 8th July, 2005 at 00:51:08 UTC by Nathan Woods |
|---|
| Added some more stubs |
| [src/machine] | 53c810.c |
| Thursday 7th July, 2005 at 03:20:08 UTC by Nathan Woods |
|---|
| Basics of a few other 53C810 commands |
| [src/machine] | 53c810.c |
| Thursday 7th July, 2005 at 00:44:12 UTC by Nathan Woods |
|---|
| 1. Properly added CD-ROM type to mui_text.c 2. Added a consistency check to ensure that new device types will be represented in mui_text.c 3. Enhancements to the 53C810 PCI to SCSI bridge emulation |
| [mess] | mess.c mess.mak mui_text.c mui_text.h |
| [mess/machine] | bebox.c |
| [src/drivers] | model3.c |
| [src/machine] | 53c810.c 53c810.h |
| Wednesday 6th July, 2005 at 03:28:25 UTC by Nathan Woods |
|---|
| [BEBOX] Debugging message addition, and added scsi53c810_pci_write() |
| [mess/machine] | bebox.c |
| Tuesday 5th July, 2005 at 23:43:30 UTC by Nathan Woods |
|---|
| [BEBOX] Initial work on 53c810 SCSI controller |
| [mess/machine] | bebox.c pci.c |
| Tuesday 5th July, 2005 at 12:55:08 UTC by Nathan Woods |
|---|
| [TUTOR] Fixed minor bug when clearing memory while unloading cartridges. |
| [docs] | messnew.txt |
| [mess/systems] | tutor.c |
| Tuesday 5th July, 2005 at 12:50:24 UTC by Nathan Woods |
|---|
| Hooked up CD-ROM device to BeBox |
| [mess/devices] | chd_cd.h |
| [mess/systems] | bebox.c |
| Tuesday 5th July, 2005 at 10:11:03 UTC by Hans de Goede |
|---|
| Add TRUE and FALSE macros |
| [src/cpu/powerpc] | ppc_mem.c |
| Tuesday 5th July, 2005 at 03:33:39 UTC by Nathan Woods |
|---|
| Updated to MAME 0.97u4 core |
| Saturday 2nd July, 2005 at 16:30:18 UTC by Nathan Woods |
|---|
| PowerPC MSR EE flag does not prevent DSI and ISI exceptions |
| [src/cpu/powerpc] | ppc603.c |
| Saturday 2nd July, 2005 at 13:19:38 UTC by Nathan Woods |
|---|
| Fixed PowerPC DRC on Athlon XP |
| [src/cpu/powerpc] | drc_ops.c |
| Saturday 2nd July, 2005 at 10:51:41 UTC by Hans de Goede |
|---|
| UNIX: svgalib: real fix for svgalib_tty_fd == -1 with newer svgalibs |
| [src/unix/video-drivers] | svgainput.c |
| Saturday 2nd July, 2005 at 00:57:41 UTC by Nathan Woods |
|---|
| Workaround for MinGW optimizer bug with setjmp/longjmp |
| [src/cpu/powerpc] | ppc602.c ppc603.c |
| Saturday 2nd July, 2005 at 00:04:59 UTC by Nathan Woods |
|---|
| More PowerPC MMU exception handling |
| [src/cpu/powerpc] | ppc.c ppc602.c ppc603.c ppc_mem.c ppcdrc.c |
| Friday 1st July, 2005 at 18:23:28 UTC by Hans de Goede |
|---|
| UNIX: svgalib: add warning if __svgalib_tty_fd == -1 |
| [src/unix/video-drivers] | svgainput.c |
| Friday 1st July, 2005 at 18:07:16 UTC by Raphaël Nabet |
|---|
| Added a few extra comments. |
| [mess/tools/imgtool] | ti990hd.c |
| Friday 1st July, 2005 at 18:03:32 UTC by Raphaël Nabet |
|---|
| Fixed crashes caused by hasty conversion to new imgtool architecture. |
| [mess/tools/imgtool] | concept.c |
| Friday 1st July, 2005 at 04:49:43 UTC by Nathan Woods |
|---|
| Implemented address translation on the PowerPC core disassembler, and made it so that ISI faults throw the proper exception |
| [src/cpu/powerpc] | ppc.c ppc602.c ppc603.c ppc_mem.c ppcdrc.c |
| Previous 50 | 8919 Revisions | Next 50 |