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

Previous 508919 RevisionsNext 50

Tuesday 27th April, 2004 at 04:40:30 UTC by Lawrence Gold
xmame should build again.
[src/unix]config.c fileio_more.c

Tuesday 27th April, 2004 at 03:04:21 UTC by Nathan Woods
[AT386] Minor enhancements; blasted thing still won't boot
[mess/machine]mc146818.c pc_hdc.c pc_hdc.h pcshare.c
[mess/systems]at.c

Monday 26th April, 2004 at 22:42:30 UTC by Nathan Woods
[AT386] Minor fixes
[mess/machine]8237dma.c ibmat.c

Monday 26th April, 2004 at 17:30:46 UTC by Nathan Woods
Fixed bug #500
[docs]messnew.txt
[src/windows]fileio.c

Monday 26th April, 2004 at 16:41:26 UTC by Nathan Woods
1. i386 and AT386 enhancements; machine now partially starts up though it
doesn't fully boot
2. [CHANNELF] Fixed minor compilation issue
[docs]messnew.txt
[mess/includes]pc_fdc_h.h
[mess/machine]at.c ibmat.c pc_fdc_h.c pckeybrd.c pic8259.c pit8253.c
[mess/sndhrdw]channelf.c
[mess/systems]at.c
[mess/vidhrdw]pc_cga.c pc_video.c
[src/cpu/i386]i386.c i386.h i386dasm.c i386op16.c i386op16.h i386op32.c i386op32.h i386ops.c

Sunday 25th April, 2004 at 21:23:19 UTC by Hobie Troxell
Eliminated references to CRC files.
[ROOT]sysinfo.dat

Sunday 25th April, 2004 at 21:22:19 UTC by Hobie Troxell
Eliminated many extra CR. Corrected comment about mapper location.
[hash]msx.hsi

Sunday 25th April, 2004 at 11:34:41 UTC by Frank Palazzolo
Bug fix/Rewrite - sound HW now matches Channel F System 1
Still need additional code to fix PWM music on the System 2 (as in cart #24)
[mess/sndhrdw]channelf.c

Sunday 25th April, 2004 at 03:58:09 UTC by Hobie Troxell
Added mfg to correct tags.
[hash]a5200.hsi

Sunday 25th April, 2004 at 03:34:25 UTC by Hobie Troxell
Swapped mfg / year mappings (oops). Removed info for the known bad roms.
[hash]sms.hsi

Saturday 24th April, 2004 at 03:09:43 UTC by Hobie Troxell
Added mfg data to correct tags. Deleted info for the few known bad roms.
[hash]a7800.hsi

Friday 23rd April, 2004 at 02:29:40 UTC by Lawrence Gold
Re-enabled fileio_more.c, now that it's in CVS. Both xmess and messtest should now build successfully.
[src/unix]Makefile

Friday 23rd April, 2004 at 02:23:49 UTC by Nathan Woods
1. [AT386] Misc updates
2. Updated MAME core to MAME 0.81u7
[mess]mess.c mess.h
[mess/includes]pclpt.h pcshare.h
[mess/machine]ibmat.c pclpt.c pcshare.c
[src]audit.c audit.h chdman.c cpuexec.c driver.c mame.mak romcmp.c rules.mak sndintrf.c sndintrf.h
[src/cpu/e132xs]e132xs.c
[src/cpu/i386]i386.c i386.h i386op16.c i386op16.h i386op32.c i386op32.h i386ops.c
[src/drivers]aerofgt.c cojag.c galpanic.c mitchell.c model1.c raiden2.c segac2.c seibuspi.c ssv.c st0016.c system1.c taitojc.c zn.c
[src/includes]suprridr.h
[src/machine]midwayic.h
[src/sound]st0016.c* st0016.h*
[src/vidhrdw]segac2.c segasyse.c

Friday 23rd April, 2004 at 02:00:00 UTC by Lawrence Gold
Oops, I forgot to commit this before.
[src/unix]fileio_more.c*

Wednesday 21st April, 2004 at 23:03:06 UTC by Nathan Woods
Tweaked XMESS so that messtest runs
[mess/tools/messtest]main.c
[src/unix]Makefile dirio.c

Wednesday 21st April, 2004 at 21:55:59 UTC by Nathan Woods
[AT386] Misc CPU and other updates
[mess/includes]pit8253.h
[mess/machine]8237dma.c 8237dma.h pic8259.c
[mess/systems]at.c
[src/cpu/i386]i386.c i386op16.c i386op16.h i386op32.c i386op32.h i386ops.c

Wednesday 21st April, 2004 at 21:13:45 UTC by Nathan Woods
[PC] Enhancements to the PIT 8253 timer
[mess/machine]pit8253.c

Wednesday 21st April, 2004 at 20:02:03 UTC by Tim Lindner
This timer system is a bear! I refined it a little more. I still think it is running a little slow. But it doesn't seem to be affecting the emulation to much. I also added some more internal registers to the MAME debugger window.
[mess/cpu/tms7000]tms7000.c tms7000.h

Wednesday 21st April, 2004 at 05:11:29 UTC by Lawrence Gold
Fixed a few build problems. There are probably more lurking, though.
[src/unix]unix.mak

Wednesday 21st April, 2004 at 01:47:00 UTC by Nathan Woods
i386 update from MAMEDEV
[src]rules.mak
[src/cpu/i386]i386.c i386.h i386dasm.c* i386op16.c i386op32.c
[src/drivers]seibuspi.c
[src/machine]ds2404.c* ds2404.h*
[src/vidhrdw]seibuspi.c

Tuesday 20th April, 2004 at 04:41:29 UTC by Lawrence Gold
The messtest target now depends on maketree.
[src/unix]unix.mak

Tuesday 20th April, 2004 at 04:37:55 UTC by Lawrence Gold
Updated to 0.81.1, made some changes for 0.81u6, and enabled messtest to build, though it doesn't yet run.
[ROOT]README makefile.unix
[src/unix]Makefile config.c fileio.c main.c parallel.c parallel.h* tststubs.c* unix.mak
[src/unix/doc]changes.unix xmame-doc-7.html xmame-doc.html xmame-doc.lyx xmame-doc.txt
[src/unix/doc/mess]messnew.txt
[src/unix/video-drivers]x11_window.c

Tuesday 20th April, 2004 at 02:06:25 UTC by Nathan Woods
[A2600] Updated to support most games above 4 KB. [Stefan Jokisch]
[docs]messnew.txt
[mess/systems]a2600.c

Tuesday 20th April, 2004 at 01:27:48 UTC by Nathan Woods
Had a crack at porting Messtest to UNIX; still a work in progress
[mess/tools/messtest]tststubs.c
[src/unix]dirio.c unix.mak

Monday 19th April, 2004 at 21:13:03 UTC by Nathan Woods
Removed some Win32 specific code from messtest
[mess]utils.h
[mess/tools/messtest]main.c messtest.c
[mess/windows]dirutils.c

Monday 19th April, 2004 at 00:27:54 UTC by Tim Lindner
Clean up, and added some comments.
[mess/cpu/tms7000]tms7000.c

Sunday 18th April, 2004 at 23:03:21 UTC by Nathan Woods
Updated to MAME 0.81u6 core
[src]driver.c mame.mak
[src/cpu/e132xs]32xsdasm.c e132xs.c e132xs.h
[src/cpu/i386]i386.c i386op16.c i386op32.c i386ops.c
[src/cpu/mips]mips3.c mips3.h mips3drc.c psx.c
[src/cpu/tms32025]tms32025.c
[src/drivers]leprechn.c lordgun.c lvcards.c m92.c model1.c seattle.c seibuspi.c st0016.c* system1.c vamphalf.c zn.c
[src/machine]midwayic.c spisprit.c* spisprit.h* spistab1.c* spistab2.c* spistab3.c*
[src/sndhrdw]dcs.c dcs.h
[src/sound]ymz280b.c
[src/vidhrdw]seibuspi.c st0016.c* stvvdp1.c stvvdp2.c

Sunday 18th April, 2004 at 13:49:37 UTC by Raphaël Nabet
Updated PB project files.
[mac/MacMAME/mame.pbproj]project.pbxproj
[mac/MacMESS/mess.pbproj]project.pbxproj

Sunday 18th April, 2004 at 00:31:59 UTC by Tim Lindner
Timer system confirmed working. Interrupt system confirmed working.
[mess/cpu/tms7000]tms7000.c tms7000.h tms70op.c

Saturday 17th April, 2004 at 19:11:38 UTC by Tim Lindner
Fixed the string register handling to set 'info->s' to the proper value. Also implemented the interrupt string register handler.
[mess/cpu/saturn]saturn.c

Friday 16th April, 2004 at 19:31:44 UTC by Raphaël Nabet
Added "#define HAS_MEMMOVE 1" so that the expat lib builds OK.
[mac/MacMESS/override/macintosh]MacMESS.h

Friday 16th April, 2004 at 18:31:17 UTC by Nathan Woods
[Windows] Fixed bug #541
[docs]messnew.txt
[mess/windows]dialog.c

Friday 16th April, 2004 at 07:02:45 UTC by Raphaël Nabet
Up-to-date as of 2004/04/15.
[mac/MacMAME] drivers.mcp machine.mcp sound.mcp vidhrdw.mcp driver_stub.c driver_stub_C.c
[mac/MacMAME/override/macintosh]MacMAME.h
[mac/MacMESS]MESS core.mcp
[mac/MacMESS/override/macintosh]MacMESS.h

Thursday 15th April, 2004 at 08:11:47 UTC by Raphaël Nabet
Fixed a few typos in comments.
[mess/tools/imgtool]mac.c

Wednesday 14th April, 2004 at 19:06:28 UTC by Nathan Woods
Updated to MAME 0.81u5 core
[mess/machine]ibmat.c pit8253.c
[src]chd.c chdcd.c driver.c memory.c osdepend.h state.c x86drc.c
[src/cpu/i386]i386.c
[src/drivers]konamigx.c leprechn.c midwunit.c model1.c raiden2.c rockola.c seattle.c segac2.c seibuspi.c spy.c zn.c
[src/includes]psx.h
[src/machine]idectrl.c midwayic.c midwayic.h model1.c seibuspi.c
[src/sndhrdw]dcs.c rockola.c
[src/vidhrdw]konamigx.c model1.c psx.c seibuspi.c voodblit.c voodoo.c voodoo.h
[src/windows]config.c windows.mak

Tuesday 13th April, 2004 at 23:03:42 UTC by Nathan Woods
[Windows] Fixed a bug in the new UI input dialogs that could cause the
scrolling to malfunction if the mouse wheel was used. (bug #539)
[docs]messnew.txt
[mess/windows]dialog.c

Tuesday 13th April, 2004 at 20:06:50 UTC by Nathan Woods
Added the TMS7000 CPU to the MESS CPU core build system
[mess]mess.mak rules_ms.mak
[src]cpuintrf.c cpuintrf.h

Tuesday 13th April, 2004 at 15:42:13 UTC by Nathan Woods
[MPF1] Changed MPF-1 BIOS set. [Curt Coder]
[docs]messnew.txt
[mess/systems]mpf1.c

Tuesday 13th April, 2004 at 00:02:25 UTC by Nathan Woods
1. [MSX] Slight change wrt new MSX variants [Jirou Kaneda]
2. [STUDIO2] Modified to use io_write_byte/io_read_byte for I/O ports, moved
registers enum to cdp1802.h for access needed by a future driver, and
changed studio2/vip drivers to work on the modified core. [Curt Coder]
[docs]messnew.txt
[mess/cpu/cdp1802]1802tbl.c cdp1802.c cdp1802.h
[mess/machine]msx_slot.c
[mess/systems]studio2.c
[mess/vidhrdw]studio2.c
[src/cpu/i386]i386ops.c

Monday 12th April, 2004 at 10:14:55 UTC by Raphaël Nabet
Updated for .81 changes.
[mac/MacMAME] core.mcp drivers.mcp machine.mcp sound.mcp vidhrdw.mcp driver_stub.c driver_stub_C.c
[mac/MacMAME/override/macintosh]MacMAME.h mame.rsrc
[mac/MacMESS]MESS machine.mcp MESS systems.mcp MESS vidhrdw.mcp
[mac/MacMESS/mess.pbproj]project.pbxproj
[mac/MacMESS/override/macintosh]MacMESS.h

Monday 12th April, 2004 at 07:03:14 UTC by Tim Lindner
1. Merged in bug fixes from the PinMAME project (Steve Ellenoff). 2. Updated core for the new (single entry point) CPU interface. 3. Finished internal timer system.
[mess/cpu/tms7000]7000dasm.c tms7000.c tms7000.h tms70op.c

Monday 12th April, 2004 at 03:04:41 UTC by Nathan Woods
1. [AT386] More miscellaneous CPU core and other enhancements
2. [C64] Small cleanups to allow this driver to be tested with Messtest
[mess/includes]pic8259.h
[mess/machine]at.c cbmdrive.c cbmserb.c ibmat.c pic8259.c
[mess/systems]at.c
[src/cpu/i386]i386op16.c i386op16.h i386op32.h i386ops.c

Sunday 11th April, 2004 at 21:31:38 UTC by Nathan Woods
Fixed Vectrex link error that happens when linking MacMESS
[mess/includes]vectrex.h

Sunday 11th April, 2004 at 17:53:38 UTC by Nathan Woods
1. [C64] Implemented natural keyboard support.
2. [ORIC] Fixed fatal regression crash on startup. (bug #538)
3. Implemented a few more I386 opcodes and fixed a few AT 386 bugs.
[docs]messnew.txt
[mess/machine]ibmat.c oric.c pcshare.c
[mess/systems]c64.c
[mess/tools/messtest]main.c testexec.c tststubs.c
[src/cpu/i386]i386op16.c i386op16.h i386op32.h i386ops.c

Saturday 10th April, 2004 at 00:21:18 UTC by Nathan Woods
1. Fixes a videomap bug surfaced by a recent MAME core change
2. Updated help doc copyright year
3. [Windows] Fixed a bug in which if the "About MESS" menu item was selected,
the help file would come up but be set to an invalid pate. (bug #537)
[docs]messnew.txt
[docs/windows]main.htm
[mess]videomap.c
[mess/windows]menu.c

Friday 9th April, 2004 at 20:23:43 UTC by Nathan Woods
1. [PC] Miscellaneous enhancements; phasing out usage of drawgfx() for graphics
rendering and combined some of the rendering functions.
2. Removed extraneous logerror() call from cpuexec.c
[mess/includes]mc146818.h pc_aga.h pc_video.h pcshare.h
[mess/machine]mc146818.c pcshare.c
[mess/systems]at.c pc.c
[mess/vidhrdw]pc_aga.c pc_cga.c pc_mda.c pc_t1t.c pc_video.c
[src]cpuexec.c

Friday 9th April, 2004 at 13:30:47 UTC by Nathan Woods
MSX2+ system and variants [Jirou Kaneda]
[docs]messnew.txt
[mess]system.c
[mess/systems]msx.c

Friday 9th April, 2004 at 09:35:20 UTC by smf
Only builds messtest & messdocs under windows
[ROOT]makefile.mes

Friday 9th April, 2004 at 09:33:42 UTC by smf
Updated to dosmame 0.81
[ROOT]whatsnwd.txt
[src/msdos]fileio.c msdos.c

Friday 9th April, 2004 at 06:15:24 UTC by Nathan Woods
1. [PC] Cleanups; code simplified and CGA video slightly faster now
2. Implemented form of the i386 imul instruction
[docs]messnew.txt
[mess]mess.mak system.c
[mess/includes]ibmat.h pc_cga.h pc_video.h pcshare.h
[mess/machine]at.c ibmat.c pc.c pcshare.c
[mess/systems]at.c pc.c
[mess/vidhrdw]pc_aga.c pc_cga.c pc_video.c
[src/cpu/i386]i386op16.c i386op16.h

Previous 508919 RevisionsNext 50


© 1998-2018 The MESS Team