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

Previous 508919 RevisionsNext 50

Tuesday 29th March, 2005 at 04:48:18 UTC by Lawrence Gold
VC build fixes, which also help with GCC when stricter settings are enabled. (Bryan McPhail)
[src/cpu/powerpc]ppc403.c
[src/drivers]srmp6.c tx1.c
[src/vidhrdw]tx1.c

Tuesday 29th March, 2005 at 02:36:03 UTC by Nathan Woods
[APPLE1] Improved driver. [Colin Howell]
[docs]messnew.txt
[mess]mscommon.c mscommon.h
[mess/includes]apple1.h
[mess/machine]apple1.c
[mess/systems]apple1.c
[mess/vidhrdw]apple1.c kaypro.c
[src/machine]6821pia.c

Tuesday 29th March, 2005 at 01:40:26 UTC by Nathan Woods
Adding note about PeT's change
[docs]messnew.txt

Tuesday 29th March, 2005 at 01:08:01 UTC by Nathan Woods
Giving Tim credit for his change
[docs]messnew.txt

Monday 28th March, 2005 at 19:22:03 UTC by Cowering
Add proper Laser3000 dump, still does not boot
[mess/systems]apple2.c

Monday 28th March, 2005 at 16:28:02 UTC by Tim Lindner
Added note about 6309 change.
[docs]messnew.txt

Monday 28th March, 2005 at 14:03:28 UTC by Nathan Woods
Some cleanups to help Tim
[src]fileio.c sndintrf.c

Monday 28th March, 2005 at 09:17:20 UTC by XulChris
do not check ui_active for consoles
[src/unix]video.c

Monday 28th March, 2005 at 09:02:53 UTC by XulChris
supervision lcd aspect ratio is quadratic (PeT)
[mess/systems]svision.c

Monday 28th March, 2005 at 06:33:37 UTC by Tim Lindner
Corrected SEXW instruction. It now sign extends register W into register Q.
I also corrected the execution cycles to 4.
[src/cpu/hd6309]6309ops.c 6309tbl.c

Monday 28th March, 2005 at 05:04:17 UTC by Nathan Woods
Minor cleanups
[mess]inputx.c

Monday 28th March, 2005 at 03:33:27 UTC by Nathan Woods
Preparations for next dev cycle
[docs]messnew.txt
[src]version.c
[src/ui]mame32.rc

Sunday 27th March, 2005 at 18:42:50 UTC by Nathan Woods
1. [APPLE2] Changed keyboard type to be an enum

2. Updated to MAME 0.95 core
[ROOT]makefile makefile.mes makefile.vc
[docs]messnew.txt
[mess/includes]apple2.h
[mess/machine]ay3600.c ay3600.h
[src]cdrom.c cdrom.h chdman.c cheat.c cpuexec.c cpuexec.h driver.c mame.mak version.c
[src/drivers]astrocde.c bestleag.c calorie.c cclimber.c ddrible.c dec8.c equites.c galaxian.c ironhors.c kingobox.c konamigq.c konamigv.c laserbas.c m92.c nemesis.c nmg5.c pbaction.c playmark.c segac2.c segas16b.c segas18.c segaxbd.c simpsons.c sslam.c stv.c system1.c system18.c tickee.c tmnt.c tumblep.c vigilant.c wiz.c xxmissio.c
[src/includes]astrocde.h
[src/machine]am53cf96.c am53cf96.h astrocde.c fd1089.c scsicd.c* scsidev.h* scsihd.c*
[src/vidhrdw]astrocde.c sslam.c system1.c system1.h vigilant.c

Saturday 26th March, 2005 at 22:00:13 UTC by XulChris
Mark Franklin Ace 100 character generator ROM as NO DUMP
[mess/systems]apple2.c

Saturday 26th March, 2005 at 16:56:22 UTC by Nathan Woods
[Imgtool ProDOS] Implemented directory deletion
[mess/tests]imgtool_prodos.xml
[mess/tools/imgtool]prodos.c

Saturday 26th March, 2005 at 02:55:32 UTC by XulChris
fix oa-ctrl-reset
[mess/machine]ay3600.c

Friday 25th March, 2005 at 10:04:52 UTC by Cowering
testing new linux install.. no changes to file
[ROOT]makefile.mes

Thursday 24th March, 2005 at 23:44:25 UTC by Lawrence Gold
I believe these were missed in the 0.94u4 update.
[src/drivers]cps3.c laserbas.c
[src/sndhrdw]vicdual.c

Thursday 24th March, 2005 at 20:52:42 UTC by XulChris
Fix keyboard
[mess/machine]apple2.c

Thursday 24th March, 2005 at 20:49:10 UTC by XulChris
Apple //c (Mem. Exp.) driver now boots
[mess/machine]apple2.c

Thursday 24th March, 2005 at 17:54:19 UTC by XulChris
Add Apple //c (Original Memory Expansion) driver
[docs]messnew.txt
[mess]system.c
[mess/systems]apple2.c

Thursday 24th March, 2005 at 07:40:56 UTC by Lawrence Gold
Replaced stricmp() with strcasecmp().
[src/unix]xmess.c

Thursday 24th March, 2005 at 07:40:16 UTC by Lawrence Gold
Fixed a bug in the OpenGL display target that could cause the bitmap to be skewed for some games, such as sfrush.
[src/unix/video-drivers]glgen.c

Thursday 24th March, 2005 at 07:39:56 UTC by Lawrence Gold
Installing the OpenGL cabinets now really works without requiring a symlink to src/unix/cab in the top-level directory.
[src/unix]unix.mak

Wednesday 23rd March, 2005 at 19:13:08 UTC by XulChris
Implement addition RAM settings for Apple 1 driver (bug #482)
[docs]messnew.txt
[mess/systems]apple1.c

Wednesday 23rd March, 2005 at 14:37:02 UTC by Nathan Woods
[APPLE2C0] Now uses the IWM chip. Code was refactored from Apple IIgs.
[docs]messnew.txt
[mess/includes]apple2.h
[mess/machine]apple2.c apple2gs.c

Wednesday 23rd March, 2005 at 06:17:27 UTC by Lawrence Gold
Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated games to segfault. Fixes Bugzilla bug 679.
[src/unix]effect.c
[src/unix/sysdep]sysdep_display.h sysdep_display_priv.h
[src/unix/video-drivers]xv.c

Wednesday 23rd March, 2005 at 06:16:59 UTC by Lawrence Gold
Fixed a comment.
[src/unix]video.c

Wednesday 23rd March, 2005 at 06:16:27 UTC by Lawrence Gold
Replaced stricmp() with strcasecmp().
[src/unix]fronthlp.c ident.c

Wednesday 23rd March, 2005 at 06:15:36 UTC by Lawrence Gold
Fixed a comment.
[src/unix/video-drivers]gltool.c

Wednesday 23rd March, 2005 at 06:14:58 UTC by Lawrence Gold
Updated for 0.94.
[src/unix/doc]xmame-doc-6.html xmame-doc.lyx xmame-doc.txt xmame.6

Wednesday 23rd March, 2005 at 04:13:52 UTC by Nathan Woods
[APPLE2] Refactored slot code, to make it a bit more 'slot oriented'
[mess/includes]apple2.h
[mess/machine]apple2.c apple2gs.c

Wednesday 23rd March, 2005 at 03:45:19 UTC by Nathan Woods
Updated core to MAME 0.94u5
[docs]messnew.txt
[mess]mess.mak
[src]core.mak driver.c info.c mame.c mame.mak tiny.c* tiny.mak
[src/cpu/m6502]6502dasm.c m6502.c m6502.h m65ce02.c m65ce02.h
[src/drivers]8080bw.c balsente.c bestleag.c* equites.c firetrk.c jalmah.c kaneko16.c m90.c nemesis.c nmg5.c olibochu.c pushman.c realbrk.c segac2.c segas16b.c segas18.c segaxbd.c seibuspi.c splash.c sprint2.c srmp6.c system24.c tceptor.c tumblep.c vigilant.c
[src/includes]8080bw.h balsente.h
[src/machine]balsente.c fd1094.c kaneko16.c kanekotb.h segaic16.c
[src/sndhrdw]8080bw.c firetrk.c sprint2.c
[src/sound]2413intf.c 2413intf.h disc_mth.c disc_wav.c discrete.h
[src/vidhrdw]avgdvg.c balsente.c bosco.c galaga.c midvunit.c model3.c splash.c tumblep.c vigilant.c

Monday 21st March, 2005 at 13:59:18 UTC by Nathan Woods
Ummm these were not missing updates, this was MESS specific code
[src/cpu/tms9900]9900dasm.c 99xxcore.h 99xxstat.h tms9900.h
[src/debug]debugvw.c debugvw.h

Monday 21st March, 2005 at 10:42:18 UTC by Hans de Goede
Add missing 094u4 updates
[src/cpu/tms9900]9900dasm.c 99xxcore.h 99xxstat.h tms9900.h
[src/debug]debugvw.c debugvw.h
[src/drivers]meijinsn.c

Sunday 20th March, 2005 at 23:58:58 UTC by Lawrence Gold
Looks like this was missed in the 0.94u4 update.
[src]driver.c

Sunday 20th March, 2005 at 20:28:32 UTC by Nathan Woods
Cleaned up some beep code
[mess/sound]beep.h
[mess/systems]ti990_4.c

Sunday 20th March, 2005 at 07:30:19 UTC by Hans de Goede
Add missing MAME file
[src/sndhrdw]circus.c*

Sunday 20th March, 2005 at 02:55:39 UTC by Nathan Woods
[TI990_10] Fixed a crash regression introduced in the 0.93 MAME core update.
[docs]messnew.txt
[mess/tests]mess_ti990_10.xml*
[mess/vidhrdw]911_vdt.c

Sunday 20th March, 2005 at 02:16:16 UTC by Nathan Woods
[TELMAC] Fixed a crash regression introduced in the 0.93 MAME core update. (bug
#671)
[docs]messnew.txt
[mess/systems]telmac.c
[mess/tests]mess_telmac.xml*
[mess/vidhrdw]cdp186x.c

Saturday 19th March, 2005 at 23:45:25 UTC by Nathan Woods
1. [C64] Fixed a regression intorduced in 0.92 that prevented the first floppy
drive from working properly. (bug #681)

2. [MSX] Fixed a sound regression introduced in the 0.93 MAME core update.
(bug #683)
[docs]messnew.txt
[mess/includes]c65.h cbmdrive.h cbmserb.h
[mess/machine]c128.c c16.c c64.c c65.c cbmb.c cbmserb.c pet.c vc20.c
[mess/systems]msx.c

Friday 18th March, 2005 at 02:44:31 UTC by Nathan Woods
Updated to MAME 0.94u4 core
[docs]messnew.txt
[src/debug]debugcmd.c
[src/drivers]calorie.c holeland.c konamigv.c namcos11.c namcos12.c pengo.c pipeline.c segas16b.c system24.c vigilant.c
[src/machine]nmk004.c s16fd.c s24fd.c
[src/sound]2151intf.c 2203intf.c 2608intf.c 2610intf.c 2612intf.c fm.c fm.h ym2151.c ym2151.h
[src/vidhrdw]playmark.c psx.c vigilant.c

Friday 18th March, 2005 at 02:32:00 UTC by Nathan Woods
1. [Windows GUI] Fixed a bug that could cause the GUI to internally lose track
of which images are selected. (bug #675)

2. [Windows GUI] Added some debugging code
[docs]messnew.txt
[mess/ui]mess32ui.c optionsms.c

Thursday 17th March, 2005 at 14:41:21 UTC by Nathan Woods
[Windows GUI] Fixed a bug that could cause trailing '|' characters in the device
view
[docs]messnew.txt
[mess/ui]mess32ui.c

Thursday 17th March, 2005 at 13:33:30 UTC by Nathan Woods
[APPLE2GS] Sound/gfx improvements [R Belmont]
[mess/machine]apple2gs.c
[mess/sound]es5503.c
[mess/systems]apple2.c apple2gs.c

Wednesday 16th March, 2005 at 14:49:56 UTC by Nathan Woods
[APPLE2GS] Implemented Ensoniq ES5503 sound system. [R. Belmont]
[docs]messnew.txt
[mess]mess.mak rules_ms.mak
[mess/includes]apple2gs.h
[mess/machine]apple2.c apple2gs.c
[mess/sound]es5503.c* es5503.h*
[mess/systems]apple2gs.c saturn.c
[src]sndintrf.c sndintrf.h

Wednesday 16th March, 2005 at 14:07:02 UTC by Cowering
Starting on LASER 3000 driver
[mess]system.c
[mess/systems]apple2.c

Wednesday 16th March, 2005 at 04:06:16 UTC by Nathan Woods
[Windows GUI] Fixed a bug that could caused file filters to contain garbled
text. (bug #680) [Nick Westgate, Nate Woods]
[docs]messnew.txt
[mess/ui]mess32ui.c

Wednesday 16th March, 2005 at 00:18:11 UTC by Nathan Woods
Updated MAME core to 0.94u3
[docs]messnew.txt
[src]driver.c mame.c mame.mak x86drc.c
[src/cpu/m37710]m37710.c
[src/debug]debugvw.h
[src/drivers]8080bw.c balsente.c battlera.c bublbobl.c circus.c cps1.c cps2.c dcon.c decocass.c frogger.c funkybee.c galaga.c gyruss.c itech32.c jedi.c lasso.c merit.c mitchell.c nmk16.c ojankohs.c omegaf.c othunder.c pacman.c pitnrun.c playmark.c polepos.c qix.c segac2.c segaorun.c segas16b.c segas18.c segas32.c segaxbd.c segaybd.c seta.c spdbuggy.c srumbler.c sslam.c tnzs.c toaplan2.c tx1.c* williams.c
[src/includes]8080bw.h balsente.h circus.h* itech32.h
[src/machine]balsente.c nmk004.c* nmk004.h* segaic16.c tx1.c*
[src/sndhrdw]8080bw.c firetrk.c
[src/sound]discrete.h samples.c scsp.c sn76477.c
[src/vidhrdw]8080bw.c circus.c funkybee.c gradius3.c itech32.c playmark.c segaic16.c segaic16.h segaxbd.c segaybd.c sslam.c tx1.c*
[src/windows]fileio.c fronthlp.c input.c ticker.c

Tuesday 15th March, 2005 at 07:23:25 UTC by XulChris
Mark new laser drivers as not working.
[mess/systems]apple2.c

Previous 508919 RevisionsNext 50


© 1998-2018 The MESS Team