Note Feed

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

Previous 50 199869 Revisions Next 50

r35383 Tuesday 20th January, 2015 at 17:27:08 UTC by David Haywood
oops, didn't mean to change this (nw)
[/branches/kale/src/mame/machine]315-5881_crypt.h

r35382 Tuesday 20th January, 2015 at 17:17:40 UTC by Osso
paradise.c: added missing save state, fixes penky save state problem (nw)
[/branches/kale/src/mame/drivers]paradise.c
[/branches/kale/src/mame/includes]paradise.h
[/branches/kale/src/mame/video]paradise.c

r35381 Tuesday 20th January, 2015 at 16:53:09 UTC by David Haywood
some changes to the 315-5881 to allow basic multiple stream support, astrass needs this - we were ignoring a size value in the header, when the 'size' is reached the stream ends, and a new header needs to be read.

I need to review the changes w/regards the naomi code later (don't have the material to test here) also this will need looking at w/regards compressed streams, as they can be mixed.

the data decrypted from astrass is now a 100% match for the data that was extracted from the saturn version.
[/branches/kale/src/mame/machine]315-5881_crypt.c 315-5881_crypt.h

r35380 Tuesday 20th January, 2015 at 13:34:59 UTC by Fabio Priuli
ui: added bios settings and keyboard/keypad inputs in the
device option menu. nw.
[/branches/kale/src/emu/ui]devopt.c

r35379 Tuesday 20th January, 2015 at 13:21:05 UTC by David Haywood
using actual Sega 315_5881 decryption for 'astrass' set (not yet working for twcup98)
[/branches/kale/src/mame/drivers]stv.c
[/branches/kale/src/mame/includes]stv.h
[/branches/kale/src/mame/machine]stvprot.c

r35378 Tuesday 20th January, 2015 at 09:31:02 UTC by Fabio Priuli
ui: split a few more menu entries from miscmenu.c to separate files,
so to avoid having too much assorted stuff in miscmenu.c (now it is
down to a reasonable size). nw.
[/branches/kale/src/emu]emu.mak
[/branches/kale/src/emu/ui]cheatopt.c* cheatopt.h* filemngr.c mainmenu.c mainmenu.h menu.c miscmenu.c miscmenu.h sliders.c* sliders.h* ui.c videoopt.c* videoopt.h*

r35377 Tuesday 20th January, 2015 at 00:43:49 UTC by Angelo Salese
Looks more likely, and at least pieces all have different colors now.
[/branches/kale/src/mame/drivers]aleck64.c

r35376 Tuesday 20th January, 2015 at 00:21:24 UTC by Angelo Salese
Palette check
[/branches/kale/src/mame/drivers]aleck64.c

r35375 Monday 19th January, 2015 at 23:32:43 UTC by Angelo Salese
Debugging ... (yeah, already somehow playable)
[/branches/kale/src/mame/drivers]aleck64.c

r35374 Monday 19th January, 2015 at 22:14:42 UTC by hap
re-added old protection hack for now.
see: http://mametesters.org/view.php?id=5828
[/branches/kale/src/mame/drivers]punchout.c

r35373 Monday 19th January, 2015 at 21:34:43 UTC by hap
notes
[/branches/kale/src/mess/drivers]splitsec.c

r35372 Monday 19th January, 2015 at 20:58:30 UTC by Andreas Naive
315-5881 key corrections
[/branches/kale/src/mame/drivers]naomi.c

r35371 Monday 19th January, 2015 at 20:47:09 UTC by Couriersud
Moved font code into osd/modules/font. Extended osd_font to a proper
interface. (nw)
[/branches/kale/src/emu]rendfont.c
[/branches/kale/src/osd]osdepend.h
[/branches/kale/src/osd/modules/font]font_none.c* font_osx.c* font_unix.c* font_windows.c*
[/branches/kale/src/osd/sdl]osdsdl.h sdl.mak sdlmain.c
[/branches/kale/src/osd/windows]windows.mak winmain.c winmain.h

r35370 Monday 19th January, 2015 at 19:14:05 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[/branches/kale/src/tools]nltool.c

r35369 Monday 19th January, 2015 at 17:48:27 UTC by Osso
m58.c: fixed 10yard save state problem, removed unneeded prefixes (nw)
[/branches/kale/src/mame/drivers]m58.c
[/branches/kale/src/mame/includes]m58.h
[/branches/kale/src/mame/video]m58.c

r35368 Monday 19th January, 2015 at 17:47:00 UTC by Osso
pacman.c: fixed mschamp save state problem (nw)
[/branches/kale/src/mame/drivers]pacman.c
[/branches/kale/src/mame/includes]pacman.h

r35367 Monday 19th January, 2015 at 17:46:05 UTC by Osso
bogeyman.c: added missing save state, fixing noted save state regression. Also removed unneeded prefixes. (nw)
[/branches/kale/src/mame/drivers]bogeyman.c
[/branches/kale/src/mame/includes]bogeyman.h
[/branches/kale/src/mame/video]bogeyman.c

r35366 Monday 19th January, 2015 at 17:44:50 UTC by Osso
6522via.c: added missing save states, fixes at least bmcbowl save state problem (nw)
[/branches/kale/src/emu/machine]6522via.c

r35365 Monday 19th January, 2015 at 10:48:33 UTC by Fabio Priuli
ui: fixed bug where software items that shall create new image
devices (e.g., passthru carts) or new slot options, failed to do
so when loaded through the File Manager in the internal
UI. [Fabio Priuli]

out of whatsnew: to see the bug, try to launch with previous code nes with no
options, then mount ggenie cart and, after the reboot, try to mount any other
game in the -cart2 media switch. System will reboot, but only ggenie remains
mounted.
Alternatively, launch c64 and manually mount cbmieee from the UI. After
reboot the serial slot options in the Slot Options menu are not configurable, because
the core was not "informed" of their addition, and any cart you try to mount in -cart2
will be ignored, because the new media switch is not acknowledged by the core.
Once again, from command line everything was fine, and thus the issue was hard to
spot :)
[/branches/kale/src/emu]emuopts.c

r35364 Monday 19th January, 2015 at 05:37:19 UTC by Fabio Priuli
avoid fatal error during -str run (typically used for regression tests). nw.
[/branches/kale/src/mess/drivers]pasogo.c
[/branches/kale/src/mess/machine]amstrad.c

r35363 Monday 19th January, 2015 at 05:36:15 UTC by Fabio Priuli
ui: allow -str run to skip the file manager for systems with mandatory carts. nw.
[/branches/kale/src/emu/ui]ui.c

r35362 Monday 19th January, 2015 at 04:18:23 UTC by R. Belmont
Merge pull request #109 from p1pkin/hikaru#0

hikaru.c: added protection key for sgnascar [MetalliC]
[/branches/kale/src/mame/drivers]mappy.c
[/branches/kale/src/mess/drivers]ngen.c

r35361 Monday 19th January, 2015 at 01:41:48 UTC by MetalliC
hikaru.c: added protection key for sgnascar [MetalliC]
this romboard uses the same encryption as Naomi M1/Actel-type cartridges
[/branches/kale/src/mame/drivers]hikaru.c mappy.c
[/branches/kale/src/mess/drivers]ngen.c

r35360 Monday 19th January, 2015 at 04:17:44 UTC by R. Belmont
Merge pull request #108 from einstein95/patch-2

Update phozons manufacturer (nw)
[/branches/kale/src/emu]distate.c distate.h luaengine.c luaengine.h save.c save.h
[/branches/kale/src/emu/cpu/tms0980]tms0980.c
[/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_factory.c nl_factory.h nl_parser.c nl_parser.h nl_setup.c nl_setup.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_4020.c 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/drivers]nl_pongd.c
[/branches/kale/src/mess/drivers]elecdet.c ngen.c splitsec.c
[/branches/kale/src/mess/layout]splitsec.lay
[/branches/kale/src/osd/sdl]sdlmain.c strconv.h
[/branches/kale/src/osd/sdl/man]castool.1 chdman.1 floptool.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 mame.6 mess.6 romcmp.1 testkeys.1
[/branches/kale/src/osd/windows]strconv.h
[/branches/kale/src/tools]nltool.c

r35359 Sunday 18th January, 2015 at 19:13:51 UTC by Logan B
Update phozons manufacturer (nw)

According to tilt.it (http://www.tilt.it/deb/sidam-en.html), this one was licensed. Claim holds up given that there's a Super Pac-Man licensed to Bally France that was manufactured by Sidam (http://www.gamoover.net/Forums/index.php?topic=29916.0)
[/branches/kale/src/emu]distate.c distate.h luaengine.c luaengine.h save.c save.h
[/branches/kale/src/emu/cpu/tms0980]tms0980.c
[/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_factory.c nl_factory.h nl_parser.c nl_parser.h nl_setup.c nl_setup.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_4020.c 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/drivers]mappy.c nl_pongd.c
[/branches/kale/src/mess/drivers]elecdet.c ngen.c splitsec.c
[/branches/kale/src/mess/layout]splitsec.lay
[/branches/kale/src/osd/sdl]sdlmain.c strconv.h
[/branches/kale/src/osd/sdl/man]castool.1 chdman.1 floptool.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 mame.6 mess.6 romcmp.1 testkeys.1
[/branches/kale/src/osd/windows]strconv.h
[/branches/kale/src/tools]nltool.c

r35358 Monday 19th January, 2015 at 02:16:48 UTC by Barry Rodewald
ngen: added WD2010 controller as a substitute for the WD1010 (they are register-compatible).
[/branches/kale/src/mess/drivers]ngen.c

r35357 Monday 19th January, 2015 at 00:58:18 UTC by hap
(MESS)Game added or promoted to working
------------------
Split Second [hap, Sean Riddle]
[/branches/kale/src/mess/drivers]splitsec.c
[/branches/kale/src/mess/layout]splitsec.lay

r35356 Sunday 18th January, 2015 at 23:50:47 UTC by hap
tms1400 opcode 0x09 is F_COMX8 anyway
[/branches/kale/src/emu/cpu/tms0980]tms0980.c
[/branches/kale/src/tools]nltool.c

r35355 Monday 19th January, 2015 at 19:13:54 UTC by Couriersud
Fixed clang (most likely > 3.4) compile. (nw)
[/branches/kale/src/tools]nltool.c

r35354 Sunday 18th January, 2015 at 21:57:30 UTC by Couriersud
- Fix SDL Windows compile.
- Aligned strconv.h (same code on sdl and mainline).
- Aligned font code between sdl and mainline
[/branches/kale/src/osd/sdl]sdlmain.c strconv.h
[/branches/kale/src/osd/windows]strconv.h

r35353 Sunday 18th January, 2015 at 21:44:47 UTC by hap
one more correction
[/branches/kale/src/mess/drivers]elecdet.c

r35352 Sunday 18th January, 2015 at 20:13:19 UTC by R. Belmont
Merge pull request #107 from wallyweek/cfalco

*nix: Bump version and date in man pages. [Wallyweek]
[/branches/kale/src/emu]clifront.c clifront.h distate.c distate.h emu.mak emuopts.h image.c image.h ioport.c luaengine.c luaengine.h machine.c machine.h mame.c mame.h render.h rendfont.c rendfont.h rendutil.h save.c save.h video.c webengine.c
[/branches/kale/src/emu/cpu/tms0980]tms0980.c tms0980.h
[/branches/kale/src/emu/machine]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]rf5c400.c rf5c400.h
[/branches/kale/src/emu/ui]filemngr.c filemngr.h imgcntrl.c imgcntrl.h imginfo.c imginfo.h info.c* info.h* mainmenu.c miscmenu.c miscmenu.h selgame.c slotopt.c ui.c
[/branches/kale/src/lib]lib.mak
[/branches/kale/src/lib/util]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 itech32.c naomi.c nl_pongd.c peplus.c snowbros.c twinkle.c
[/branches/kale/src/mame/includes]mario.h snowbros.h
[/branches/kale/src/mame/machine]315-5881_crypt.c naomicrypt.c
[/branches/kale/src/mess]mess.lst mess.mak
[/branches/kale/src/mess/drivers]comp4.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]nltool.c

r35351 Sunday 18th January, 2015 at 18:26:45 UTC by Cesare Falco
*nix: Bump version and date in man pages.
[/branches/kale/src/emu]clifront.c clifront.h distate.c distate.h emu.mak emuopts.h image.c image.h ioport.c luaengine.c luaengine.h machine.c machine.h mame.c mame.h render.h rendfont.c rendfont.h rendutil.h save.c save.h video.c webengine.c
[/branches/kale/src/emu/cpu/tms0980]tms0980.c tms0980.h
[/branches/kale/src/emu/machine]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]rf5c400.c rf5c400.h
[/branches/kale/src/emu/ui]filemngr.c filemngr.h imgcntrl.c imgcntrl.h imginfo.c* imginfo.h* info.c info.h mainmenu.c miscmenu.c miscmenu.h selgame.c slotopt.c ui.c
[/branches/kale/src/lib]lib.mak
[/branches/kale/src/lib/util]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 itech32.c naomi.c nl_pongd.c peplus.c snowbros.c twinkle.c
[/branches/kale/src/mame/includes]mario.h snowbros.h
[/branches/kale/src/mame/machine]315-5881_crypt.c naomicrypt.c
[/branches/kale/src/mess]mess.lst mess.mak
[/branches/kale/src/mess/drivers]comp4.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/sdl/man]castool.1 chdman.1 floptool.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 mame.6 mess.6 romcmp.1 testkeys.1
[/branches/kale/src/osd/windows]winmain.c winmain.h
[/branches/kale/src/tools]nltool.c

r35350 Sunday 18th January, 2015 at 19:49:10 UTC by Olivier Galibert
Merge pull request #105 from lucab/lucab/mame-lua/misc

luaengine: expose more methods + misc fixes
[/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_factory.c nl_factory.h nl_parser.c nl_parser.h nl_setup.c nl_setup.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_4020.c 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/drivers]nl_pongd.c
[/branches/kale/src/tools]nltool.c

r35349 Sunday 18th January, 2015 at 19:13:12 UTC by Luca Bruno
luaengine: add per-screen frame_number() getter

Add method to retrieve frame counter for each machine screen.

Signed-off-by: Luca Bruno <lucab@debian.org>
[/branches/kale/src/emu]luaengine.c

r35348 Sunday 18th January, 2015 at 19:13:12 UTC by Luca Bruno
luaengine: add memory writers

Add methods for memory writing, similarly to existing readers.

Signed-off-by: Luca Bruno <lucab@debian.org>
[/branches/kale/src/emu]luaengine.c luaengine.h

r35347 Sunday 18th January, 2015 at 19:13:11 UTC by Luca Bruno
luaengine: update copyright

Signed-off-by: Luca Bruno <lucab@debian.org>
[/branches/kale/src/emu]luaengine.c

r35346 Sunday 18th January, 2015 at 19:13:11 UTC by Luca Bruno
luaengine: use visible_area for drawing

Drawing and scripts should use the actual visible_area,
not the maximum declared screen size.

Signed-off-by: Luca Bruno <lucab@debian.org>
[/branches/kale/src/emu]luaengine.c luaengine.h

r35345 Sunday 18th January, 2015 at 19:13:11 UTC by Luca Bruno
luaengine: rework state getter/setter for saves

Improve state_get_value and state_set_value by using the
parent device_state_interface and triggering callbacks for
updates.

While at it, also remove the hackish friend relationship.

Signed-off-by: Luca Bruno <lucab@debian.org>
[/branches/kale/src/emu]distate.h luaengine.c

r35344 Sunday 18th January, 2015 at 19:13:11 UTC by Luca Bruno
save: factor-out presave/postload dispatchers

Signed-off-by: Luca Bruno <lucab@debian.org>
[/branches/kale/src/emu]save.c save.h

r35343 Sunday 18th January, 2015 at 19:13:11 UTC by Luca Bruno
core: link state entries to parent state interface

In device state, link a single device_state_entry to its parent
device_state_interface and expose a parent_state() getter.

Signed-off-by: Luca Bruno <lucab@debian.org>
[/branches/kale/src/emu]distate.c distate.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_factory.c nl_factory.h nl_parser.c nl_parser.h nl_setup.c nl_setup.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_4020.c 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/drivers]nl_pongd.c
[/branches/kale/src/tools]nltool.c

r35342 Sunday 18th January, 2015 at 19:38:28 UTC by Couriersud
Fix erroneous commit. (nw)
[/branches/kale/src/mame/includes]mario.h

r35341 Sunday 18th January, 2015 at 19:37:11 UTC by Couriersud
More netlist code reschuffle to separate setup from run. (nw)
[/branches/kale/src/emu/machine]netlist.c
[/branches/kale/src/emu/netlist]nl_base.c nl_config.h nl_dice_compat.h nl_factory.c nl_factory.h nl_parser.c nl_setup.c nl_setup.h
[/branches/kale/src/mame/drivers]nl_pongd.c

r35340 Sunday 18th January, 2015 at 19:34:45 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_4020.c 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
[/branches/kale/src/tools]nltool.c

r35339 Sunday 18th January, 2015 at 18:59:05 UTC by Brian Troha
itech32.c: Spelling fixes - NW
[/branches/kale/src/mame/drivers]itech32.c

r35338 Sunday 18th January, 2015 at 18:54:07 UTC by Fabio Priuli
ui: improved File Manager so that attempts to launch softlist
entries without having the necessary files don't kill emulation
but simply display a message to the user. [Fabio Priuli]
[/branches/kale/src/emu/ui]imgcntrl.c imgcntrl.h

r35337 Sunday 18th January, 2015 at 18:18:50 UTC by Scott Stone
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/kale/src/mame/drivers]20pacgal.c

r35336 Sunday 18th January, 2015 at 17:59:04 UTC by Andreas Naive
Updates to 315-5881 keys [MetalliC]
[/branches/kale/src/mame/drivers]20pacgal.c naomi.c

r35335 Sunday 18th January, 2015 at 18:18:16 UTC by Scott Stone
Fix for 25pacmano which was broken from previous adjustments on parent set. (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_4020.c 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/drivers]20pacgal.c
[/branches/kale/src/mame/includes]mario.h
[/branches/kale/src/tools]nltool.c

r35334 Sunday 18th January, 2015 at 19:34:29 UTC by Couriersud
Fix nltool "-ld" listdevices. (nw)
[/branches/kale/src/tools]nltool.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team