MESS moved to SVN and was later merged into the MAME SVN.
| Previous 50 | 8919 Revisions | Next 50 |
| Monday 24th January, 2005 at 14:33:26 UTC by Hans de Goede |
|---|
| Fix width handling in sega2c driver |
| [src/drivers] | segac2.c |
| [src/unix] | video.c |
| [src/vidhrdw] | segac2.c segasyse.c |
| Monday 24th January, 2005 at 14:27:12 UTC by Lawrence Gold |
|---|
| Fixed an error in the comment about CRLF. (Andre Majorel) |
| [ROOT] | makefile.unix |
| Monday 24th January, 2005 at 11:22:44 UTC by Hans de Goede |
|---|
| Unix: -added a hack for megatech games which by default hides the BIOS screen, You can toggle between the game and bios screen with left-ctrl + left-shift + insert. -A variable called ysplit has been added to src/unix/video.c, this variable defines the line at which a display is splitted between 2 different screens, when this is non 0 the bottom screen is show by default and the display can be toggled as described above. -Currently ysplit gets automaticly set to 192 for megatech games, code for setting ysplit automaticly for other games should be easy to add. |
| [src/unix] | video.c |
| [src/unix/sysdep] | sysdep_display.c |
| Monday 24th January, 2005 at 04:50:36 UTC by Lawrence Gold |
|---|
| Re-added to the repository. |
| [src/drivers] | jrpacman.c pengo.c |
| Sunday 23rd January, 2005 at 22:39:00 UTC by Nathan Woods |
|---|
| Updated to MAME 0.90u4 core |
| Sunday 23rd January, 2005 at 20:50:12 UTC by Nathan Woods |
|---|
| Fixes to the Sony driver code |
| [mess/machine] | sonydriv.c |
| Sunday 23rd January, 2005 at 19:49:20 UTC by Nathan Woods |
|---|
| [APPLE2] Made a few definitions public... |
| [mess/includes] | apple2.h |
| [mess/machine] | apple2.c |
| Sunday 23rd January, 2005 at 11:45:59 UTC by Nathan Woods |
|---|
| Committed changes accidently omitted previously |
| [mess/systems] | apple2.c |
| [src] | memory.h |
| Sunday 23rd January, 2005 at 01:06:20 UTC by Nathan Woods |
|---|
| 1. Increased the amount of bankable memory banks in the core from 24 to 32 2. [APPLE2] Changed around how slot banking works |
| [mess/includes] | apple2.h |
| [mess/machine] | apple2.c |
| [mess/systems] | apple2.c |
| [src] | memory.c memory.h |
| Saturday 22nd January, 2005 at 23:01:57 UTC by Nathan Woods |
|---|
| [Windows] Fixed compilation error |
| [mess/windows] | menu.c |
| Friday 21st January, 2005 at 11:48:18 UTC by Hans de Goede |
|---|
| unix: fix xq2x warning |
| [src/unix/blit] | blit_undefs.h |
| Friday 21st January, 2005 at 09:59:13 UTC by Hans de Goede |
|---|
| Unix: add doublebuffering to lq2x and hq2x when blitting directly to the framebuffer |
| [src/unix/blit] | blit_defs.h |
| [src/unix/blit/advance] | xq2x.h |
| Thursday 20th January, 2005 at 14:48:55 UTC by Hans de Goede |
|---|
| Fix lq2x and hq2x 3x3 with Xv |
| [src/unix/blit/advance] | hq2x_defs.h lq2x_defs.h xq2x.h xq2x_defs.h* xq2x_undefs.h xq2x_yuv.h xq2x_yuy2.h |
| Thursday 20th January, 2005 at 11:40:27 UTC by Nathan Woods |
|---|
| Fixing 65816 disassembler when disassembling 8-bit offsets |
| [src/cpu/g65816] | g65816ds.c |
| Wednesday 19th January, 2005 at 13:17:31 UTC by Nathan Woods |
|---|
| Tweaks in disk image format handling |
| [mess/formats] | ap_dsk35.c |
| Wednesday 19th January, 2005 at 04:45:45 UTC by Lawrence Gold |
|---|
| Preparation for 0.90. |
| [src/unix/doc] | changes.unix xmame-doc-3.html xmame-doc-6.html xmame-doc.lyx xmame-doc.txt |
| [src/unix/doc/mame] | gamelist.txt whatsnew.txt |
| [src/unix/doc/mess] | messnew.txt |
| Wednesday 19th January, 2005 at 04:41:04 UTC by Lawrence Gold |
|---|
| The SVGAlib target now works for xmess: There was a clash with the PC emulation function vga_init(). (Dave Humphreys) |
| [mess/includes] | pc_vga.h |
| [mess/machine] | at.c pc.c |
| [mess/vidhrdw] | pc_vga.c |
| Wednesday 19th January, 2005 at 03:26:40 UTC by Nathan Woods |
|---|
| Minor debugger improvements; fixed Shift+Home and Shift+End, and added a debug_trace_printf() function |
| [src/debug] | debugcpu.c debugcpu.h |
| [src/windows] | debugwin.c |
| Tuesday 18th January, 2005 at 13:22:08 UTC by Nathan Woods |
|---|
| [APPLE2] More work on getting the slot memory to work just right... |
| [mess/machine] | apple2.c |
| Tuesday 18th January, 2005 at 12:11:48 UTC by Nathan Woods |
|---|
| Clearing out dummy memory |
| [mess/machine] | apple2.c |
| Tuesday 18th January, 2005 at 04:10:36 UTC by Nathan Woods |
|---|
| [APPLE2] Miscellaneous refactorings and preparations |
| [mess/includes] | apple2.h |
| [mess/machine] | apple2.c |
| [mess/systems] | apple2.c |
| Tuesday 18th January, 2005 at 02:07:52 UTC by Lawrence Gold |
|---|
| Build fix from RB. |
| [src/sndhrdw] | polepos.c |
| Tuesday 18th January, 2005 at 02:07:22 UTC by Lawrence Gold |
|---|
| This went missing from the 0.90u3 update. |
| [src/drivers] | rastan.c |
| Tuesday 18th January, 2005 at 02:06:48 UTC by Lawrence Gold |
|---|
| Recent POSIX specs define a symbol called "random_r" in the system headers, which is obviously a PITA for MAME/MESS. (RB) |
| [src/drivers] | ertictac.c |
| Monday 17th January, 2005 at 21:34:12 UTC by Nathan Woods |
|---|
| Moved variable declarations above code |
| [src/sound] | streams.c |
| Monday 17th January, 2005 at 21:01:17 UTC by Nathan Woods |
|---|
| Updated to MAME 0.90u3 core |
| Monday 17th January, 2005 at 04:07:14 UTC by Lawrence Gold |
|---|
| Merged several of Nicola Salmoria's memory leak fixes from Windows MAME. |
| [src/unix] | config.c devices.c devices.h fileio.c main.c xmame.h |
| Monday 17th January, 2005 at 04:06:15 UTC by Lawrence Gold |
|---|
| 64-bit clean patch from Stephen Behling. |
| [src/unix/video-drivers] | glxtool.c |
| Monday 17th January, 2005 at 03:15:24 UTC by Lawrence Gold |
|---|
| Removed a trailing comma to suppress an anal GCC warning. |
| [mess/tools/imgtool] | fat.c |
| Sunday 16th January, 2005 at 14:42:24 UTC by Sean Young |
|---|
| playball has an unemulated D7756C |
| [mess/machine] | msx_slot.c |
| Sunday 16th January, 2005 at 13:05:01 UTC by Nathan Woods |
|---|
| [APPLE2] Fixed ROM mask for large ROMs |
| [mess/machine] | apple2.c |
| Sunday 16th January, 2005 at 05:19:44 UTC by Lawrence Gold |
|---|
| Fixed broken sound. This has been sent upstream. |
| [src/sound] | vrender0.c |
| Sunday 16th January, 2005 at 05:19:03 UTC by Lawrence Gold |
|---|
| Fixed a couple little GCC warnings and errors. This has been sent upstream. |
| [src/machine] | model3.c |
| [src/vidhrdw] | model3.c |
| Sunday 16th January, 2005 at 04:15:05 UTC by Nathan Woods |
|---|
| [MAC/LISA] Refactored floppy disk emulation to use MESS's floppy disk format abstraction code |
| [ROOT] | makefile.vc |
| [docs] | messnew.txt |
| [mess] | mess.c mess.mak |
| [mess/formats] | ap_dsk35.c* ap_dsk35.h* |
| [mess/machine] | sonydriv.c |
| Saturday 15th January, 2005 at 17:05:30 UTC by Lawrence Gold |
|---|
| Reverted to treating lightgun buttons as mouse buttons, so lightguns will work independent of joystick devices or drivers. It is now also assumed that there are always 5 mice connected, so multiple lightguns should work fine. |
| [src/unix/joystick-drivers] | lightgun_abs_event.c |
| [src/unix/sysdep] | sysdep_display.h |
| Saturday 15th January, 2005 at 15:24:04 UTC by Nathan Woods |
|---|
| Minor cleanups and made a function public |
| [mess/devices] | mflopimg.c mflopimg.h |
| Saturday 15th January, 2005 at 12:40:43 UTC by Nathan Woods |
|---|
| Cleaned up a couple header files |
| [mess/includes] | mac.h |
| [mess/machine] | lisa.h |
| Friday 14th January, 2005 at 16:47:25 UTC by Gordon Jefferyes |
|---|
| Cleaned up the BBC Master and BBC B Plus Shadow Screen Ram Code |
| [mess/includes] | bbc.h |
| [mess/machine] | bbc.c |
| [mess/systems] | bbc.c |
| Friday 14th January, 2005 at 12:02:33 UTC by Nathan Woods |
|---|
| Small refactorings in the sonydriv code |
| [mess/machine] | lisa.c mac.c sonydriv.c sonydriv.h |
| [mess/systems] | lisa.c mac.c |
| Friday 14th January, 2005 at 07:31:24 UTC by Hans de Goede |
|---|
| Unix: fix the debugger |
| [src/unix] | video.c |
| Thursday 13th January, 2005 at 20:25:57 UTC by Hans de Goede |
|---|
| Some unix compile fixes |
| [src/unix/video-drivers] | fxgen.c fxgen.h xinput.c |
| Thursday 13th January, 2005 at 16:05:06 UTC by Hans de Goede |
|---|
| Unix: bring glide on X inline with X changes |
| [src/unix/video-drivers] | fxgen.c fxgen.h xfx.c |
| Thursday 13th January, 2005 at 16:02:30 UTC by Hans de Goede |
|---|
| Unix x11-code cleanup: -remove mesa on glide on voodoo 2 in fullscreen mode hack, probably noone is using this, if you are use: "-geo 640x480 -grabkeyb -grabmouse" -remove X11_FULLSCREEN window type instead test for params.fullscreen . |
| [src/unix/video-drivers] | glxtool.c x11.c x11.h x11_window.c xf86_dga1.c xf86_dga2.c xfx.c xgl.c xil.c xinput.c xv.c |
| Thursday 13th January, 2005 at 12:13:48 UTC by Nathan Woods |
|---|
| Updated to MAME 0.90u2 core |
| Thursday 13th January, 2005 at 10:02:11 UTC by Hans de Goede |
|---|
| Fix opengl & clean up windowsize handling |
| [src/unix/video-drivers] | x11.c x11.h x11_window.c xgl.c xil.c xv.c |
| Wednesday 12th January, 2005 at 03:00:22 UTC by Nathan Woods |
|---|
| Minor fixups |
| [mess/machine] | sonydriv.c sonydriv.h |
| Tuesday 11th January, 2005 at 23:41:45 UTC by Nathan Woods |
|---|
| Miscellaneous Apple II cleanups and refactorings |
| [mess/includes] | apple2.h |
| [mess/machine] | apple2.c iwm.c |
| [mess/systems] | apple2.c |
| [mess/vidhrdw] | apple2.c |
| Tuesday 11th January, 2005 at 12:22:43 UTC by Nathan Woods |
|---|
| A few stylistic cleanups to the IWM code |
| [mess/machine] | iwm.c iwm.h sonydriv.c sonydriv.h |
| Monday 10th January, 2005 at 22:52:17 UTC by Nathan Woods |
|---|
| G65816 CPU core cleanups; implemented dasm flags and made some of the functions static |
| [src/cpu/g65816] | g65816.c g65816.h g65816ds.c g65816ds.h g65816op.h |
| Monday 10th January, 2005 at 03:10:03 UTC by Nathan Woods |
|---|
| [A7800] Fixed memory reads from the POKEY sound system. (bug #258) [Ken Siders] |
| [docs] | messnew.txt |
| [mess/machine] | a7800.c |
| Previous 50 | 8919 Revisions | Next 50 |