Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r34433 Friday 16th January, 2015 at 00:09:11 UTC by Couriersud |
|---|
| Remove unnecessary oscore.h include |
| [hash] | |
| [src/emu] | emu.mak emuopts.h |
| [src/emu/bus/vcs] | dpc.c |
| [src/emu/cpu/tms0980] | tms0980.c tms0980.h |
| [src/emu/machine] | atahle.c idehd.c |
| [src/emu/sound] | tiaintf.c tiasound.c tiasound.h |
| [src/emu/ui] | |
| [src/lib/util] | chd.c |
| [src/mame] | mame.lst |
| [src/mame/drivers] | aleck64.c chihiro.c peplus.c stfight.c stlforce.c strnskil.c tourtabl.c |
| [src/mame/includes] | stfight.h stlforce.h strnskil.h |
| [src/mame/machine] | stfight.c |
| [src/mame/video] | strnskil.c tia.c tia.h |
| [src/mess/drivers] | a2600.c apple3.c comp4.c elecdet.c fmtowns.c ngen.c |
| [src/mess/machine] | ngen_kb.c |
| [src/osd/osdmini] | minimain.c osdmini.h osdmini.mak |
| [src/regtests/chdman/input/createhd_4] | |
| [src/regtests/chdman/input/createhd_5] | |
| [src/regtests/chdman/output/createhd_4] | |
| [src/regtests/chdman/output/createhd_5] | |
| [src/tools] | chdman.c |
| r34432 Saturday 17th January, 2015 at 14:47:57 UTC by hap |
|---|
| woops |
| [src/mess/drivers] | comp4.c |
| r34431 Saturday 17th January, 2015 at 09:30:03 UTC by Fabio Priuli |
|---|
| ui: fixed bug where slot options set via internal UI did not properly create their sub-options. [Fabio Priuli] out of whatsnew: to see the bug, try to manually set from the UI "com" in a PC ISA port or "multitap" in the SMS driver in an old build, then reset (to apply changes) and re-enter the Slot Options menu just to see that the sub-options (the com serial ports and the multitap joypads) are not configurable because the core was not "informed" of their addition. no bug was present if the options were set from command line or from QMC2, so it was not so easy to spot the issue... |
| [src/emu] | emuopts.h |
| [src/emu/ui] | slotopt.c |
| r34430 Saturday 17th January, 2015 at 09:06:55 UTC by Miodrag Milanović |
|---|
| fixed osdmini compile (nw) |
| [src/osd/osdmini] | minimain.c osdmini.h osdmini.mak |
| r34429 Saturday 17th January, 2015 at 07:59:20 UTC by Osso |
|---|
| atahle.c: added missing save state, fixes blitz99 save state regression (nw) |
| [src/emu/machine] | atahle.c |
| r34428 Saturday 17th January, 2015 at 07:31:02 UTC by Osso |
|---|
| idehd.c: added missing save states, fixes kinst.c save state regression (nw) |
| [src/emu/machine] | idehd.c |
| r34427 Saturday 17th January, 2015 at 05:41:52 UTC by Angelo Salese |
|---|
| Notes regarding mtetrisc protection |
| [src/mame/drivers] | aleck64.c |
| r34426 Saturday 17th January, 2015 at 03:21:46 UTC by Barry Rodewald |
|---|
| ngen: re-worked X-bus module selection, based on documentation. |
| [src/mess/drivers] | ngen.c |
| r34425 Saturday 17th January, 2015 at 01:42:54 UTC by hap |
|---|
| small correction |
| [src/mess/drivers] | elecdet.c |
| r34424 Saturday 17th January, 2015 at 01:34:10 UTC by hap |
|---|
| preliminary support for TMS1400 |
| [src/emu/cpu/tms0980] | tms0980.c tms0980.h |
| r34423 Friday 16th January, 2015 at 20:46:01 UTC by Fabio Priuli |
|---|
| ui: added barebone menu for device-specific options. click on any slot device option to see whether it is currently mounted or not, and which additional options depend on the selected value. [Fabio Priuli] out of whatsnew: eventually, mounted devices should be configurable from this menu. |
| [src/emu] | emu.mak |
| [src/emu/ui] | devopt.c* devopt.h* slotopt.c |
| r34422 Friday 16th January, 2015 at 20:16:48 UTC by Angelo Salese |
|---|
| Actually default Analog Y was changed in n64.c driver some time ago. Fixed Aleck 64 general inputs. |
| [src/mame/drivers] | aleck64.c |
| r34421 Friday 16th January, 2015 at 17:17:05 UTC by Osso |
|---|
| tia_video_device: added save_state support (nw) bus/vcs/dcp.c: added save_state support (nw) a2600.c and tourtabl.c; added save state support (nw) |
| [src/emu/bus/vcs] | dpc.c |
| [src/mame/drivers] | tourtabl.c |
| [src/mame/video] | tia.c tia.h |
| [src/mess/drivers] | a2600.c |
| r34420 Friday 16th January, 2015 at 17:16:35 UTC by Osso |
|---|
| tiasound.c: added save state support (nw) |
| [src/emu/sound] | tiaintf.c tiasound.c tiasound.h |
| r34419 Friday 16th January, 2015 at 17:16:13 UTC by Osso |
|---|
| stfight.c, stlforce.c, strnskil.c: added / enabled save state support (nw) |
| [src/mame/drivers] | stfight.c stlforce.c strnskil.c |
| [src/mame/includes] | stfight.h stlforce.h strnskil.h |
| [src/mame/machine] | stfight.c |
| [src/mame/video] | strnskil.c |
| r34418 Friday 16th January, 2015 at 17:03:34 UTC by Oliver Stöneberg |
|---|
| added missing catch in chd_file_compressor::async_read() and chdman main() (nw) happens when e.g. disk is full |
| [src/lib/util] | chd.c |
| [src/tools] | chdman.c |
| r34417 Friday 16th January, 2015 at 16:14:36 UTC by Fabio Priuli |
|---|
| ui: re-arranged File Manager a little bit, so that image devices are grouped by owner, like Inputs / Dips / Configs menus. nw. |
| [src/emu/ui] | filemngr.c filemngr.h |
| r34416 Friday 16th January, 2015 at 13:11:32 UTC by David Haywood |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame |
| [src/regtests/chdman/input/createhd_4] | in.params* |
| [src/regtests/chdman/input/createhd_5] | in.params* |
| [src/regtests/chdman/output/createhd_4] | out.chd* |
| [src/regtests/chdman/output/createhd_5] | out.chd* |
| [src/tools] | chdman.c |
| r34415 Friday 16th January, 2015 at 13:10:56 UTC by David Haywood |
|---|
| just something I used in testing (nw) |
| [hash] | apple3.xml* |
| [src/mess/drivers] | apple3.c |
| [src/regtests/chdman/input/createhd_4] | |
| [src/regtests/chdman/input/createhd_5] | |
| [src/regtests/chdman/output/createhd_4] | |
| [src/regtests/chdman/output/createhd_5] | |
| [src/tools] | chdman.c |
| r34414 Friday 16th January, 2015 at 11:59:17 UTC by Oliver Stöneberg |
|---|
| fixed chdman.c compiler warning (nw) |
| [src/tools] | chdman.c |
| r34413 Friday 16th January, 2015 at 11:56:37 UTC by Oliver Stöneberg |
|---|
| chdman: added -s/--size parameter for "createhd" to create blank harddisk based on size and sector size [Oliver Stöneberg] also added unit tests for the new option / moved filesize validation out of guess_chd() |
| [src/regtests/chdman/input/createhd_4] | in.params* |
| [src/regtests/chdman/input/createhd_5] | in.params* |
| [src/regtests/chdman/output/createhd_4] | out.chd* |
| [src/regtests/chdman/output/createhd_5] | out.chd* |
| [src/tools] | chdman.c |
| r34412 Friday 16th January, 2015 at 02:01:13 UTC by Barry Rodewald |
|---|
| ngen: fix floppy disk reading |
| [src/mess/drivers] | ngen.c |
| r34411 Friday 16th January, 2015 at 00:53:19 UTC by Barry Rodewald |
|---|
| ngen: a few updates based on a quick read through of the floppy/hard manual |
| [src/mess/drivers] | ngen.c |
| [src/mess/machine] | ngen_kb.c |
| r34410 Friday 16th January, 2015 at 00:53:19 UTC by Barry Rodewald |
|---|
| fmtowns: added note about video and audio hardware added in later models. |
| [src/mess/drivers] | fmtowns.c |
| r34409 Friday 16th January, 2015 at 00:32:53 UTC by Brian Troha |
|---|
| New Player's Edge Poker clones New Clones Added -------------------------------------------- Player's Edge Plus (PP0038) Standard Draw Poker [BrianT] Player's Edge Plus (PP0116) Standard Draw Poker (Mirage) [BrianT] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | peplus.c |
| r34408 Thursday 15th January, 2015 at 23:03:29 UTC by Scott Stone |
|---|
| Input improvements for 11beat, game plays well (albeit slowly) with -nodrc. Also, took off NO_SOUND flag (nw) |
| [src/mame/drivers] | aleck64.c |
| r34407 Thursday 15th January, 2015 at 21:50:57 UTC by Angelo Salese |
|---|
| Redumped ROM and made Eleven Beat to surpass "Joystick Type Error" message. Crashes at kick off though [brizzo, Zoinkity, Angelo Salese] |
| [src/mame/drivers] | aleck64.c |
| r34406 Thursday 15th January, 2015 at 19:54:47 UTC by Sandro Ronco |
|---|
| (MESS) Added VTech Genius Junior Movie softlist. [TeamEurope] |
| [hash] | gjmovie.xml* |
| [src/mess/drivers] | prestige.c |
| r34405 Thursday 15th January, 2015 at 19:54:46 UTC by Sandro Ronco |
|---|
| (MESS) New NOT WORKING systems ---------------------------------------------- VTech Genius Junior Movie (Germany) [TeamEurope] VTech Genius Winner Notebook Fun (Germany) [TeamEurope] |
| [src/mess] | mess.lst |
| [src/mess/drivers] | prestige.c |
| r34404 Thursday 15th January, 2015 at 17:05:01 UTC by Osso |
|---|
| hyhoo.c, pastelg.c: added save state support (nw) the 2 drivers look really similar, maybe merging could be explored.. |
| [src/mame/drivers] | hyhoo.c pastelg.c |
| [src/mame/includes] | hyhoo.h pastelg.h |
| [src/mame/video] | hyhoo.c pastelg.c |
| r34403 Thursday 15th January, 2015 at 17:03:43 UTC by Osso |
|---|
| nb1413m3_device: anonymous timer isn't anonymous anymore (nw) |
| [src/mame/includes] | nb1413m3.h |
| [src/mame/machine] | nb1413m3.c |
| r34402 Thursday 15th January, 2015 at 14:13:11 UTC by Oliver Stöneberg |
|---|
| added a few more chdman tests (nw) |
| [src/regtests/chdman/input/createhd_2] | in.params* |
| [src/regtests/chdman/input/createhd_3] | in.params* |
| [src/regtests/chdman/output/createhd_2] | out.chd* |
| [src/regtests/chdman/output/createhd_3] | out.chd* |
| r34401 Thursday 15th January, 2015 at 12:51:26 UTC by Curt Coder |
|---|
| (MESS) ibm5170.xml: Added Multitasking MS-DOS 4.00. [PCjs Project] |
| [hash] | ibm5170.xml |
| r34400 Thursday 15th January, 2015 at 07:21:33 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/mame/drivers] | aleck64.c |
| r34399 Thursday 15th January, 2015 at 07:20:18 UTC by Couriersud |
|---|
| Hopefully fix compile on OSX |
| [src/emu] | cliopts.c |
| r34398 Thursday 15th January, 2015 at 00:07:16 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/emu/ui] | inputmap.c |
| r34397 Wednesday 14th January, 2015 at 19:52:22 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/emu] | emu.mak |
| [src/emu/bus/nes] | ggenie.c ggenie.h nes_slot.h |
| [src/emu/ui] | filemngr.c inputmap.c* inputmap.h* mainmenu.c miscmenu.c miscmenu.h selgame.c slotopt.c* slotopt.h* |
| [src/mame/drivers] | eolith.c eolith16.c eolithsp.c sprint2.c stadhero.c vegaeo.c xyonix.c |
| [src/mame/includes] | eolith.h |
| [src/mame/video] | eolith.c stadhero.c xyonix.c |
| r34396 Wednesday 14th January, 2015 at 02:35:10 UTC by Couriersud |
|---|
| Removed some machine() references |
| [src/emu] | emu.mak |
| [src/emu/bus/nes] | ggenie.c ggenie.h nes_slot.h |
| [src/emu/ui] | filemngr.c |
| [src/mame/drivers] | aleck64.c eolith.c eolith16.c eolithsp.c sprint2.c stadhero.c vegaeo.c xyonix.c |
| [src/mame/includes] | eolith.h eolithsp.h* stadhero.h vaportra.h xyonix.h |
| [src/mame/video] | eolith.c stadhero.c xyonix.c |
| [src/osd/sdl] | input.c osdsdl.h sdlmain.c video.c window.c |
| r34395 Thursday 15th January, 2015 at 00:30:32 UTC by Scott Stone |
|---|
| Replaced BAD_DUMP for 11beat with fresh and verified good redump from brizzo (nw) |
| [src/mame/drivers] | aleck64.c |
| r34394 Wednesday 14th January, 2015 at 21:03:43 UTC by Fabio Priuli |
|---|
| ui: fixed crash in general inputs menu. nw. |
| [src/emu/ui] | inputmap.c |
| r34393 Wednesday 14th January, 2015 at 18:12:36 UTC by Osso |
|---|
| xyonix,c: added save state support (nw) |
| [src/mame/drivers] | xyonix.c |
| [src/mame/includes] | xyonix.h |
| [src/mame/video] | xyonix.c |
| r34392 Wednesday 14th January, 2015 at 17:55:48 UTC by Osso |
|---|
| vaportra.h: removed unused memory pointers (nw) |
| [src/mame/includes] | vaportra.h |
| r34391 Wednesday 14th January, 2015 at 17:47:59 UTC by Osso |
|---|
| stadhero.c: enabled save state support, reduced tagmap lookups (nw) |
| [src/mame/drivers] | stadhero.c |
| [src/mame/includes] | stadhero.h |
| [src/mame/video] | stadhero.c |
| r34390 Wednesday 14th January, 2015 at 17:32:38 UTC by Osso |
|---|
| eolith.c, eolith16.c, vegaseo.c: added save state support (nw) delete depend_mame.mak if you have it or it won't compile |
| [src/mame/drivers] | eolith.c eolith16.c eolithsp.c vegaeo.c |
| [src/mame/includes] | eolith.h |
| [src/mame/video] | eolith.c |
| r34389 Wednesday 14th January, 2015 at 07:23:06 UTC by Olivier Galibert |
|---|
| Merge pull request #103 from RealComboman/patch-5 added output so artwork can display current gear settings |
| [/trunk] | makefile |
| [3rdparty/lsqlite3] | lsqlite3.c |
| [3rdparty/lua] | Makefile README |
| [3rdparty/lua/doc] | contents.html lua.1 lua.css manual.html readme.html |
| [3rdparty/lua/src] | Makefile lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h lgc.c lgc.h linit.c liolib.c llex.c llex.h llimits.h lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h lopcodes.c lopcodes.h loslib.c lparser.c lparser.h lprefix.h* lstate.c lstate.h lstring.c lstring.h lstrlib.c ltable.c ltable.h ltablib.c ltm.c ltm.h lua.c lua.h luac.c luaconf.h lualib.h lundump.c lundump.h lutf8lib.c* lvm.c lvm.h lzio.c lzio.h |
| [src/emu] | clifront.c clifront.h cliopts.c* cliopts.h* devfind.c devfind.h emu.mak emucore.c emucore.h emuopts.c emuopts.h image.c luaengine.c |
| [src/emu/bus/nes] | ggenie.c ggenie.h nes_slot.h |
| [src/emu/imagedev] | floppy.c |
| [src/emu/sound] | qs1000.c |
| [src/emu/ui] | filemngr.c inputmap.c* inputmap.h* mainmenu.c miscmenu.c miscmenu.h selgame.c slotopt.c* slotopt.h* |
| [src/lib] | lib.mak |
| [src/mame/drivers] | dec0.c |
| [src/mame/includes] | dec0.h |
| [src/mame/machine] | dec0.c |
| [src/mame/video] | dec0.c decbac06.c |
| [src/osd] | |
| [src/osd/modules/lib] | osdobj_common.c osdobj_common.h |
| [src/osd/sdl] | osdsdl.h sdlmain.c |
| [src/osd/windows] | winmain.c winmain.h winprefix.h |
| r34388 Tuesday 13th January, 2015 at 14:40:48 UTC by RealComboman |
|---|
| added output so artwork can display current gear settings |
| [/trunk] | makefile |
| [3rdparty/lsqlite3] | lsqlite3.c |
| [3rdparty/lua] | Makefile README |
| [3rdparty/lua/doc] | contents.html lua.1 lua.css manual.html readme.html |
| [3rdparty/lua/src] | Makefile lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h lgc.c lgc.h linit.c liolib.c llex.c llex.h llimits.h lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h lopcodes.c lopcodes.h loslib.c lparser.c lparser.h |
| [src/emu] | clifront.c clifront.h |
| [src/emu/bus/nes] | ggenie.c ggenie.h nes_slot.h |
| [src/emu/imagedev] | floppy.c |
| [src/emu/sound] | qs1000.c |
| [src/emu/ui] | filemngr.c |
| [src/lib] | lib.mak |
| [src/mame/drivers] | dec0.c sprint2.c |
| [src/mame/includes] | dec0.h |
| [src/mame/machine] | dec0.c |
| [src/mame/video] | dec0.c decbac06.c |
| [src/osd] | osdepend.c* osdepend.h |
| [src/osd/modules/lib] | osdobj_common.c osdobj_common.h |
| [src/osd/sdl] | osdsdl.h sdlmain.c |
| [src/osd/windows] | winmain.c winmain.h winprefix.h |
| r34387 Wednesday 14th January, 2015 at 06:58:42 UTC by Fabio Priuli |
|---|
| nes: fixed game genie passthrough. nw. |
| [src/emu/bus/nes] | ggenie.c ggenie.h nes_slot.h |
| r34386 Wednesday 14th January, 2015 at 06:55:37 UTC by Fabio Priuli |
|---|
| ui: slightly reworked the File Manager initial menu to show which device each media belongs to, so that if you change slot options (e.g. adding further floppy drives to the emulated machine) you can more easily spot which image is currently mounted in each drive. Next, I plan to group media switches by owner, so to avoid unnecessarily long menus. nw. |
| [src/emu/ui] | filemngr.c |
| r34385 Wednesday 14th January, 2015 at 06:48:38 UTC by Fabio Priuli |
|---|
| ui: split code for input mapping and slot option menus from miscmenu. nw. |
| [src/emu] | emu.mak |
| [src/emu/ui] | inputmap.c* inputmap.h* mainmenu.c miscmenu.c miscmenu.h selgame.c slotopt.c* slotopt.h* |
| r34384 Wednesday 14th January, 2015 at 01:11:09 UTC by Couriersud |
|---|
| Remove inlining of non-performance relevant exceptions and fatalerror. |
| [src/emu] | emucore.c emucore.h |
| Previous 50 | 199869 Revisions | Next 50 |