Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r8096 Thursday 20th May, 2010 at 06:29:56 UTC by Miodrag Milanović
New System Drivers Supported:
-----------------------------
- TI-89 Titanium [Sandro Ronco]
- Voyage 200 PLT [Sandro Ronco]
[docs]messnew.txt
[src/mess]messdriv.c
[src/mess/drivers]ti89.c

r8095 Thursday 20th May, 2010 at 01:33:38 UTC by Firewave
Added "fill" and "continue" loadflags to softlists. Also handle "load32_word_swap".
[hash]softwarelist.dtd
[src/mess]softlist.c

r8094 Thursday 20th May, 2010 at 01:06:06 UTC by Firewave
Handle loadflags necessary for aes
[src/mess]softlist.c

r8093 Wednesday 19th May, 2010 at 22:12:32 UTC by Firewave
Updated messnew.txt
[docs]messnew.txt

r8092 Wednesday 19th May, 2010 at 22:10:37 UTC by Firewave
Fixed Visual Studio specific linking errors with tiny build
[src/mess]tiny.c

r8091 Wednesday 19th May, 2010 at 21:58:09 UTC by Firewave
Fixed up tiny build a bit (still doesn't link) and disabled messui
[src/mess]tiny.mak

r8090 Wednesday 19th May, 2010 at 21:55:45 UTC by Firewave
Updated comment and added TODO
[src/mess/devices]cassette.c

r8089 Wednesday 19th May, 2010 at 21:52:56 UTC by Firewave
Moved softlist.o to the core
[src/mess]mess.mak messcore.mak

r8088 Wednesday 19th May, 2010 at 17:59:57 UTC by Fabio Priuli
Fixed assert [Michael Zapf]
[src/mess/machine]ti99_4x.c

r8087 Wednesday 19th May, 2010 at 15:17:28 UTC by Firewave
Removed obsolete file
[src/mame/video]segasyse.c

r8086 Wednesday 19th May, 2010 at 14:33:12 UTC by Curt Coder
[AIM65_40] Mapped devices.
[src/mess/drivers]aim65_40.c
[src/mess/includes]aim65_40.h*

r8085 Wednesday 19th May, 2010 at 14:24:24 UTC by Fabio Priuli
Fixed VS2010 warning
[src/mess/machine]snescart.c

r8084 Wednesday 19th May, 2010 at 13:25:02 UTC by Firewave
[MESSUI] Changed some makefile comments
[src/mess/osd/winui]winui.mak

r8083 Wednesday 19th May, 2010 at 09:21:52 UTC by Fabio Priuli
missed this include file
[src/mess/includes]ti89.h*

r8082 Wednesday 19th May, 2010 at 09:03:19 UTC by Fabio Priuli
Several WIPs:

* Improved TI-89, TI-92 and TI-92+ emulation [Sandro Ronco]
* Updated TI99 to use TMC0285 voice synthesis processor instead of TMS5220 [Michael Zapf]
* Added partially working support for Sufami Turbo carts in SNES
* Added skeleton support for BS-X Satellaview carts in SNES (nothing loads yet and most hardware is not emulated)
* Fixed a couple of details in snes.xml
[docs]messnew.txt
[hash]snes.xml
[src/mame/includes]snes.h
[src/mame/machine]snes.c snes7110.c snesbsx.c*
[src/mess]mess.mak messdriv.c
[src/mess/drivers]geneve.c snes.c ti89.c ti99_4p.c ti99_4x.c ti99_8.c
[src/mess/machine]geneve.c snescart.c snescart.h ti99_4x.c

r8081 Wednesday 19th May, 2010 at 00:47:23 UTC by Firewave
Check image loading result in device post-init - will now bail out on any image loading error and not just missing/inaccessible files (fixes bug 1955)
[docs]messnew.txt
[src/mess]image.c mess.c

r8080 Wednesday 19th May, 2010 at 00:39:20 UTC by Firewave
Removed unnecessary \n from fatalerror() and fatalerror_exitcode() calls
[src/mess]mess.c
[src/mess/devices]aescart.c cartslot.c ti99cart.c
[src/mess/drivers]apricot.c cdi.c craft.c einstein.c
[src/mess/formats]apridisk.c d64_dsk.c g64_dsk.c
[src/mess/machine]gdrom.c i82439tx.c mpc105.c ncr5380.c nes.c pc8801.c scsibus.c svi318.c wd17xx.c
[src/mess/video]gba.c gbam345.c mac.c pc_aga.c pc_cga.c pc_ega.c pc_mda.c pc_vga.c

r8079 Tuesday 18th May, 2010 at 23:49:26 UTC by Firewave
[WINUI] Removed duplicated check
[src/osd/winui]dialogs.c

r8078 Tuesday 18th May, 2010 at 20:38:36 UTC by Stefano Priore
Added a couple '\n'
[src/mess]image.c

r8077 Tuesday 18th May, 2010 at 18:36:17 UTC by Firewave
Updated messnew.txt
[docs]messnew.txt

r8076 Tuesday 18th May, 2010 at 18:32:22 UTC by Firewave
Show message about success/failure when loading image during run-time (or print to console when specified on command-line / fixes bug 1031)
Also removed now redundant messagebox with newui
[src/mess]image.c
[src/mess/osd/windows]menu.c

r8075 Tuesday 18th May, 2010 at 17:25:47 UTC by Firewave
[SNES] Cleaned up some extranous whitespaces softlist rom names
[hash]snes.xml

r8074 Tuesday 18th May, 2010 at 15:19:21 UTC by Firewave
[AES] Fixed typo
[src/mess/drivers]ng_aes.c

r8073 Tuesday 18th May, 2010 at 13:38:13 UTC by Robbbert
[MESSUI] fixed crash when looking at driver properties from r8068.
[src/osd/winui]mui_opts.c

r8072 Tuesday 18th May, 2010 at 12:22:16 UTC by Fabio Priuli
A last bunch of cosmetic changes
[hash]snes.xml

r8071 Tuesday 18th May, 2010 at 12:13:04 UTC by Fabio Priuli
rev.8069 should have included these as well
[hash]snes.xml

r8070 Tuesday 18th May, 2010 at 10:51:27 UTC by Fabio Priuli
These carts can be enabled as well, even if don't do much
[hash]snes.xml

r8069 Tuesday 18th May, 2010 at 10:43:34 UTC by Fabio Priuli
Adopted byuu's conventions for extensions of BS-X and Sufami Turbo games
[hash]snes.xml

r8068 Tuesday 18th May, 2010 at 08:20:32 UTC by Robbbert
[MESSUI] Fixed corruption of ini files.
1. Running any driver would cause the paths to be reset to default
2. If it crashed, the paths would be missing.
[src/osd/winui]mui_opts.c

r8067 Tuesday 18th May, 2010 at 02:35:53 UTC by Angelo Salese
Minor commenting out of an unneeded (by me) log output
[src/mame/video]jaguar.c

r8066 Tuesday 18th May, 2010 at 00:36:51 UTC by Firewave
[32X] Added whitespaces to prototype rom names in softlist
[hash]32x.xml

r8065 Monday 17th May, 2010 at 21:48:56 UTC by Firewave
[GAMECOM] Fixed some file extensions in softlist
[hash]gamecom.xml

r8064 Monday 17th May, 2010 at 20:19:17 UTC by Wilbert Pol
WIP: Skeleton driver for Casio CFX-9850 and custom Hitachi HCD62121 cpu core. Please leave disabled for the time being, commiting this to make sure I don't lose the code.
[src/emu/cpu/hcd62121]hcd62121.c* hcd62121.h* hcd62121_ops.h* hcd62121d.c*
[src/mess/drivers]cfx9850.c*

r8063 Monday 17th May, 2010 at 19:06:33 UTC by Fabio Priuli
Completed most years and publishers fields in snes.xml (up to Z, finally)
[hash]snes.xml

r8062 Monday 17th May, 2010 at 15:20:54 UTC by Fabio Priuli
Modified pc8801 extRAM allocation. This might fix bug 1952.
[src/mess/machine]pc8801.c

r8061 Monday 17th May, 2010 at 14:53:06 UTC by Fabio Priuli
More years and publishers in snes.xml (now up to S)
[hash]snes.xml

r8060 Monday 17th May, 2010 at 12:16:48 UTC by Robbbert
[CASSETTE] Changed rewind & fast forward on oldui as well..
[src/mess]tapectrl.c

r8059 Monday 17th May, 2010 at 11:25:54 UTC by Robbbert
{CASSETTE] Changed rewind and fast forward to move 1 minute instead of 1 second. Changed play so that the tape stops itself at the end.
[src/mess/devices]cassette.c
[src/mess/osd/windows]menu.c

r8058 Monday 17th May, 2010 at 06:43:26 UTC by Fabio Priuli
Documented bugfix in messnew.txt
[docs]messnew.txt

r8057 Monday 17th May, 2010 at 06:28:32 UTC by Fabio Priuli
Added supergb cart SRAM saving (bug #1949)
[src/mess/machine]gb.c

r8056 Monday 17th May, 2010 at 05:30:55 UTC by Firewave
Re-applied stack crawl fix
[src/osd/windows]winmain.c

r8055 Monday 17th May, 2010 at 03:50:29 UTC by Nathan Woods
Update to MAME 0.138 core
[ROOT]makefile whatsnew.txt
[docs]messnew.txt
[src]version.c
[src/emu]drawgfxm.h mame.c
[src/emu/cpu/dsp32]dsp32.c
[src/emu/cpu/s2650]s2650.c
[src/emu/cpu/tms57002]tms57002.c
[src/emu/sound]tms5110r.c tms5220.c
[src/lib/util]cdrom.c
[src/mame]mame.mak mamedriv.c
[src/mame/audio]taito_en.c taito_en.h
[src/mame/drivers]8080bw.c armedf.c astrocorp.c btime.c champbas.c cinemat.c cojag.c cps2.c dynax.c forte2.c galaxold.c galivan.c goldstar.c jack.c jollyjgr.c maxaflex.c mcr68.c model1.c namcops2.c nightgal.c pacland.c pengadvb.c pgm.c polepos.c qdrmfgp.c scregg.c segag80r.c segas18.c simpsons.c snk.c suna8.c taito_f3.c targeth.c timeplt.c tp84.c tutankhm.c vertigo.c zn.c
[src/mame/includes]galaxold.h pgm.h timeplt.h
[src/mame/layout]lucky8.lay*
[src/mame/machine]cps2crpt.c galaxold.c pgmcrypt.c
[src/mame/video]btime.c pgm.c ppu2c0x.c taitosj.c timeplt.c
[src/osd/windows]d3d9intf.c winfile.c winmain.c

r8054 Sunday 16th May, 2010 at 16:47:32 UTC by Firewave
[WINUI] Sync'd with .138
[src/osd/winui/help/docs]whatsnew.txt
[src/osd/winui/help/html]mameui_changes.txt

r8053 Sunday 16th May, 2010 at 16:25:29 UTC by Firewave
[WIMGTOOL] Added workaround for wWinMain bug in MinGW (fixes bug 1950)
[src/mess/tools/imgtool/windows]wmain.c

r8052 Saturday 15th May, 2010 at 20:33:07 UTC by Fabio Priuli
More years and publishers in snes.xml (now up to Q)
[hash]snes.xml

r8051 Saturday 15th May, 2010 at 16:42:48 UTC by R. Belmont
[APPLE2] Two files I missed in the previous checkin.
[docs]messnew.txt
[src/mess/includes]apple2.h

r8050 Saturday 15th May, 2010 at 16:42:06 UTC by R. Belmont
[APPLE2] Expansion slots now have control over all the same resources they do in the real machine, including C800 banking.
[src/mess/drivers]apple2.c
[src/mess/machine]ap2_slot.c ap2_slot.h apple2.c

r8049 Saturday 15th May, 2010 at 11:24:05 UTC by Fabio Priuli
slight improvement to error logging [Michael Zapf]
[src/mess/devices]ti99_hd.c
[src/mess/drivers]geneve.c ti99_4p.c ti99_4x.c ti99_8.c
[src/mess/machine]smc92x4.c

r8048 Saturday 15th May, 2010 at 10:35:00 UTC by Fabio Priuli
Updated sysinfo (Thanks Duke for fixing the script)
[ROOT]sysinfo.dat
[docs]messnew.txt

r8047 Saturday 15th May, 2010 at 10:18:57 UTC by Fabio Priuli
Updated messnew.txt...
[docs]messnew.txt

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team