Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r7127 Friday 22nd January, 2010 at 14:54:44 UTC by Miodrag Milanović
- Removed some unused code from image implementation
- Implemented skeleton of new image device
[src/mess]image.c image.h mess.mak
[src/mess/devices]harddriv.c imagedev.c* imagedev.h*

r7126 Friday 22nd January, 2010 at 12:54:13 UTC by Miodrag Milanović
Fixed conversion of code error.
[src/mess]cheatms.c

r7125 Friday 22nd January, 2010 at 11:43:07 UTC by Curt Coder
[C128] Added partial D71 support, data on side 1 cannot be read yet.
[src/mess/formats]d64_dsk.c d64_dsk.h
[src/mess/machine]c1571.c

r7124 Friday 22nd January, 2010 at 10:26:11 UTC by incog
Updated Creatronic Mega Duck cartridge list.
[src/mess/software]megaduck_cart.c

r7123 Friday 22nd January, 2010 at 07:54:55 UTC by Curt Coder
[C64] Added read-only access to D64 floppies.
[docs]messnew.txt
[src/mess]mess.mak
[src/mess/formats]d64_dsk.c* d64_dsk.h*
[src/mess/machine]c1541.c c1551.c c1571.c

r7122 Friday 22nd January, 2010 at 07:37:02 UTC by Miodrag Milanović
Placed Curt changes so MAME part compiles too
[src/mame/drivers]alg.c arcadia.c cubocd32.c mquake.c upscope.c

r7121 Friday 22nd January, 2010 at 07:13:23 UTC by Miodrag Milanović
Fixed resources so there are no same id's (since now all is in one res file)
Simplified H files.
[src/mess/osd/windows]messres.h
[src/mess/osd/winui]resourcems.h

r7120 Friday 22nd January, 2010 at 07:01:22 UTC by Miodrag Milanović
Revert back inputseq change, and commented ugly MAMEUI hack, that probably was not working before anyway.
[src/emu]inputseq.c
[src/osd/winui]winui.c

r7119 Friday 22nd January, 2010 at 01:27:45 UTC by incog
Added Epoch Super Cassette Vision software list.
[src/mess/software]scv_cart.c*

r7118 Friday 22nd January, 2010 at 00:08:05 UTC by incog
Added Amstrad GX4000 software list, Updated Mega Duck list.
[src/mess/software]gx4000_cart.c* megaduck_cart.c

r7117 Thursday 21st January, 2010 at 21:50:41 UTC by Stefano Priore
[ZX SPECTRUM] More cartridges...
[src/mess/software]spectrum_cart.c

r7116 Thursday 21st January, 2010 at 20:37:35 UTC by Wilbert Pol
[PV1000] Mark gfx elements dirty when writing to gfx ram.
[src/mess/drivers]pv1000.c

r7115 Thursday 21st January, 2010 at 20:24:48 UTC by Wilbert Pol
[PV1000] First attempt at inputs.
[src/mess/drivers]pv1000.c

r7114 Thursday 21st January, 2010 at 20:15:43 UTC by incog
Added Creatonic Mega duck game list.
[src/mess/software]megaduck_cart.c*

r7113 Thursday 21st January, 2010 at 19:46:49 UTC by Miodrag Milanović
MESSUI X64 builds without warning
[src/mess/osd/winui]messui.c propertiesms.c softwarepicker.c
[src/osd/winui]columnedit.c dialogs.c directories.c picker.c tabview.c treeview.c winui.c

r7112 Thursday 21st January, 2010 at 19:31:50 UTC by Angelo Salese
Added a memo for the Baseball game
[src/mess/drivers]supracan.c

r7111 Thursday 21st January, 2010 at 19:12:49 UTC by Angelo Salese
[Super A'Can]: basic implementation of the roz layer
[src/mess/drivers]supracan.c

r7110 Thursday 21st January, 2010 at 18:38:40 UTC by incog
Added a few more game names.
[src/mess/software]pv1000_cart.c

r7109 Thursday 21st January, 2010 at 18:34:02 UTC by Wilbert Pol
[SCV] Implemented upd177c audio. [plgDavid]
[docs]messnew.txt
[src/mess/audio]upd1771.c

r7108 Thursday 21st January, 2010 at 17:42:50 UTC by Curt Coder
[AMIGA] Fixed keyboard.
[src/mess/machine]amigakbd.c

r7107 Thursday 21st January, 2010 at 17:30:56 UTC by Miodrag Milanović
Fixes that help 64 bit build of MESSUI compile, still lot of warnings, but works.
[src/mess/osd/winui]msuiutil.c msuiutil.h

r7106 Thursday 21st January, 2010 at 17:25:24 UTC by incog
Added Casio PV-1000 software list
[src/mess/software]pv1000_cart.c*

r7105 Thursday 21st January, 2010 at 17:21:09 UTC by Curt Coder
[C128] Fast IEC serial bus is now supported with a 1571.
[docs]messnew.txt
[src/emu/machine]6526cia.c
[src/mess/machine]c128.c c1541.c c1571.c

r7104 Thursday 21st January, 2010 at 16:58:49 UTC by Miodrag Milanović
MESSUI disabled by default to build just add MESSUI=1 in compile line
[src/mess/osd/windows]windows.mak
[src/mess/osd/winui]winui.mak

r7103 Thursday 21st January, 2010 at 15:14:30 UTC by Miodrag Milanović
Found one more free call.
[src/mess/osd/winui]softwarepicker.c

r7102 Thursday 21st January, 2010 at 14:34:10 UTC by Miodrag Milanović
More UI fixes
[src/mess]hashfile.c
[src/mess/osd/winui]softwarepicker.c swconfig.c
[src/osd/winui]treeview.c

r7101 Thursday 21st January, 2010 at 13:49:57 UTC by Miodrag Milanović
ForForgot one file
[src/mess/osd/windows]menu.c

r7100 Thursday 21st January, 2010 at 13:43:55 UTC by Miodrag Milanović
UI is working quite fine now, but still some memory allocation errors
[src/emu]inputseq.c
[src/mess/osd/windows]mess.rc messres.h
[src/mess/osd/winui]messui.c messui.rc resourcems.h softwarepicker.c
[src/osd/winui]columnedit.c mui_util.c picker.c tabview.c winui.c

r7099 Thursday 21st January, 2010 at 13:11:09 UTC by Curt Coder
[C128] More WIP on the fast serial bus.
[src/emu/machine]6526cia.c
[src/mess/machine]c128.c c1571.c

r7098 Thursday 21st January, 2010 at 12:26:45 UTC by Miodrag Milanović
Some progress on making UI work
[src/mess/osd/winui]devview.c messui.c propertiesms.c softwarepicker.c swconfig.c
[src/osd/winui]bitmask.c dijoystick.c directdraw.c directories.c dirwatch.c mui_audit.c mui_opts.c mui_util.c picker.c properties.c screenshot.c splitters.c tabview.c treeview.c treeview.h winui.c

r7097 Thursday 21st January, 2010 at 11:02:10 UTC by Miodrag Milanović
- Fix memory allocation issue in debug builds. [Arron Giles]
This fix lot of memory issues with UI
[src/osd/windows]winmisc.c

r7096 Thursday 21st January, 2010 at 09:50:45 UTC by Miodrag Milanović
Fixed newui building.
[src/mess/osd/winui]winui.mak

r7095 Thursday 21st January, 2010 at 08:40:53 UTC by Miodrag Milanović
Removed not used file
[src/mess/osd/winui]guimain.c

r7094 Thursday 21st January, 2010 at 08:27:03 UTC by Miodrag Milanović
Enabled compiling for MESSUI
[src/mess/osd/windows]windows.mak
[src/mess/osd/winui]layoutms.c winui.mak
[src/osd/winui]mui_main.c

r7093 Thursday 21st January, 2010 at 07:15:21 UTC by Miodrag Milanović
Fixed some astring issues, make -listxml work fine
[src/mess]filemngr.c image.c infomess.c tapectrl.c
[src/mess/devices]cartslot.c messram.c multcart.c
[src/mess/machine]abc77.c beta.c cbmiec.c ieee488.c

r7092 Thursday 21st January, 2010 at 05:30:15 UTC by Miodrag Milanović
Fix some of "attempt to free untracked memory" errors. so newui works fine, no more crashing of tools and loading of images works too.
[src/mess]zippath.c
[src/mess/osd/windows]dialog.c menu.c winmess.c

r7091 Thursday 21st January, 2010 at 02:32:01 UTC by R. Belmont
ARM7: Add SA1110 CPU type and ID register readback (also submitted to MAMEdev)
[src/emu/cpu/arm7]arm7.c arm7.h

r7090 Wednesday 20th January, 2010 at 21:15:49 UTC by Robbbert
[INTV] Fixed background collisions [H@P]
[src/mess/video]intv.c

r7089 Wednesday 20th January, 2010 at 20:24:10 UTC by Stefano Priore
More obsolete files deleted
[src/osd/sdl]keybled.c osd_cpu.h scale2x.c scale2x_core.c sdlmisc.c sdlsync.c sdltime.c

r7088 Wednesday 20th January, 2010 at 20:16:56 UTC by Stefano Priore
Removed obsolete file
[src/mess/machine]cbmserb.c

r7087 Wednesday 20th January, 2010 at 20:01:14 UTC by Firewave
Removed obsolete files
[src/emu]mamecore.c mamecore.h restrack.c restrack.h sndintrf.h
[src/osd/osdmini]osd_cpu.h

r7086 Wednesday 20th January, 2010 at 19:57:22 UTC by Miodrag Milanović
-Make all compile in one EXE file in windows build, no more DLL's
- WINUI temporary disabled
- Fixed building 64bit code, but it breaks on driver start
[src/mess/osd/windows]climain.c menu.c mess.rc messlib.c opcntrl.c windows.mak

r7085 Wednesday 20th January, 2010 at 17:45:32 UTC by Wilbert Pol
Fixed include which caused a compile error
[src/mess]image.h

r7084 Wednesday 20th January, 2010 at 17:44:29 UTC by Wilbert Pol
Fix compile error
[src/mess/drivers]cosmicos.c

r7083 Wednesday 20th January, 2010 at 17:09:08 UTC by Wilbert Pol
Fix compile error
[src/mess/osd/sdl]sdlmess.c

r7082 Wednesday 20th January, 2010 at 17:03:31 UTC by Miodrag Milanović
Fixed software list compile
[src/mess]messsoft.c softlist.h

r7081 Wednesday 20th January, 2010 at 14:42:15 UTC by Miodrag Milanović
Re-enabled listmedia option
[src/emu]clifront.c clifront.h
[src/mess]climess.c climess.h

r7080 Wednesday 20th January, 2010 at 14:13:18 UTC by R. Belmont
Fixed more Linux compile errors (system headers have a mode_t)
[src/mess/machine]smartmed.c strata.c

r7079 Wednesday 20th January, 2010 at 14:09:56 UTC by R. Belmont
Fix Linux G++ compile error.
[src/mess/audio]mac.c

r7078 Wednesday 20th January, 2010 at 14:08:26 UTC by R. Belmont
Removing now unnecessary file.
[ROOT]makefile.sdl

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team