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

Previous 508919 RevisionsNext 50

Sunday 17th October, 2004 at 20:59:59 UTC by XulChris
Redirect OpenGL printfs to use stderr_file
[src/unix/video-drivers]glcab.c glgen.c gltool.c xgl.c

Sunday 17th October, 2004 at 20:32:16 UTC by Nathan Woods
Removed snprintf.c and snprintf.h
[ROOT]makefile.vc
[docs]messnew.txt
[mess]compcfg.c image.c mess.c snprintf.c snprintf.h tapectrl.c
[mess/cpu/saturn]saturnds.c
[mess/machine]cbmdrive.c cbmserb.c pc_hdc.c vc1541.c vc20tape.c
[mess/systems]dragon.c
[mess/tools/imgtool]concept.c imgtool.mak main.c ti990hd.c
[mess/vidhrdw]crtc6845.c
[mess/windows]menu.c parallel.c

Sunday 17th October, 2004 at 17:18:36 UTC by XulChris
Redirect OpenGL printfs to go to stderr
[src/unix/video-drivers]glcab.c glgen.c gltool.c xgl.c

Sunday 17th October, 2004 at 16:48:32 UTC by Hans de Goede
Fixes for rotation bug in Glide and resizing bug in DGA
[src/unix/video-drivers]fxgen.c xf86_dga1.c xf86_dga2.c

Sunday 17th October, 2004 at 15:54:49 UTC by Nathan Woods
[Imgtool] OS-9 imgtool driver now supports reading files
[mess/tools/imgtool]imgfile.c imgtool.c os9.c
[mess/tools/imgtool/windows]wimgtool.c

Sunday 17th October, 2004 at 14:27:16 UTC by Hans de Goede
-XIL now supports running fullscreen
[src/unix/video-drivers]x11.c x11.h xil.c xv.c

Sunday 17th October, 2004 at 11:30:56 UTC by Hans de Goede
-Completly rewrote the visual area changing handling in order to catch a few
corner cases. Now for non hwscaling display methods the display is no longer
destroyed and recreated when the visual area changes, but only the window
is resized or the video mode changed.
-made xv live in its own C-file.
-made xil a seperate x11-mode, select with -x11-mode 4 or left-alt + end,
xil now completly lives in its own C-file. This needs testing since
I can't test this!
-fixed a rounding error which caused vector games to get a slightly
different resolution then requested.
[src]mame.c
[src/unix]effect.c mode.c unix.mak video.c
[src/unix/sysdep]sysdep_display.c sysdep_display.h sysdep_display_priv.h
[src/unix/video-drivers]blit.h blit_funcs.c fxgen.c glgen.c glmame.h glvec.c pixel_convert.h x11.c x11.h x11_window.c xf86_dga.c xf86_dga1.c xf86_dga2.c xfx.c xgl.c xil.c xinput.c xv.c*

Sunday 17th October, 2004 at 07:25:55 UTC by Hans de Goede
Please don't use a C99 compiler
[src/drivers]ladybug.c
[src/vidhrdw]hng64.c

Sunday 17th October, 2004 at 05:55:48 UTC by smf
updated to dosmame 0.87
[ROOT]whatsnwd.txt
[src/msdos]msdos.c osd_cpu.h

Sunday 17th October, 2004 at 02:23:39 UTC by Nathan Woods
1. [Imgtool] Preliminary CoCo OS-9 disk image module.

2. [Windows Imgtool] Miscellaneous bug fixes
[docs]messnew.txt
[mess/tools/imgtool]imgfile.c imgtool.h modules.c
[mess/tools/imgtool/windows]wimgtool.c

Saturday 16th October, 2004 at 22:54:22 UTC by Nathan Woods
1. Updated to MAME 0.87u4
2. [Imgtool] More work on OS-9 image driver, and infrastructure for directory
support
[docs]messnew.txt
[mess/tools/imgtool]imgfile.c imgterrs.c imgterrs.h imgtool.c os9.c
[mess/tools/imgtool/windows]wimgtool.c
[mess/tools/imgtool/windows/res]dir.ico
[src]driver.c mame.mak
[src/cpu/i86]instr86.c
[src/drivers]aztarac.c beathead.c cojag.c dooyong.c foodf.c hng64.c kaneko16.c ladybug.c midvunit.c midzeus.c mwarr.c* nmg5.c polepos.c ppmast93.c* seattle.c splash.c twinbrat.c* twins.c* zn.c
[src/machine]midtunit.c midwunit.c
[src/vidhrdw]dooyong.c hng64.c* polepos.c
[src/windows]config.c

Saturday 16th October, 2004 at 16:17:28 UTC by Lawrence Gold
Added an ALSA mixer plugin, which can be enabled with "-sound-mixer-plugin (-smp) alsa". The new "-alsa-mixer (-amixer)" option accepts the name of a "simple mixer control", which you can find by executing "amixer". (Shyouzou Sugitani)
[src/unix]unix.mak xmess.c
[src/unix/doc]changes.unix
[src/unix/sysdep]sysdep_mixer.c sysdep_mixer_plugins.h
[src/unix/sysdep/mixer-drivers]alsa.c*

Friday 15th October, 2004 at 12:14:15 UTC by Nathan Woods
[Imgtool] Fixed compiler warnings
[mess/tools/imgtool]os9.c

Friday 15th October, 2004 at 12:00:54 UTC by Nathan Woods
1. [Imgtool] Added the start of an OS-9 imgtool module. Not enabled yet
2. [Windows Imgtool] More cosmetic enhancements; disabled menu items when image
is read only or module does not support functionality
[mess/tools/imgtool]imgtool.mak library.c library.h modules.c os9.c* rsdos.c
[mess/tools/imgtool/windows]wimgres.h wimgtool.c wimgtool.rc
[mess/tools/imgtool/windows/res]dir.ico* readonly.ico*

Friday 15th October, 2004 at 07:14:40 UTC by Hans de Goede
fix ladybug driver compilation (we are _not_ using C++)
[src/drivers]ladybug.c

Friday 15th October, 2004 at 07:13:07 UTC by Hans de Goede
fix ladybug vidhrdw compilation (we are _not_ using C++)
[src/vidhrdw]ladybug.c

Friday 15th October, 2004 at 07:11:04 UTC by Hans de Goede
Fix warnings with gcc 3.4.2
[src]memory.h

Wednesday 13th October, 2004 at 23:13:38 UTC by Nathan Woods
Moved imgtool file lists into separate makefiles
[ROOT]makefile.mes makefile.vc
[mess]mess.mak
[mess/tools/imgtool]imgtool.mak*
[mess/tools/imgtool/windows]wimgtool.mak*
[mess/tools/messtest]testimgt.c

Wednesday 13th October, 2004 at 11:36:22 UTC by Nathan Woods
[Imgtool] Added the foundations for directory support
[mess/tools/imgtool]concept.c imgfile.c imgtool.c imgtool.h library.h mac.c main.c rsdos.c ti99.c ti990hd.c
[mess/tools/imgtool/windows]wimgtool.c

Wednesday 13th October, 2004 at 02:36:07 UTC by Nathan Woods
Fixed compiler warning
[mess/tools/messtest]main.c

Wednesday 13th October, 2004 at 02:30:49 UTC by Nathan Woods
1. Fixed a bug in core floppy handling that prevented writes to CoCo DMK images
from working. (bug #607) [Tim Lindner]

2. [Messtest] Ironed out some wrinkles in Messtest so that a public test case
could be made for bug #607.
[docs]messnew.txt
[mess]device.h image.c
[mess/devices]harddriv.c mflopimg.c
[mess/formats]flopimg.c
[mess/tests]mess_coco.xml
[mess/tools/messtest]core.c core.h main.c testmess.c

Tuesday 12th October, 2004 at 22:59:26 UTC by Nathan Woods
1. Updated to MAME 0.87u3 core
2. Fixed a latent problem where part of the natural language system still
thought that we use 16-bit ports. [Tim Lindner]
[docs]messnew.txt
[mess]inputx.c
[src]cheat.c common.c common.h cpuintrf.c cpuintrf.h datafile.c driver.c mame.mak memory.c memory.h rules.mak x86drc.c x86drc.h
[src/cpu/adsp2100]adsp2100.c
[src/cpu/ccpu]ccpu.c ccpu.h ccpudasm.c ccputabl.c
[src/cpu/i8085]i8085.c
[src/cpu/i86]i286.c i86.c i86dasm.c
[src/cpu/i960]i960.c
[src/cpu/konami]konami.c
[src/cpu/m37710]m37710.h
[src/cpu/m68000]m68000.h m68k.h m68k_in.c m68kconf.h m68kcpu.c m68kcpu.h m68kmame.c m68kmame.h
[src/cpu/mips]mdrcold.c
[src/cpu/nec]nec.c necdasm.c
[src/cpu/tms32031]tms32031.c
[src/cpu/v60]v60.c
[src/cpu/v810]v810.c
[src/drivers]8080bw.c 88games.c aliens.c artmagic.c aztarac.c beathead.c bishi.c blockhl.c btoads.c cinemat.c cojag.c crimfght.c dfpix.c dgpix.c* exidy.c exterm.c foodf.c gaelco3d.c gbusters.c gijoe.c ginganin.c ikki.c itech8.c jalmah.c kinst.c konamigv.c kyugo.c ladybug.c mcr2.c mcr68.c midtunit.c midvunit.c midwunit.c midxunit.c midzeus.c model1.c moo.c namcofl.c namcoic.c namconb1.c namcos2.c niyanpai.c nmk16.c othunder.c outrun.c parodius.c pgm.c qdrmfgp.c quantum.c rollerg.c seattle.c simpsons.c slapshot.c srmp2.c stv.c suprnova.c surpratk.c taito_f3.c thunderx.c tickee.c trackfld.c vendetta.c victory.c wardner.c xexex.c zn.c
[src/includes]cinemat.h exidy.h namcoic.h namconb1.h namcos2.h psx.h
[src/machine]irem_cpu.c konami.c konamigx.c model1.c psx.c simpsons.c
[src/sndhrdw]cinemat.c dcs.c exidy.c leland.c
[src/sound]psx.c psx.h
[src/vidhrdw]cinemat.c exidy.c konamiic.c konamiic.h ladybug.c midtunit.c midyunit.c model1.c namcofl.c namconb1.c namcos2.c trackfld.c vooddraw.h voodoo.c voodrast.h voodregs.h

Tuesday 12th October, 2004 at 13:38:48 UTC by Hans de Goede
-hopefully fixed the OpenGL on NVidea bug.
-don't resize the window for display methods which can do hardware scaling
when the visual area of the game changes. This fixes the flashing with
for example raystorm when using Xv or OpenGL.
-removed defining GLX_LIBNAME from the makefile, now it always is
libglut.so. I've checked the latest nvidea-drivers and these don't include
a libglx.so, so this is no longer needed.
-removed TDFX_DGA_WORKAROUND from the makefile. This now is always enabled
since this shouldn't hurt cards without the bug.
-Make glide code detect if there actually is a voodoo board in the init
code, if no board is found don't allow hotkey switching to Glide, or
starting with -x11-mode 3
-Fixed compiling of Glide code with glide2
-Added a -fxresolution option to the x11 target with Glide included, instead
of using -geometry to set the resolution for Glide. Now that you can
specify a geometry to use for windows with hwscaling (Xv, OpenGL) which
fits your desktop, without Glide complaining that it is not a valid Glide
resolution.
-new effect_asm.asm from Richard Goedeken, now with a MAME compatible
license header :)
[ROOT]makefile.unix
[src/unix]effect_asm.asm unix.mak video.c
[src/unix/sysdep]rc.c
[src/unix/video-drivers]fxcompat.h fxgen.c fxgen.h glgen.c gltool.c svgafx.c x11.c x11.h x11_window.c xf86_dga2.c xfx.c xgl.c

Tuesday 12th October, 2004 at 12:14:03 UTC by Nathan Woods
[Windows Imgtool] Finished file associations dialog and command line loading
[ROOT]makefile.mes makefile.vc
[mess/tools/imgtool/windows]assoc.c assocdlg.c wimgtool.c wimgtool.h wimgtool.rc wmain.c

Tuesday 12th October, 2004 at 11:45:07 UTC by Nathan Woods
[Windows Imgtool] More work on the file associations dialog
[mess/tools/imgtool/windows]assoc.c assoc.h assocdlg.c wimgres.h wimgtool.c

Monday 11th October, 2004 at 22:27:39 UTC by Nathan Woods
[Windows Imgtool] Beginnings of drag and drop, and factored out attributes
dialog code into separate files
[ROOT]makefile.mes makefile.vc
[mess/tools/imgtool/windows]attrdlg.c* attrdlg.h* wimgtool.c

Monday 11th October, 2004 at 13:57:00 UTC by Hans de Goede
-fixed artwork flickering in combination with DGA vsynced pageflipping
[src/unix]mode.h video.c
[src/unix/sysdep]sysdep_display.h
[src/unix/video-drivers]blit_funcs.c blit_funcs.h fxgen.c x11_window.c xf86_dga2.c xgl.c

Monday 11th October, 2004 at 13:53:06 UTC by Nathan Woods
[Windows Imgtool] Fully implemented the put file options dialog
[mess/tools/imgtool/windows]wimgtool.c
[mess/windows]opcntrl.c

Monday 11th October, 2004 at 01:52:52 UTC by Nathan Woods
[Windows Imgtool] More work on the put options dialog
[mess/tools/imgtool/windows]assocdlg.c wimgres.h wimgtool.c wimgtool.rc

Sunday 10th October, 2004 at 14:02:05 UTC by Nathan Woods
[Windows Imgtool] Beginnings of a file association dialog
[ROOT]makefile.mes makefile.vc
[mess/tools/imgtool/windows]assoc.c* assoc.h* assocdlg.c* wimgres.h wimgtool.c wimgtool.rc

Sunday 10th October, 2004 at 09:58:56 UTC by Hans de Goede
-made the resizing of the opengl window not bound to the aspect when in
cabinet mode.
-added glide and opengl to -x11-mode -help output
-don't crash on -x11-mode 2 -help
[src/unix/video-drivers]glgen.c x11.c x11.h x11_window.c xgl.c xinput.c

Sunday 10th October, 2004 at 06:11:26 UTC by Hans de Goede
small OpenGL tweak
[src/unix/video-drivers]glgen.c

Saturday 9th October, 2004 at 23:02:19 UTC by Nathan Woods
[Windows Imgtool] Implemented contextual menu
[mess/tools/imgtool]rsdos.c
[mess/tools/imgtool/windows]wimgres.h wimgtool.c wimgtool.rc

Saturday 9th October, 2004 at 19:24:25 UTC by Lawrence Gold
Added HOST_CC for xmame on Blackfin.
[ROOT]makefile.unix

Saturday 9th October, 2004 at 14:10:35 UTC by Hans de Goede
-rewrite of OpenGL vector code, now works with artwork (without overlays),
supports clipping, fixes a number of bugs when using vectors in cabinet mode
and generates better (shorter) OpenGL command lists.
[src/unix/video-drivers]fxvec.c glgen.c glmame.h glvec.c

Saturday 9th October, 2004 at 13:06:23 UTC by Nathan Woods
[Windows Imgtool] Miscellaneous enhancements, attributes now display
[mess/tools/imgtool]rsdos.c
[mess/tools/imgtool/windows]wimgtool.c
[src/ui]ui.mak

Saturday 9th October, 2004 at 01:17:38 UTC by Nathan Woods
[Windows Imgtool] Created icons, and enhanced string options
[ROOT]makefile.mes makefile.vc
[mess/tools/imgtool/windows]wimgres.h wimgtool.c wimgtool.rc
[mess/tools/imgtool/windows/res]doc.ico* imgtool.ico*
[mess/windows]opcntrl.c

Friday 8th October, 2004 at 12:19:51 UTC by Nathan Woods
[Imgtool] Beefed up consistency checks, and fixed non-compliant drivers. Also
changed ImageModule flags field to be individual bitfields
[mess/tools/imgtool]imgfile.c imgtool.c imgtool.h library.h rsdos.c ti99.c ti990hd.c

Thursday 7th October, 2004 at 19:36:21 UTC by Hans de Goede
-more OpenGL work, fixed some cases where the colors we're of
non artwork vector games now work.
[ROOT]makefile.unix
[src/unix/video-drivers]fxgen.c fxvec.c glgen.c glmame.h glvec.c svgafx.c x11.h x11_window.c xgl.c xinput.c

Thursday 7th October, 2004 at 14:19:53 UTC by Lawrence Gold
messtest builds and links again.
[src/unix]unix.mak

Thursday 7th October, 2004 at 12:19:37 UTC by Nathan Woods
[Imgtool] Updated consistency checks
[mess/tools/imgtool]imgtool.c

Thursday 7th October, 2004 at 11:48:49 UTC by Nathan Woods
[Imgtool] Fixed hard drive driver to have default values, and a bug in the
Windows GUI Imgtool. Also added rudimentary validity checks
[mess/tools/imgtool]imghd.c imgtool.c imgtool.h main.c
[mess/tools/imgtool/windows]wimgtool.c wimgtool.h wmain.c
[mess/tools/messtest]main.c

Thursday 7th October, 2004 at 04:11:45 UTC by Nathan Woods
[Windows Imgtool] Replaced the combo boxes with spin controls
[mess]opresolv.c opresolv.h
[mess/tools/imgtool/windows]wimgtool.c
[mess/windows]opcntrl.c opcntrl.h

Wednesday 6th October, 2004 at 14:05:27 UTC by Hans de Goede
-fixed compilation with mmx asm effects
-fixed OpenGL to work with the video reorganisation including cabview. In order
to get cabview and other GLU functions to work gltool.c has been changed
to not use glXGetProcAddress for GLU and instead always uses dlsym.
User visible changes:
-xgl now is part of of xmame.x11, use -x11-mode 2 or left alt + page-up
-glide has changed from -x11-mode 2 to -x11-mode 3, hotkey still is
left-alt + delete
-user can now hotkey toggle between xgl window and fullscreen with
left-alt + page-down
Todo:
-fix vectors
-add hotkeys for toggling aa, bilin filtering, etc
[src/unix]effect_asm.asm effect_renderers.h
[src/unix/video-drivers]glgen.c glmame.h gltool.c glvec.c xgl.c

Wednesday 6th October, 2004 at 11:30:34 UTC by Nathan Woods
Updated to MAME 0.87u2 core
[ROOT]makefile.mes makefile.vc
[docs]messnew.txt
[src]artwork.c artwork.h driver.c mame.c mame.mak
[src/cpu/i960]i960.c i960.h
[src/drivers]armedf.c atarifb.c cvs.c exterm.c galaxian.c gladiatr.c hng64.c ikki.c mazerbla.c mermaid.c model2.c multi32.c namcos23.c pengo.c raiden2.c rockola.c seibuspi.c seta.c suna8.c system1.c system32.c toaplan2.c vamphalf.c vicdual.c
[src/machine]seibuspi.c
[src/sndhrdw]suna8.c*
[src/sound]c352.c
[src/vidhrdw]mermaid.c seibuspi.c toaplan2.c
[src/windows]fronthlp.c

Tuesday 5th October, 2004 at 15:05:17 UTC by Hans de Goede
-more unix OpenGL work, almost finished now !
[src/unix]video.c xmame.h
[src/unix/sysdep]sysdep_display.c sysdep_display.h sysdep_display_priv.h
[src/unix/video-drivers]blit.h blit_effect.h blit_funcs.c blit_funcs.h fxgen.c fxgen.h glcab.c glexport.c glgen.c gljpg.c glmame.h glvec.c svgafx.c svgainput.c x11.c x11.h x11_window.c xf86_dga.c xf86_dga1.c xf86_dga2.c xfx.c xgl.c

Tuesday 5th October, 2004 at 03:40:56 UTC by Lawrence Gold
Fixed some build problems with GCC 2.95.3. Ideally, all widths and heights should just be unsigned, but this was a good quick fix.
[src/unix/video-drivers]x11.h xinput.c

Tuesday 5th October, 2004 at 03:39:45 UTC by Lawrence Gold
Minor spelling fix.
[src/unix/video-drivers]x11_window.c

Tuesday 5th October, 2004 at 03:25:51 UTC by Lawrence Gold
The xml2info utility can now link against the system's libexpat, and no longer requires BUILD_EXPAT to be set. Fixes Bugzilla bug 592.
[src/unix]unix.mak

Tuesday 5th October, 2004 at 00:23:08 UTC by Nathan Woods
[COCO] Fixed bug #606 [Tim Lindner]
[docs]messnew.txt
[mess/devices]mflopimg.c
[mess/formats]basicdsk.c coco_dsk.c flopimg.c flopimg.h

Previous 508919 RevisionsNext 50


© 1998-2018 The MESS Team