Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r7985 Friday 7th May, 2010 at 16:23:50 UTC by Firewave
[NEWUI] Removed shortcut from menu item text. It's configurable aynways and it was the only one, that had it.
[src/mess/osd/windows]mess.rc

r7984 Friday 7th May, 2010 at 16:19:31 UTC by Firewave
Removed obsolete NES controller artwork
[artwork]nes.zip

r7983 Friday 7th May, 2010 at 14:59:59 UTC by Firewave
[MAMEUI] Screen configuration fixes:
- use maximum of 4 screens like MAME instead of 8
- always enable the screen configuration
- fixed garbage in INI for "Screen" option
[src/osd/winui]properties.c

r7982 Friday 7th May, 2010 at 14:30:32 UTC by Firewave
[MAMEUI] Cleanups
[src/osd/winui]properties.c

r7981 Friday 7th May, 2010 at 13:12:43 UTC by Firewave
Fixed memory leak
[src/mess]softlist.c

r7980 Friday 7th May, 2010 at 12:52:53 UTC by Angelo Salese
[GBA]: added SRAM hook-up for Advance Wars 1 & 2 to let them boot
[src/mess/drivers]gba.c

r7979 Friday 7th May, 2010 at 08:30:25 UTC by Fabio Priuli
fixed copy and paste error
[hash]ngp.xml

r7978 Friday 7th May, 2010 at 08:05:21 UTC by Fabio Priuli
it would help to actually add the 2 new lists ;-)
[hash]pce.xml* tg16.xml*

r7977 Friday 7th May, 2010 at 08:03:42 UTC by Fabio Priuli
softlist wip:
- added chinese titles to supracan games (thanks SteveMartin)
- added some more dumps
- added more parent/clone relations
- added pce & tg16 lists and support for them in the drivers
[hash]ngp.xml snes.xml supracan.xml vboy.xml
[src/mess/drivers]pce.c
[src/mess/machine]pce.c

r7976 Friday 7th May, 2010 at 04:12:24 UTC by Robbbert
Mbee - fix keyboard in Asteroids Plus, Scavenger Hunt and Edasm.
Pegasus - add back cartslots at c000 and d000, fix mistake in slot 3.
Some minor fixes.
[src/emu/cpu/tms57002]tms57002.c
[src/mess/drivers]mbee.c pegasus.c
[src/mess/machine]genesis.c
[src/mess/video]mbee.c

r7975 Wednesday 5th May, 2010 at 18:11:39 UTC by Firewave
[MAMEUI] Sync'd with .137.4
[src/osd/winui/help/html]mameui_changes.txt

r7974 Wednesday 5th May, 2010 at 12:52:26 UTC by Curt Coder
[CGC7900] Added HDD controller information.
[src/emu/drivers]xtal.h
[src/mess/drivers]cgc7900.c
[src/mess/includes]cgc7900.h

r7973 Wednesday 5th May, 2010 at 11:42:20 UTC by Nathan Woods
Updated to MAME 0.137u4 core
[docs]messnew.txt
[src/emu]cheat.c cpuexec.c inptport.c memory.c uimenu.c
[src/emu/cpu/apexc]apexc.c
[src/emu/cpu/asap]asap.c
[src/emu/cpu/avr8]avr8.c
[src/emu/cpu/cp1610]cp1610.c
[src/emu/cpu/dsp32]dsp32.c
[src/emu/cpu/f8]f8.c
[src/emu/cpu/i960]i960dis.c
[src/emu/cpu/lr35902]lr35902d.c
[src/emu/cpu/m37710]m7700ds.c
[src/emu/cpu/pic16c5x]16c5xdsm.c
[src/emu/cpu/pic16c62x]16c62xdsm.c
[src/emu/cpu/sharc]sharcdma.c
[src/emu/cpu/tms32010]32010dsm.c
[src/emu/cpu/tms32025]32025dsm.c
[src/emu/cpu/tms7000]7000dasm.c
[src/emu/debug]express.c
[src/emu/drivers]xtal.h
[src/emu/machine]am53cf96.c mc146818.c
[src/emu/sound]aica.c cdda.c okim6376.c s14001a.c scsp.c sp0256.c tms5110r.c tms5220.c vrender0.c ymf271.c
[src/lib/util]aviio.c cdrom.c
[src/mame]mame.mak mamedriv.c
[src/mame/audio]leland.c mw8080bw.c taitosnd.c turbo.c tx1.c
[src/mame/drivers]8080bw.c aristmk4.c astrocorp.c bbusters.c cps1.c crystal.c deco156.c feversoc.c finalizr.c galdrvr.c gauntlet.c gei.c gunbustr.c harddriv.c hitpoker.c jollyjgr.c konamigx.c ksys573.c legionna.c lwings.c mediagx.c megadriv.c micro3d.c mw8080bw.c namcops2.c namcos12.c namcos2.c namcos23.c naomi.c nemesis.c nmk16.c pachifev.c pgm.c photon.c qix.c rohga.c segahang.c segaorun.c segas16a.c segas16b.c segas18.c segas32.c segaxbd.c segaybd.c shaolins.c skyarmy.c slapshot.c sshangha.c sstrangr.c statriv2.c subsino.c system16.c taito_l.c taito_z.c vicdual.c vsnes.c wldarrow.c
[src/mame/includes]dc.h megadriv.h micro3d.h naomi.h system16.h taito_z.h
[src/mame/layout]sstrangr.lay* stisub.lay*
[src/mame/machine]dc.c micro3d.c namcos2.c naomi.c stvcd.c taitoio.c williams.c
[src/mame/video]cps1.c dc.c finalizr.c konicdev.c model3.c ppu2c0x.c ppu2c0x.h rdpfb.c sega16sp.c* segahang.c segaic16.c segaic16.h segaorun.c segas16a.c segas16b.c segas18.c segaxbd.c segaybd.c stvvdp1.c stvvdp2.c system16.c taito_f3.c thunderx.c vrender0.c vrender0.h
[src/mess/drivers]genesis.c
[src/osd/sdl]main.c strconv.h
[src/osd/windows]winmain.c
[src/tools]chdcd.c srcclean.c unidasm.c

r7972 Wednesday 5th May, 2010 at 11:32:32 UTC by Fabio Priuli
fixed supracan.xml parent name length
[hash]supracan.xml

r7971 Wednesday 5th May, 2010 at 01:10:20 UTC by incog
SCV
- Added 2 more dumps to software list.
- Audio fix [plgDavid]
[hash]scv.xml
[src/mess/audio]upd1771.c

r7970 Wednesday 5th May, 2010 at 00:14:42 UTC by incog
Fixing copy/paste error.
[hash]supracan.xml

r7969 Wednesday 5th May, 2010 at 00:10:42 UTC by incog
Added 3 more dumps to the A'can software list.
[hash]supracan.xml

r7968 Tuesday 4th May, 2010 at 21:29:52 UTC by Angelo Salese
[Super A'Can]: reenabled roz, and added a work-around for CUG and Speedy Dragon, Super Dragon Force is known to be broken there
[src/mess/drivers]supracan.c

r7967 Tuesday 4th May, 2010 at 21:06:31 UTC by Angelo Salese
[Super A'Can]: Allow C.U.G. to bypass an assert
[src/mame/machine]dc.c
[src/mess/drivers]supracan.c

r7966 Tuesday 4th May, 2010 at 17:38:01 UTC by Fabio Priuli
fixing some more list errors caught by datutil (in particular removed a few duplicate protos... had the removed one been released?)
[hash]gamegear.xml gba.xml megadriv.xml pico.xml snes.xml

r7965 Tuesday 4th May, 2010 at 16:13:36 UTC by Curt Coder
Refactored to use pick_integer.
[src/mess/formats]atom_atm.c comx35_comx.c fdi_dsk.c

r7964 Tuesday 4th May, 2010 at 13:31:51 UTC by Fabio Priuli
fixing some list errors caught by datutil (more to come)
[hash]gameboy.xml gba.xml gbcolor.xml megadriv.xml n64.xml sg1000.xml sms.xml

r7963 Tuesday 4th May, 2010 at 12:09:57 UTC by Curt Coder
[WD17XX] Suppressed extra interrupt after FORCE INTERRUPT ($D0) command. [Barry Nelson]
[docs]messnew.txt
[src/mess/machine]wd17xx.c

r7962 Tuesday 4th May, 2010 at 08:23:57 UTC by Fabio Priuli
updated megadrive list with latest dumps and added some undumped proto info (thanks to Diet Go Go Fan)
[hash]megadriv.xml

r7961 Monday 3rd May, 2010 at 17:18:20 UTC by Angelo Salese
[DC] Updated to the latest source tree
[src/mame/machine]dc.c
[src/mame/video]dc.c
[src/mess/drivers]dc.c

r7960 Monday 3rd May, 2010 at 14:14:59 UTC by Justin Kerk
[NGP] Fixed cart loading. [ElBarto]
[src/mess/drivers]ngp.c

r7959 Sunday 2nd May, 2010 at 23:44:35 UTC by Justin Kerk
[PEGASUS] Fixed natural keyboard mappings. [Justin Kerk]
[docs]messnew.txt
[src/mess/drivers]pegasus.c

r7958 Sunday 2nd May, 2010 at 11:32:29 UTC by Fabio Priuli
[NES] some more refactoring
[src/mess/drivers]nes.c
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_ines.c nes_mmc.c

r7957 Saturday 1st May, 2010 at 21:09:28 UTC by R. Belmont
SNES: gauss[511] is nothing like gauss[-1]. [R. Belmont]
[src/mame/audio]snes_snd.c

r7956 Saturday 1st May, 2010 at 12:58:44 UTC by Fabio Priuli
[NES] moved even more variables to driver data class and simplified handlers initialization
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_ines.c nes_mmc.c nes_mmc.h nes_unif.c

r7955 Saturday 1st May, 2010 at 10:47:45 UTC by Fabio Priuli
[CBM] moved prg, p00 etc. quickload to formats
[src/mess]mess.mak
[src/mess/drivers]c128.c c16.c c64.c c65.c cbmb.c pet.c vic20.c
[src/mess/formats]cbm_snqk.c* cbm_snqk.h*
[src/mess/includes]cbm.h
[src/mess/machine]cbm.c

r7954 Saturday 1st May, 2010 at 10:45:50 UTC by Fabio Priuli
[NES] moved some more variables to driver data class
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_ines.c nes_mmc.c
[src/mess/video]nes.c

r7953 Saturday 1st May, 2010 at 09:32:53 UTC by Fabio Priuli
[NES] moved some variables to driver data class, plus some small cleanup
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_ines.c nes_mmc.c nes_mmc.h nes_unif.c
[src/mess/video]nes.c

r7952 Saturday 1st May, 2010 at 07:26:08 UTC by Robbbert
[PEGASUS] Forgot to change decryption buffer address.
[src/mess/drivers]pegasus.c

r7951 Saturday 1st May, 2010 at 07:20:00 UTC by Robbbert
[PEGASUS] Adjusted cart slots so that XBASIC would work.
[src/mess/drivers]pegasus.c

r7950 Saturday 1st May, 2010 at 05:56:40 UTC by Fabio Priuli
Added software list handling to gx4000 (and cpc+), fixed possible memory leaks with svision and added back some comments to crvision.xml
[hash]crvision.xml gx4000.xml
[src/mess/drivers]amstrad.c svision.c
[src/mess/machine]amstrad.c

r7949 Saturday 1st May, 2010 at 05:32:45 UTC by Robbbert
[STUDIO2] Removed my old comment.
[src/mess/drivers]studio2.c

r7948 Saturday 1st May, 2010 at 02:16:29 UTC by Robbbert
[PEGASUS] Fixed cassette save regression at r7907.
[src/mess/drivers]pegasus.c

r7947 Friday 30th April, 2010 at 21:03:09 UTC by Fabio Priuli
Added software list handling to svision and crvision
[hash]crvision.xml
[src/mess/drivers]crvision.c svision.c

r7946 Friday 30th April, 2010 at 16:03:58 UTC by Fabio Priuli
softlist wip:
* updated lists with new dumps,
* unified some descriptions,
* added info here and there,
* added a few more lists
[hash]32x.xml gameboy.xml* gamegear.xml gba.xml* gbcolor.xml* jaguar.xml n64.xml* pico.xml pokemini.xml pv1000.xml sg1000.xml sms.xml snes.xml* supracan.xml wswan.xml

r7945 Friday 30th April, 2010 at 02:54:43 UTC by R. Belmont
Fix for Linux x64 compile, also submitting to MAMEdev.
[src/mame/audio]snes_snd.c

r7944 Thursday 29th April, 2010 at 23:24:27 UTC by Firewave
Removed unnecessary include from castool, imgtool and messtest main.c. Also fixes compilation with OSD=sdl
[src/mess/tools/castool]main.c
[src/mess/tools/imgtool]main.c
[src/mess/tools/messtest]main.c

r7943 Thursday 29th April, 2010 at 23:11:58 UTC by Firewave
[WINUI] Sync with latest MAMEUI code
[src/osd/winui]directories.c
[src/osd/winui/help/docs]Command Line Settings.htm Mame License.htm Mame Statement of Purpose.htm whatsnew.txt
[src/osd/winui/help/html]mameui_changes.txt mameui_systemreq.htm
[src/osd/winui/res]mameui.ico

r7942 Thursday 29th April, 2010 at 22:30:36 UTC by Firewave
[SDL] Compilation fix after strconv.c memory leak fixes (submitted to MAMEdev)
[src/osd/sdl]main.c

r7941 Thursday 29th April, 2010 at 21:16:14 UTC by Firewave
[NEWUI] Fixed memory leak
[src/mess/osd/windows]winutils.c

r7940 Thursday 29th April, 2010 at 21:12:52 UTC by Firewave
[WINUI/MESSUI] Fixed free calls for strconv.c functions. Also some other memory leak fixes
[src/mess/osd/winui]devview.c messui.c propertiesms.c softwarepicker.c
[src/osd/winui]dijoystick.c directdraw.c directories.c dirwatch.c mui_audit.c mui_opts.c mui_util.c properties.c tabview.c treeview.c winui.c

r7939 Thursday 29th April, 2010 at 21:08:48 UTC by Firewave
[MESS/NEWUI/WIMGTOOL] Fixed free calls for stronv.c functions
[src/mess]image.c zippath.c
[src/mess/osd/windows]dialog.c menu.c opcntrl.c winutils.c
[src/mess/tools/imgtool/windows]assocdlg.c wimgtool.c
[src/mess/tools/messdocs]messdocs.c

r7938 Thursday 29th April, 2010 at 21:00:17 UTC by Firewave
Fixed strconv.c and other memory leaks (patch submitted to MAMEdev). Maybe cause breakage in newui/winui code - fixes pending.
[src/emu]rendfont.c ui.c
[src/emu/debug]debugvw.c
[src/lib/util]pool.c
[src/osd]osdcore.h
[src/osd/sdl]main.c sdlos_macosx.c sdlos_unix.c sdlos_win32.c strconv.c strconv.h video.c
[src/osd/windows]debugwin.c drawd3d.c input.c main.c strconv.c strconv.h video.c windir.c winfile.c winutf8.c

r7937 Thursday 29th April, 2010 at 20:25:14 UTC by Firewave
[NEWUI] Re-applied append_menu_utf8() reorganisation. Cause for the crash was an improper free() call
[src/mess/osd/windows]menu.c winutils.c winutils.h

r7936 Thursday 29th April, 2010 at 18:37:14 UTC by incog
Added Super A'can dump, supported tags.
[hash]pv1000.xml supracan.xml

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team