MESS moved to SVN and was later merged into the MAME SVN.

Previous 508919 RevisionsNext 50

Monday 8th November, 2004 at 17:17:45 UTC by Raphaël Nabet
Updated mac project files.
[mac/MacMAME] core.mcp drivers.mcp machine.mcp precomp.mcp vidhrdw.mcp driver_stub.c driver_stub_C.c
[mac/MacMESS]MESS core.mcp MESS machine.mcp MESS precomp.mcp MESS systems.mcp MESS vidhrdw.mcp
[mac/MacMESS/mess.pbproj]project.pbxproj

Monday 8th November, 2004 at 13:23:26 UTC by Nathan Woods
[IMGTOOL] The Imgtool OS-9 driver now supports writing files.
[docs]messnew.txt
[mess/tools/imgtool]os9.c

Sunday 7th November, 2004 at 23:29:47 UTC by Nathan Woods
1. [Imgtool] Added path support to write_file, and fixed non-path support for
file reading.

2. [Imgtool] More OS-9 work; still have not enabled file writing

3. [Messtest] Added file verification for Imgtool tests
[mess/tests]imgtool_rsdos.xml
[mess/tools/imgtool]imgfile.c imgtool.c os9.c stream.c stream.h
[mess/tools/messtest]testimgt.c

Sunday 7th November, 2004 at 22:55:47 UTC by Lawrence Gold
Update the CFLAGS for IRIX MIPSpro in the makefile. (Brandon Corey)
[ROOT]makefile.unix

Sunday 7th November, 2004 at 22:13:35 UTC by Lawrence Gold
Minor spelling changes.
[src/unix/video-drivers]svgalib.c xf86_dga2.c

Sunday 7th November, 2004 at 22:11:37 UTC by Lawrence Gold
Preparations for the 0.88 release.
[src/unix/doc]changes.unix xmame-doc-3.html xmame-doc-4.html xmame-doc-5.html xmame-doc-7.html xmame-doc-8.html xmame-doc.lyx xmame-doc.txt

Sunday 7th November, 2004 at 22:11:11 UTC by Lawrence Gold
Fixed the IRIX AL sound driver's 8-bit output and updated rate setup to deal with unsupported audio hardware rates. (Brandon Corey)
[src/unix/sysdep/dsp-drivers]irix_al.c

Sunday 7th November, 2004 at 20:05:30 UTC by Hans de Goede
-fixed a bug with non 16 bpp rotated games on a display with the same
depth as the game when widthscale == 1 and heightscale > 1
-fixed a bug in DGA2 which caused the border of artwork to be blitted each
frame.
-slightly reworked alignment handling in video-drivers which can have
different modes/resolutions (DGA,svgalib,SDL)
-SDL has been converted for the new video code, this is basicly a complete
rewrite which is much faster then before (just as fast as the native
x11 code). This should support fullscreen, effects, scaling, etc 100% .
[src/unix]mode.c mode.h
[src/unix/sysdep]sysdep_display.c
[src/unix/video-drivers]SDL.c blit.h svgalib.c xf86_dga1.c xf86_dga2.c

Sunday 7th November, 2004 at 19:32:21 UTC by Raphaël Nabet
Initial commit.
[mess/systems]super80.c*

Sunday 7th November, 2004 at 17:00:03 UTC by Lawrence Gold
xmame and xmess now build with the new debugger, though there isn't yet explicit support for it.
[ROOT]makefile.unix
[src/unix]unix.mak

Sunday 7th November, 2004 at 16:28:19 UTC by Nathan Woods
Updated to MAME 0.88u3 core; includes new debugger
[ROOT]makefile makefile.mes makefile.vc
[docs]messnew.txt
[mess/tools/messtest]tststubs.c
[src]core.mak cpuexec.c cpuintrf.h driver.c mame.c mame.mak mamedbg.c mamedbg.h memory.c osdepend.h palette.c window.c window.h x86drc.c
[src/cpu/arm]arm.c arm.h
[src/cpu/ccpu]ccpu.c
[src/cpu/e132xs]e132xs.c
[src/cpu/h83002]h83002.c
[src/cpu/hd6309]6309dasm.c
[src/cpu/i86]i286.c i286intf.h i86.c i86intf.h
[src/cpu/m68000]m68kdasm.c
[src/cpu/m6809]6809dasm.c
[src/cpu/mips]mips3dsm.c
[src/cpu/nec]nec.c necintrf.h
[src/cpu/z180]z180.c
[src/cpu/z80]z80.c
[src/debug]debugcmd.c* debugcmd.h* debugcon.c* debugcon.h* debugcpu.c* debugcpu.h* debugexp.c* debugexp.h* debughlp.c* debughlp.h* debugvw.c* debugvw.h* mamedbg.c* mamedbg.h* window.c* window.h*
[src/drivers]asteroid.c jrpacman.c liberatr.c mermaid.c pacman.c segar.c seibuspi.c system16.c system18.c system24.c trackfld.c vamphalf.c yboard.c* zn.c
[src/etc]fd1094dp.c*
[src/includes]dragrace.h* hitme.h* orbit.h* poolshrk.h* triplhnt.h* ultratnk.h* videopin.h
[src/machine]fd1094.c seibuspi.c
[src/sound]ym2151.c
[src/vidhrdw]mermaid.c yboard.c*
[src/windows]debugwin.c* debugwin.h* input.c mame.man* mame.rc* video.c window.c window.h windows.mak

Saturday 6th November, 2004 at 23:32:14 UTC by Nathan Woods
[Imgtool] More OS-9 driver work
[mess/tests]imgtool_os9.xml
[mess/tools/imgtool]imgfile.c imgtool.c imgtool.h os9.c
[mess/tools/imgtool/windows]wimgtool.c

Saturday 6th November, 2004 at 14:42:04 UTC by Nathan Woods
[Imgtool] Miscellaneous cleanups; RS-DOS module now will properly delete a file
if attemptint to override it.
[mess/tests]imgtool_rsdos.xml
[mess/tools/imgtool]os9.c rsdos.c stream.c stream.h
[mess/tools/messtest]core.c testimgt.c

Friday 5th November, 2004 at 17:49:14 UTC by Hans de Goede
fix compilation with gcc 4
[src/includes]nitedrvr.h

Friday 5th November, 2004 at 03:21:04 UTC by Nathan Woods
[Imgtool] Minor refactorings to the OS-9 driver and fixed some infrastructure
[mess/tools/imgtool]iflopimg.c os9.c

Thursday 4th November, 2004 at 15:17:04 UTC by Frank Palazzolo
Sync with changes in src\sound\astrocde.c
[mess/systems]astrocde.c

Thursday 4th November, 2004 at 13:16:23 UTC by Nathan Woods
[DRAGON ALPHA] Completed emulation of the Dragon Alpha, including support for
the sound chip, and the internal disk interface. [Phill Harvey-Smith]
[docs]messnew.txt
[mess/includes]dragon.h
[mess/machine]dragon.c
[mess/systems]dragon.c

Wednesday 3rd November, 2004 at 09:30:19 UTC by Raphaël Nabet
Updated mac osd files.
[mac/MacMAME] drivers.mcp machine.mcp sndhrdw.mcp vidhrdw.mcp driver_stub.c driver_stub_C.c
[mac/MacMESS]MESS core.mcp MESS imgtool.mcp MESS machine.mcp
[mac/MacMESS/mess.pbproj]project.pbxproj
[mac/MacMESS/override/macintosh]mac_imgtool.c

Tuesday 2nd November, 2004 at 17:13:00 UTC by Hans de Goede
More SDL work
[src/unix]mode.c mode.h
[src/unix/video-drivers]SDL.c

Tuesday 2nd November, 2004 at 13:13:50 UTC by Nathan Woods
1. Removed -DMAME_VALIDITYCHECKS; define is obsolete
2. [Imgtool] Added facility to iflopimg extra data
3. [Imgtool] Modified OS-9 driver to use above extra data
4. [Windows Imgtool] Fixed a bug that caused quoted command line args from not
working
[ROOT]makefile.mes makefile.vc
[mess/tools/imgtool]iflopimg.c iflopimg.h os9.c
[mess/tools/imgtool/windows]wmain.c

Tuesday 2nd November, 2004 at 09:14:12 UTC by Hans de Goede
src/vidhrdw/psikyosh.c: psikyosh_bgram got addressed (indexed) with a
negative value. The cause of this is that the bg layer priotity got
calculated before checking if the layer was enabled (which it was not in
this case) and before checking if the bg layer type used to calc the
priority was a valid type (which it was not in this case, which is ok
because the layer was disabled, but an enabled layer can still have an
invalid layer type which could cause a negative address again)

Both the layer being enabled and the layer type are checked now before
calculating the priority. This stops soldivid from crashing on x86_64,
besides that the functionality is 100% identical because the
calculated priority never got used if the layer was not enabled or the
type was not valid.
[src/vidhrdw]psikyosh.c

Tuesday 2nd November, 2004 at 03:46:20 UTC by Lawrence Gold
Minor spelling and grammar changes.
[src/unix/sysdep]sysdep_display.c
[src/unix/video-drivers]xinput.c

Tuesday 2nd November, 2004 at 03:45:45 UTC by Lawrence Gold
Changed "x11-mode" to "video-mode".
[src/unix/doc]xmamerc.dist

Tuesday 2nd November, 2004 at 03:45:12 UTC by Lawrence Gold
Added new key combinations. Moved and started updating the OpenGL section.
[src/unix/doc]xmame-doc.lyx

Tuesday 2nd November, 2004 at 03:43:40 UTC by Lawrence Gold
Added latest changes.
[src/unix/doc]changes.unix

Tuesday 2nd November, 2004 at 03:42:07 UTC by Lawrence Gold
Minor grammar change.
[src/unix]video.c

Tuesday 2nd November, 2004 at 02:23:27 UTC by Lawrence Gold
Updated for 0.88.
[src/unix/doc/mame]gamelist.txt whatsnew.txt
[src/unix/doc/mess]messnew.txt sysinfo.dat

Tuesday 2nd November, 2004 at 02:22:41 UTC by Lawrence Gold
Minor spelling changes.
[src/unix]effect.c mode.c video.c

Monday 1st November, 2004 at 15:07:11 UTC by Hans de Goede
Some initial SDL work
[src/unix/video-drivers]SDL.c

Monday 1st November, 2004 at 13:24:57 UTC by Hans de Goede
-fix 16bpp to yuy2 blitting on 64 bit archs.
-more svgalib testing and fixing
-revert incorrect don't use shift as divide patch, the old
code should work fine.
[src/sound]ym2151.c
[src/unix/video-drivers]blit.h svgalib.c xf86_dga2.c

Monday 1st November, 2004 at 05:44:44 UTC by Hans de Goede
please, PLEASE, don't declare variables inside a for, this is NOT ansi-c
[src/machine]kaneko16.c

Monday 1st November, 2004 at 03:29:58 UTC by Nathan Woods
[Imgtool] Miscellaneous reorganizations; image creation operations is now more
similar to image opening.
[mess/formats]flopimg.c
[mess/tools/imgtool]concept.c iflopimg.c iflopimg.h imgfile.c imghd.c imgtool.h library.h mac.c os9.c rsdos.c stream.c ti99.c ti990hd.c

Monday 1st November, 2004 at 00:32:23 UTC by Nathan Woods
1. Updated to MAME 0.88u2

2. [COCO] Fixed a regression that caused printer output to not work properly.
(bug #612)

3. Fixed a bug that prevented keyboard inputs from being customizable in the
classic UI.

4. [Messtest] Added the ability to create test cases that directly verify
against an image.
[docs]messnew.txt
[mess/devices]bitbngr.c bitbngr.h
[mess/machine]dragon.c
[mess/tests]mess_coco.xml
[mess/tools/messtest]testmess.c
[src]driver.c inptport.c mame.mak sndintrf.c
[src/cpu/e132xs]32xsdasm.c e132xs.c e132xs.h
[src/cpu/nec]nec.c
[src/drivers]8080bw.c afega.c astrocde.c atarifb.c blueprnt.c brkthru.c canyon.c crgolf.c decocass.c fantland.c hitme.c kaneko16.c model2.c mwarr.c namcoic.c nss.c pengo.c playch10.c rohga.c segac2.c seibuspi.c skydiver.c stlforce.c system16.c system18.c taito_x.c twins.c vamphalf.c vicdual.c
[src/includes]8080bw.h astrocde.h* vicdual.h*
[src/machine]astrocde.c fd1094.c fd1094.h fd1094ky.c kaneko16.c kanekotb.h* namcos2.c s16fd.c
[src/sndhrdw]8080bw.c astrocde.c ataridis.c gorf.c turbo.c vicdual.c* wow.c*
[src/sound]astrocde.c astrocde.h disc_dev.c disc_flt.c disc_mth.c discrete.c discrete.h
[src/vidhrdw]astrocde.c
[src/windows]input.c

Sunday 31st October, 2004 at 20:07:27 UTC by Hans de Goede
first batch of svgalib fixes
[src/unix/video-drivers]svgalib.c

Sunday 31st October, 2004 at 19:49:41 UTC by Hans de Goede
Fixed svgalib to work with the video code reoganisation. Now also does 32 bpp (sparse and packed) and downsampling. Still needs testing
[src/unix/video-drivers]svgalib.c

Sunday 31st October, 2004 at 17:17:54 UTC by Nathan Woods
Sync with MAME32
[src/ui]dialogs.c mame32.rc options.c options.h resource.h win32ui.c

Sunday 31st October, 2004 at 16:52:13 UTC by Hans de Goede
svgalib wip
[src/unix/video-drivers]svgalib.c xv.c

Sunday 31st October, 2004 at 13:54:42 UTC by Nathan Woods
Fixed minor compilation error
[mess/cpu/pdp1]tx0dasm.c

Sunday 31st October, 2004 at 08:30:15 UTC by Raphaël Nabet
Added a note about tx-0 being supported.
[docs]messnew.txt

Sunday 31st October, 2004 at 08:27:08 UTC by Hans de Goede
-ym2151.c: oper[].kc_i got initialised to 0 where it should have been
initialised to 768 since that is the min value for kc_i, this causes
a bufferunderrun while addressing the freq table.
-ym2151.c: was using right shift as a divide op on signed numbers which
won't work ofcourse.
[src/sound]ym2151.c

Sunday 31st October, 2004 at 04:19:59 UTC by Nathan Woods
1. Updated to MAME 0.88u1
2. Fixed some minor compilation errors with respect to Raphael's new core
[docs]messnew.txt
[mess/cpu/pdp1]tx0.c
[mess/machine]tx0.c
[mess/systems]tx0.c
[mess/vidhrdw]tx0.c
[src]cpuintrf.c driver.c mame.mak
[src/cpu/i960]i960.c
[src/drivers]1942.c 1943.c blueprnt.c gunsmoke.c jalmah.c model1.c mwarr.c namcoic.c namconb1.c namcos2.c nitedrvr.c ppmast93.c seibuspi.c sf.c* sf1.c stlforce.c system16.c system18.c tumblep.c twinbrat.c zn.c
[src/includes]namcoic.h namcos2.h
[src/machine]fd1094.c fd1094.h fd1094ky.c namcoio.c nitedrvr.c s16fd.c
[src/vidhrdw]1942.c 1943.c blueprnt.c gunsmoke.c namconb1.c namcos2.c nitedrvr.c sf.c* sf1.c stlforce.c system16.c tumblep.c
[src/windows]snprintf.c

Saturday 30th October, 2004 at 23:19:38 UTC by Lawrence Gold
Fixed problems with building PDP-1 and TX0. Raphael and Nathan: Please look these changes over to make sure I didn't screw them up. I only made sure that xmess built successfully.
[mess]mess.mak rules_ms.mak
[mess/machine]tx0.c
[mess/systems]pdp1.c tx0.c
[mess/vidhrdw]tx0.c

Saturday 30th October, 2004 at 11:28:19 UTC by Hans de Goede
-remember user set width and heightscale and always use these when changing
effects if the effect allows it.
[src/unix]effect.c video.c
[src/unix/sysdep]sysdep_display.h

Saturday 30th October, 2004 at 08:28:06 UTC by Hans de Goede
Include all hotkeys in -help output
[src/unix]video.c
[src/unix/video-drivers]xinput.c

Saturday 30th October, 2004 at 07:54:19 UTC by Hans de Goede
Forgot this file in my last commit
[src/unix/video-drivers]xf86_dga2.c

Saturday 30th October, 2004 at 07:53:37 UTC by Hans de Goede
-Undo: fix garbage to the right of the screen with certain artwork in DGA,
because it causes a different set of problems and was just plain wrong.
-Correctly fix garbage to the right of the screen with certain artwork.
-Fix crash when hotkey changing settings with YV12 color format under XV.
-Fix the fix where effect switching wouldn't work with rotated artwork
and DGA. (Yesterday evening was a bad evening to code)
[src/unix]effect.c video.c
[src/unix/sysdep]sysdep_display.c
[src/unix/video-drivers]xv.c

Friday 29th October, 2004 at 20:24:02 UTC by Hans de Goede
-svgafx compiles and works again
-fix effect cycling not working with certain rotated games under DGA
-rename -x11-mode to -video-mode, atuogenerate the helptext depending on
the options compiled in.
-fix garbage to the right of the screen with certain artwork in DGA
[src/unix]video.c
[src/unix/sysdep]sysdep_display.c
[src/unix/video-drivers]svgafx.c svgainput.c svgainput.h xf86_dga2.c

Friday 29th October, 2004 at 14:36:23 UTC by Hans de Goede
-Better fix for: Don't keep the aspect of the window when -nokeepaspect is
specified.
-Try some more fallbacks in sysdep_display_change_params before aborting
with a Fatal error message:
-try again with the old settings (only if the depth, width, height and
orientation didn't change)
-try again without scaling and effects
-try again with x11-mode == 0 and no fullscreen
-give up (abort)
This should make sure that the abort case gets never reached unless
a system is running out of memory or something crazy like that.
-Force update of artwork border when effect or video-mode changes
-Fix ghost images with black scanlines effect
-Report back if change_params changed other params as requested
-Show video mode changes again
-make keybleds a param to sysdep_display_udpate and make status msg a return
value.
[src/unix]effect.c video.c
[src/unix/sysdep]sysdep_display.c sysdep_display.h sysdep_display_priv.h
[src/unix/video-drivers]fxgen.c fxgen.h glgen.c glmame.h x11.c x11.h x11_window.c xf86_dga.c xf86_dga1.c xf86_dga2.c xgl.c xil.c xinput.c xv.c

Friday 29th October, 2004 at 07:00:26 UTC by Hans de Goede
Don't keep the aspect of the window when -nokeepaspect is specified
[src/unix/video-drivers]x11.c

Thursday 28th October, 2004 at 15:14:55 UTC by Hans de Goede
-not only align min_x but also max_x of dest destination coordinates, this
fixes screen corruption with DGA on certain (buggy) hardware.
-correctly handle changing fps display with artwork.
[src]usrintrf.c
[src/unix/sysdep]sysdep_display.c

Previous 508919 RevisionsNext 50


© 1998-2018 The MESS Team