Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r35333 Sunday 18th January, 2015 at 19:33:26 UTC by Couriersud
Fix crash caused by 4066 dip device. (nw)
[/branches/kale/src/emu/netlist/devices]nld_4020.c nld_4066.c

r35332 Sunday 18th January, 2015 at 17:24:31 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[/branches/kale/src/emu/machine]netlist.c
[/branches/kale/src/emu/netlist]nl_base.c nl_base.h nl_config.h nl_dice_compat.h nl_parser.c nl_parser.h pstate.c pstate.h pstring.c pstring.h
[/branches/kale/src/emu/netlist/analog]nld_bjt.c nld_bjt.h nld_fourterm.c nld_fourterm.h nld_ms_direct.h nld_ms_direct1.h nld_ms_direct2.h nld_ms_gauss_seidel.h nld_solver.c nld_solver.h nld_twoterm.c nld_twoterm.h
[/branches/kale/src/emu/netlist/devices]nld_4066.c nld_74123.c nld_74ls629.c nld_cmos.h nld_ne555.c nld_ne555.h nld_r2r_dac.c nld_system.c
[/branches/kale/src/mame/includes]mario.h

r35331 Sunday 18th January, 2015 at 14:23:53 UTC by Fabio Priuli
ui: centralized game info and image info menus to a common
source file (creatively named ui/info.c). nw.
[/branches/kale/src/emu]emu.mak
[/branches/kale/src/emu/ui]imginfo.c imginfo.h info.c* info.h* mainmenu.c miscmenu.c miscmenu.h

r35330 Sunday 18th January, 2015 at 12:27:54 UTC by Andreas Naive
Updates to SEGA's 315-5881 encryption based on new findings from Virtua Striker 2 '98 (Model3) [Andreas Naive]
[/branches/kale/src/mame/drivers]naomi.c
[/branches/kale/src/mame/machine]315-5881_crypt.c naomicrypt.c

r35329 Sunday 18th January, 2015 at 11:10:51 UTC by Fabio Priuli
ui: stop the game selector reporting systems with no roms as
missing files. [Fabio Priuli]

ui: when launching systems with mandatory carts, either from
command line or from the game selector, prompt the user with
the file manager menu so that he can mount a game where
needed, instead of killing emulation with an error. [Fabio Priuli]

out of whatsnew: it is now finally possible to launch nes and
snes and a2600 (and a few more) from the internal system
selector! also MESS doesn't error out anymore if you launch
such systems with no carts mounted from command line.

in short: emulation finally behaves as users typically expect!
[/branches/kale/src/emu]image.c image.h
[/branches/kale/src/emu/machine]netlist.c
[/branches/kale/src/emu/netlist]nl_base.c nl_base.h nl_config.h nl_dice_compat.h nl_parser.c nl_parser.h pstate.c pstate.h pstring.c pstring.h
[/branches/kale/src/emu/netlist/analog]nld_bjt.c nld_bjt.h nld_fourterm.c nld_fourterm.h nld_ms_direct.h nld_ms_direct1.h nld_ms_direct2.h nld_ms_gauss_seidel.h nld_solver.c nld_solver.h nld_twoterm.c nld_twoterm.h
[/branches/kale/src/emu/netlist/devices]nld_4066.c nld_74123.c nld_74ls629.c nld_cmos.h nld_ne555.c nld_ne555.h nld_r2r_dac.c nld_system.c
[/branches/kale/src/emu/ui]filemngr.c filemngr.h imgcntrl.c mainmenu.c selgame.c ui.c
[/branches/kale/src/mame/includes]mario.h

r35328 Sunday 18th January, 2015 at 10:48:57 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[/branches/kale/src/emu/machine]netlist.c
[/branches/kale/src/emu/netlist]nl_base.c nl_base.h nl_config.h nl_dice_compat.h nl_parser.c nl_parser.h pstate.c pstate.h pstring.c pstring.h
[/branches/kale/src/emu/netlist/analog]nld_bjt.c nld_bjt.h nld_fourterm.c nld_fourterm.h nld_ms_direct.h nld_ms_direct1.h nld_ms_direct2.h nld_ms_gauss_seidel.h nld_solver.c nld_solver.h nld_twoterm.c nld_twoterm.h
[/branches/kale/src/emu/netlist/devices]nld_4066.c nld_74123.c nld_74ls629.c nld_cmos.h nld_ne555.c nld_ne555.h nld_r2r_dac.c nld_system.c
[/branches/kale/src/mame/includes]mario.h

r35327 Sunday 18th January, 2015 at 08:58:09 UTC by Scott Stone
Compile fix (nw)
[/branches/kale/src/emu/netlist]nl_dice_compat.h

r35326 Sunday 18th January, 2015 at 04:59:11 UTC by R. Belmont
twinkle.c: the 68000 & SPU board now process commands, some sound f/x play now.  [R. Belmont]
[/branches/kale/src/emu/sound]rf5c400.c rf5c400.h
[/branches/kale/src/mame/drivers]twinkle.c

r35325 Sunday 18th January, 2015 at 02:24:38 UTC by David Haywood
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/kale/src/mame]mame.lst
[/branches/kale/src/mame/drivers]snowbros.c
[/branches/kale/src/mame/includes]snowbros.h

r35324 Sunday 18th January, 2015 at 01:36:18 UTC by hap
added tms1400 callstack
[/branches/kale/src/emu/cpu/tms0980]tms0980.c tms0980.h

r35323 Sunday 18th January, 2015 at 00:54:08 UTC by R. Belmont
Merge pull request #101 from p1pkin/naomi#1

naomi.c: redumped vstrik3c, both existing and new dumps were BAD, made one good-looking from them [ANY, MetalliC]
[/branches/kale]makefile
[/branches/kale/3rdparty/lsqlite3]lsqlite3.c
[/branches/kale/3rdparty/lua]Makefile README
[/branches/kale/3rdparty/lua/doc]contents.html lua.1 lua.css manual.html readme.html
[/branches/kale/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
[/branches/kale/hash]apple3.xml* gjmovie.xml* ibm5170.xml
[/branches/kale/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 ioport.c luaengine.c machine.c machine.h mame.c mame.h render.h rendfont.c rendfont.h rendutil.h video.c webengine.c
[/branches/kale/src/emu/bus/nes]ggenie.c ggenie.h nes_slot.h pt554.c
[/branches/kale/src/emu/bus/vcs]dpc.c
[/branches/kale/src/emu/cpu/tms0980]tms0980.c tms0980.h
[/branches/kale/src/emu/imagedev]floppy.c
[/branches/kale/src/emu/machine]atahle.c idehd.c
[/branches/kale/src/emu/netlist]netlist.mak nl_base.c nl_base.h nl_config.h nl_dice_compat.h nl_factory.c* nl_factory.h* nl_lists.h nl_setup.c nl_setup.h plists.h pstate.c pstate.h pstring.c
[/branches/kale/src/emu/netlist/analog]nld_bjt.c nld_ms_direct.h nld_solver.c nld_solver.h
[/branches/kale/src/emu/netlist/devices]net_lib.c net_lib.h nld_4020.c nld_74107.c nld_74123.c nld_74153.c nld_7448.c nld_7474.c nld_7483.c nld_7490.c nld_7493.c nld_74ls629.c nld_9316.c nld_ne555.c nld_signal.h nld_system.h nld_truthtable.h
[/branches/kale/src/emu/sound]qs1000.c tiaintf.c tiasound.c tiasound.h
[/branches/kale/src/emu/ui]barcode.c devopt.c* devopt.h* filemngr.c filemngr.h imginfo.c imginfo.h inputmap.c* inputmap.h* mainmenu.c miscmenu.c miscmenu.h selgame.c slotopt.c* slotopt.h* tapectrl.c
[/branches/kale/src/lib]lib.mak
[/branches/kale/src/lib/util]chd.c corefile.h options.h
[/branches/kale/src/mame]mame.lst
[/branches/kale/src/mame/audio]mario.c
[/branches/kale/src/mame/drivers]20pacgal.c aleck64.c chihiro.c dec0.c eolith.c eolith16.c eolithsp.c hyhoo.c pastelg.c peplus.c psychic5.c segajw.c sprint2.c stadhero.c stfight.c stlforce.c strnskil.c tourtabl.c vegaeo.c xyonix.c
[/branches/kale/src/mame/includes]dec0.h eolith.h eolithsp.h hyhoo.h mario.h nb1413m3.h pastelg.h stadhero.h stfight.h stlforce.h strnskil.h vaportra.h xyonix.h
[/branches/kale/src/mame/machine]dec0.c nb1413m3.c stfight.c
[/branches/kale/src/mame/video]dec0.c decbac06.c eolith.c hyhoo.c pastelg.c stadhero.c strnskil.c tia.c tia.h xyonix.c
[/branches/kale/src/mess]mess.lst mess.mak
[/branches/kale/src/mess/drivers]a2600.c apple3.c comp4.c elecdet.c* fmtowns.c gamate.c ngen.c prestige.c splitsec.c* stopthie.c ticalc1x.c tispeak.c
[/branches/kale/src/mess/includes]msx.h
[/branches/kale/src/mess/layout]elecdet.lay* lantutor.lay snspell.lay* splitsec.lay* tispeak.lay
[/branches/kale/src/mess/machine]ngen_kb.c
[/branches/kale/src/osd]osdcore.c osdepend.c osdepend.h
[/branches/kale/src/osd/modules/debugger]debugint.c debugint.h debugosx.h debugosx.m debugqt.c debugqt.h debugwin.c debugwin.h none.c none.h
[/branches/kale/src/osd/modules/lib]osdobj_common.c* osdobj_common.h*
[/branches/kale/src/osd/modules/sound]direct_sound.c direct_sound.h none.c none.h sdl_sound.c sdl_sound.h
[/branches/kale/src/osd/osdmini]minimain.c osdmini.h osdmini.mak
[/branches/kale/src/osd/sdl]draw13.c input.c osdsdl.h output.c sdl.mak sdlmain.c video.c window.c
[/branches/kale/src/osd/windows]windows.mak winmain.c winmain.h winprefix.h
[/branches/kale/src/regtests/chdman/input/createhd_2]in.params*
[/branches/kale/src/regtests/chdman/input/createhd_3]in.params*
[/branches/kale/src/regtests/chdman/input/createhd_4]in.params*
[/branches/kale/src/regtests/chdman/input/createhd_5]in.params*
[/branches/kale/src/regtests/chdman/output/createhd_2]out.chd*
[/branches/kale/src/regtests/chdman/output/createhd_3]out.chd*
[/branches/kale/src/regtests/chdman/output/createhd_4]out.chd*
[/branches/kale/src/regtests/chdman/output/createhd_5]out.chd*
[/branches/kale/src/tools]chdman.c

r35322 Sunday 11th January, 2015 at 20:44:52 UTC by MetalliC
naomi.c: redumped vstrik3c, both existing and new dumps were BAD, made one good-looking from them [ANY, MetalliC]

removed "Rev C" label from name, vstrik3c set is original release
[/branches/kale]makefile
[/branches/kale/3rdparty/lsqlite3]lsqlite3.c
[/branches/kale/3rdparty/lua]Makefile README
[/branches/kale/3rdparty/lua/doc]contents.html lua.1 lua.css manual.html readme.html
[/branches/kale/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
[/branches/kale/hash]apple3.xml gjmovie.xml ibm5170.xml
[/branches/kale/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
[/branches/kale/src/emu/bus/nes]ggenie.c ggenie.h nes_slot.h pt554.c
[/branches/kale/src/emu/imagedev]floppy.c
[/branches/kale/src/emu/sound]qs1000.c
[/branches/kale/src/emu/ui]barcode.c filemngr.c imginfo.c imginfo.h inputmap.c inputmap.h mainmenu.c miscmenu.c miscmenu.h selgame.c slotopt.c slotopt.h tapectrl.c
[/branches/kale/src/lib]lib.mak
[/branches/kale/src/mame]mame.lst
[/branches/kale/src/mame/drivers]20pacgal.c aleck64.c dec0.c eolith.c eolith16.c eolithsp.c hyhoo.c naomi.c pastelg.c peplus.c psychic5.c segajw.c snowbros.c sprint2.c stadhero.c vegaeo.c xyonix.c
[/branches/kale/src/mame/includes]dec0.h eolith.h eolithsp.h* hyhoo.h nb1413m3.h pastelg.h snowbros.h stadhero.h vaportra.h xyonix.h
[/branches/kale/src/mame/machine]dec0.c nb1413m3.c
[/branches/kale/src/mame/video]dec0.c decbac06.c eolith.c hyhoo.c pastelg.c stadhero.c xyonix.c
[/branches/kale/src/mess]mess.lst mess.mak
[/branches/kale/src/mess/drivers]apple3.c elecdet.c fmtowns.c gamate.c ngen.c prestige.c stopthie.c ticalc1x.c tispeak.c
[/branches/kale/src/mess/layout]elecdet.lay lantutor.lay snspell.lay tispeak.lay*
[/branches/kale/src/mess/machine]ngen_kb.c
[/branches/kale/src/osd]osdepend.c* osdepend.h
[/branches/kale/src/osd/modules/debugger]debugint.c debugint.h debugosx.h debugosx.m debugqt.c debugqt.h debugwin.c debugwin.h none.c none.h
[/branches/kale/src/osd/modules/lib]osdobj_common.c osdobj_common.h
[/branches/kale/src/osd/modules/sound]direct_sound.c direct_sound.h none.c none.h sdl_sound.c sdl_sound.h
[/branches/kale/src/osd/sdl]input.c osdsdl.h output.c sdl.mak sdlmain.c video.c window.c
[/branches/kale/src/osd/windows]windows.mak winmain.c winmain.h winprefix.h
[/branches/kale/src/regtests/chdman/input/createhd_2]in.params
[/branches/kale/src/regtests/chdman/input/createhd_3]in.params
[/branches/kale/src/regtests/chdman/input/createhd_4]in.params
[/branches/kale/src/regtests/chdman/input/createhd_5]in.params
[/branches/kale/src/regtests/chdman/output/createhd_2]out.chd
[/branches/kale/src/regtests/chdman/output/createhd_3]out.chd
[/branches/kale/src/regtests/chdman/output/createhd_4]out.chd
[/branches/kale/src/regtests/chdman/output/createhd_5]out.chd
[/branches/kale/src/tools]chdman.c

r35321 Sunday 18th January, 2015 at 02:23:22 UTC by David Haywood
new WORKING game
Come Back Toto [system11, David Haywood]
[/branches/kale/src/emu]clifront.c clifront.h emu.mak emuopts.h ioport.c machine.c machine.h mame.c mame.h render.h rendfont.c rendfont.h rendutil.h video.c webengine.c
[/branches/kale/src/emu/bus/vcs]dpc.c
[/branches/kale/src/emu/cpu/tms0980]tms0980.c tms0980.h
[/branches/kale/src/emu/machine]atahle.c idehd.c netlist.c
[/branches/kale/src/emu/netlist]netlist.mak nl_base.c nl_base.h nl_config.h nl_dice_compat.h nl_factory.c nl_factory.h nl_lists.h nl_parser.c nl_parser.h nl_setup.c nl_setup.h plists.h pstate.c pstate.h pstring.c pstring.h
[/branches/kale/src/emu/netlist/analog]nld_bjt.c nld_bjt.h nld_fourterm.c nld_fourterm.h nld_ms_direct.h nld_ms_direct1.h nld_ms_direct2.h nld_ms_gauss_seidel.h nld_solver.c nld_solver.h nld_twoterm.c nld_twoterm.h
[/branches/kale/src/emu/netlist/devices]net_lib.c net_lib.h nld_4020.c nld_4066.c nld_74107.c nld_74123.c nld_74153.c nld_7448.c nld_7474.c nld_7483.c nld_7490.c nld_7493.c nld_74ls629.c nld_9316.c nld_cmos.h nld_ne555.c nld_ne555.h nld_r2r_dac.c nld_signal.h nld_system.c nld_system.h nld_truthtable.h
[/branches/kale/src/emu/sound]tiaintf.c tiasound.c tiasound.h
[/branches/kale/src/emu/ui]devopt.c devopt.h filemngr.c filemngr.h miscmenu.c slotopt.c
[/branches/kale/src/lib]lib.mak
[/branches/kale/src/lib/util]chd.c corefile.h options.h
[/branches/kale/src/mame]mame.lst
[/branches/kale/src/mame/audio]mario.c
[/branches/kale/src/mame/drivers]aleck64.c chihiro.c peplus.c snowbros.c stfight.c stlforce.c strnskil.c tourtabl.c
[/branches/kale/src/mame/includes]mario.h snowbros.h stfight.h stlforce.h strnskil.h
[/branches/kale/src/mame/machine]stfight.c
[/branches/kale/src/mame/video]strnskil.c tia.c tia.h
[/branches/kale/src/mess]mess.lst mess.mak
[/branches/kale/src/mess/drivers]a2600.c comp4.c elecdet.c ngen.c splitsec.c
[/branches/kale/src/mess/includes]msx.h
[/branches/kale/src/mess/layout]splitsec.lay
[/branches/kale/src/osd]osdcore.c osdepend.h
[/branches/kale/src/osd/modules/lib]osdobj_common.c osdobj_common.h
[/branches/kale/src/osd/osdmini]minimain.c osdmini.h osdmini.mak
[/branches/kale/src/osd/sdl]draw13.c osdsdl.h sdlmain.c
[/branches/kale/src/osd/windows]winmain.c winmain.h
[/branches/kale/src/tools]chdman.c

r35320 Sunday 18th January, 2015 at 10:48:39 UTC by Couriersud
Introduced an nl_double type. This will be followed by an nl_float type
for certain components (mostly matrix and vector). (nw)
[/branches/kale/src/emu/machine]netlist.c
[/branches/kale/src/emu/netlist]nl_base.c nl_base.h nl_config.h nl_dice_compat.h nl_parser.c nl_parser.h pstate.c pstate.h pstring.c pstring.h
[/branches/kale/src/emu/netlist/analog]nld_bjt.c nld_bjt.h nld_fourterm.c nld_fourterm.h nld_ms_direct.h nld_ms_direct1.h nld_ms_direct2.h nld_ms_gauss_seidel.h nld_solver.c nld_solver.h nld_twoterm.c nld_twoterm.h
[/branches/kale/src/emu/netlist/devices]nld_4066.c nld_74123.c nld_74ls629.c nld_cmos.h nld_ne555.c nld_ne555.h nld_r2r_dac.c nld_system.c
[/branches/kale/src/mame/includes]mario.h

r35319 Sunday 18th January, 2015 at 00:43:59 UTC by Couriersud
Fixed memory allocation in netlist code. This caused a number of memory
leaks to disappear. (nw)
[/branches/kale/src/emu/netlist]netlist.mak nl_base.c nl_base.h nl_config.h nl_dice_compat.h nl_factory.c* nl_factory.h* nl_setup.c nl_setup.h plists.h pstate.c pstate.h pstring.c
[/branches/kale/src/emu/netlist/analog]nld_ms_direct.h nld_solver.c nld_solver.h
[/branches/kale/src/emu/netlist/devices]net_lib.c net_lib.h

r35318 Sunday 18th January, 2015 at 00:09:42 UTC by hap
maze of lamps
[/branches/kale/src/mess/layout]splitsec.lay

r35317 Saturday 17th January, 2015 at 23:07:48 UTC by hap
added led decay simulation as usual
[/branches/kale/src/mess/drivers]splitsec.c

r35316 Saturday 17th January, 2015 at 17:37:20 UTC by Brian Troha
peplus.c: CG2374 graphics are not specific to the X002374P poker data set. Move the CG2374 down into the X000055P sets to retain them - NW
[/branches/kale/src/emu/cpu/m6502]m4510.c m6502.h om4510.lst om65ce02.lst
[/branches/kale/src/emu/drivers]xtal.h
[/branches/kale/src/mame/drivers]peplus.c
[/branches/kale/src/mess/drivers]c65.c
[/branches/kale/src/mess/includes]c65.h
[/branches/kale/src/mess/machine]c65.c

r35315 Thursday 26th February, 2015 at 23:31:15 UTC by Couriersud
Fix windows sdl build. (nw)
[src/osd/sdl]window.c

r35314 Thursday 26th February, 2015 at 23:20:01 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[src/emu/video]scn2674.c scn2674.h
[src/mess]mess.mak
[src/mess/drivers]amaztron.c comp4.c hh_tms1k.c pcd.c simon.c
[src/mess/layout]amaztron.lay

r35313 Thursday 26th February, 2015 at 23:19:41 UTC by Couriersud
Introduced osd_rect and osd_dim to allow for more code alignment. (nw)
[src/osd/modules]osdwindow.h
[src/osd/sdl]draw13.c drawogl.c drawsdl.c video.h window.c window.h
[src/osd/windows]drawdd.c video.h window.c window.h

r35312 Thursday 26th February, 2015 at 20:15:22 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[src/mess]mess.mak
[src/mess/drivers]hh_tms1k.c tc4.c

r35311 Thursday 26th February, 2015 at 18:38:42 UTC by Couriersud
C++'d more of window.c (nw)
[src/emu/video]scn2674.c scn2674.h
[src/mess]mess.mak
[src/mess/drivers]amaztron.c* comp4.c* hh_tms1k.c pcd.c simon.c* tc4.c*
[src/mess/layout]amaztron.lay
[src/osd/windows]video.c window.c window.h

r35310 Thursday 26th February, 2015 at 20:53:01 UTC by hap
moved simon.c, comp4.c, amaztron.c to hh_tms1k.c (to recompile, remove mb.a, coleco.a)
[src/mess]mess.mak
[src/mess/drivers]amaztron.c comp4.c hh_tms1k.c simon.c
[src/mess/layout]amaztron.lay

r35309 Thursday 26th February, 2015 at 20:40:51 UTC by Carl
(mess) pcd: cursor and floppy 2 (nw)
[src/emu/video]scn2674.c scn2674.h
[src/mess/drivers]pcd.c

r35308 Thursday 26th February, 2015 at 19:22:16 UTC by hap
moved tc4 to hh_tms1k.c (delete coleco.a to prevent compile error)
[src/mess]mess.mak
[src/mess/drivers]hh_tms1k.c tc4.c

r35307 Thursday 26th February, 2015 at 17:56:12 UTC by Osso
wc90b: added save state support (nw)
[src/mame/drivers]wc90b.c
[src/mame/includes]wc90b.h
[src/mame/video]wc90b.c

r35306 Thursday 26th February, 2015 at 17:43:32 UTC by Osso
tbowl.c: added save state support (nw)
[src/mame/drivers]tbowl.c
[src/mame/includes]tbowl.h
[src/mame/video]tbowl.c

r35305 Thursday 26th February, 2015 at 17:18:37 UTC by Osso
pturn.c: added save state support (nw)
pooyan.c: removed unused member variable (nw)
[src/mame/drivers]pooyan.c pturn.c
[src/mame/includes]pooyan.h
[src/mame/video]pooyan.c

r35304 Thursday 26th February, 2015 at 17:17:27 UTC by Osso
psychic5.c: added save state support, converted to configured banking (nw)
[src/mame/drivers]psychic5.c
[src/mame/includes]psychic5.h
[src/mame/video]jalblend.c psychic5.c

r35303 Thursday 26th February, 2015 at 17:06:07 UTC by Osso
Fixed MT05852 , stupid copy/paste error on my part (nw)
[src/mame/audio]mw8080bw.c

r35302 Thursday 26th February, 2015 at 17:02:46 UTC by Osso
vulgus.c: added save state support (nw)
[src/mame/drivers]vulgus.c
[src/mame/includes]vulgus.h
[src/mame/video]vulgus.c

r35301 Thursday 26th February, 2015 at 15:39:42 UTC by Carl
(mess) pcd_kbd: "private field 'm_data' is not used" (nw)
[/trunk]makefile
[src/emu]emucore.h
[src/emu/cpu]cpu.mak
[src/emu/cpu/h8]h8.c h8.h h83002.c h83002.h h83006.c h83006.h h83008.c h83008.h h83048.c h83048.h h83337.c h83337.h h8_dma.c h8_dma.h h8_sci.c h8_watchdog.c h8_watchdog.h h8s2245.c h8s2245.h h8s2320.c h8s2320.h h8s2357.c h8s2357.h h8s2655.c h8s2655.h
[src/emu/cpu/m6502]m6502.c
[src/emu/cpu/m68000x]m68000.c m68000.h m68000.lst m68kmake.py
[src/emu/machine]atahle.c tmp68301.c tmp68301.h wozfdc.c
[src/emu/sound]la32.c la32.h sound.mak
[src/emu/ui]ui.c
[src/lib/formats]ap2_dsk.c
[src/mame/drivers]csplayh5.c namcos23.c naomi.c niyanpai.c realbrk.c seta2.c
[src/mame/includes]dc.h
[src/mame/video]powervr2.c powervr2.h
[src/mess]mess.lst mess.mak
[src/mess/drivers]dccons.c lg.c mt735.c rmt32.c wicat.c ymmu100.c
[src/mess/machine]nextmo.c nextmo.h pcd_kbd.c pcd_kbd.h
[src/mess/tools/floptool]main.c
[src/mess/video]atarist.c
[src/osd/modules/netdev]taptun.c

r35300 Thursday 26th February, 2015 at 15:11:30 UTC by Olivier Galibert
wozlog
[src/emu/cpu/m6502]m6502.c
[src/emu/machine]wozfdc.c

r35299 Thursday 26th February, 2015 at 15:11:30 UTC by Olivier Galibert
mu100 sci selector
[src/mess/drivers]ymmu100.c

r35298 Thursday 26th February, 2015 at 15:11:30 UTC by Olivier Galibert
atahle verbosity
[src/emu/machine]atahle.c

r35297 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
h8: Add watchdog, dma [O. Galibert]
h8: Disassembly fix [O. Galibert]
tmp68301: Add serial [O. Galibert]
[src/emu/cpu]cpu.mak
[src/emu/cpu/h8]h8.c h8.h h83002.c h83002.h h83006.c h83006.h h83008.c h83008.h h83048.c h83048.h h83337.c h83337.h h8_dma.c* h8_dma.h* h8_sci.c h8_watchdog.c* h8_watchdog.h* h8s2245.c h8s2245.h h8s2320.c h8s2320.h h8s2357.c h8s2357.h h8s2655.c h8s2655.h
[src/emu/machine]tmp68301.c tmp68301.h
[src/mame/drivers]csplayh5.c niyanpai.c realbrk.c seta2.c

r35296 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
mu100 work
[src/mess/drivers]ymmu100.c

r35295 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
floptool stream work
[src/mess/tools/floptool]main.c

r35294 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
dsk tests
[src/lib/formats]ap2_dsk.c

r35293 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
powervr2: Rewrite [O. Galibert]
[src/mame/drivers]naomi.c
[src/mame/includes]dc.h
[src/mame/video]powervr2.c powervr2.h
[src/mess/drivers]dccons.c

r35292 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
ns23
[src/mame/drivers]namcos23.c

r35291 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
lg
[src/mess]mess.lst mess.mak
[src/mess/drivers]lg.c*

r35290 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
namcos23: Better state management [O. Galibert]
[src/mame/drivers]namcos23.c

r35289 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
s23 recording
[src/mame/drivers]namcos23.c

r35288 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
next_mo
[src/mess/machine]nextmo.c nextmo.h

r35287 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
mt735
[src/mess]mess.lst mess.mak
[src/mess/drivers]mt735.c*

r35286 Thursday 26th February, 2015 at 15:11:29 UTC by Olivier Galibert
wicat
[src/mess/drivers]wicat.c

r35285 Thursday 26th February, 2015 at 15:11:28 UTC by Olivier Galibert
st
[src/mess/drivers]atarist.c
[src/mess/includes]atarist.h

r35284 Thursday 26th February, 2015 at 15:11:28 UTC by Olivier Galibert
la32: Preliminary implementation [O. Galibert]
[src/emu/sound]la32.c* la32.h* sound.mak
[src/mess]mess.mak
[src/mess/drivers]rmt32.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team