Commit Graph

33174 Commits

Author SHA1 Message Date
Angelo Salese
d6b3d56042 Actually default Analog Y was changed in n64.c driver some time ago. Fixed Aleck 64 general inputs. 2015-01-16 21:16:48 +01:00
Osso13
cf8eb6fe0c 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)
2015-01-16 18:17:05 +01:00
Osso13
8fc526c463 tiasound.c: added save state support (nw) 2015-01-16 18:16:35 +01:00
Osso13
54cb118b59 stfight.c, stlforce.c, strnskil.c: added / enabled save state support (nw) 2015-01-16 18:16:13 +01:00
Oliver Stöneberg
e11953e91d added missing catch in chd_file_compressor::async_read() and chdman main() (nw)
happens when e.g. disk is full
2015-01-16 18:03:34 +01:00
etabeta78
de52468837 ui: re-arranged File Manager a little bit, so that image devices are grouped
by owner, like Inputs / Dips / Configs menus. nw.
2015-01-16 17:14:36 +01:00
mamehaze
74dceac837 Merge branch 'master' of https://github.com/mamedev/mame 2015-01-16 13:11:32 +00:00
mamehaze
4dcdcad596 just something I used in testing (nw) 2015-01-16 13:10:56 +00:00
Oliver Stöneberg
6e513d9cd4 fixed chdman.c compiler warning (nw) 2015-01-16 12:59:17 +01:00
Oliver Stöneberg
33ebcc9120 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()
2015-01-16 12:56:37 +01:00
mahlemiut
c11ba8606d ngen: fix floppy disk reading 2015-01-16 15:01:13 +13:00
mahlemiut
99baa3253d ngen: a few updates based on a quick read through of the floppy/hard manual 2015-01-16 13:53:19 +13:00
mahlemiut
5b82d44633 fmtowns: added note about video and audio hardware added in later models. 2015-01-16 13:53:19 +13:00
briantro
a32a9a51ba 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]
2015-01-15 18:32:53 -06:00
Scott Stone
83721384bf Input improvements for 11beat, game plays well (albeit slowly) with -nodrc. Also, took off NO_SOUND flag (nw) 2015-01-15 18:03:29 -05:00
Angelo Salese
aaa0e9be90 Redumped ROM and made Eleven Beat to surpass "Joystick Type Error" message. Crashes at kick off though [brizzo, Zoinkity, Angelo Salese] 2015-01-15 22:50:57 +01:00
Sandro Ronco
c2d90bc30f (MESS) Added VTech Genius Junior Movie softlist. [TeamEurope] 2015-01-15 20:54:47 +01:00
Sandro Ronco
4f66319703 (MESS) New NOT WORKING systems
----------------------------------------------
VTech Genius Junior Movie (Germany) [TeamEurope]
VTech Genius Winner Notebook Fun (Germany) [TeamEurope]
2015-01-15 20:54:46 +01:00
Osso13
f7d888aa9d hyhoo.c, pastelg.c: added save state support (nw)
the 2 drivers look really similar, maybe merging could be explored..
2015-01-15 18:05:01 +01:00
Osso13
7d32bea42e nb1413m3_device: anonymous timer isn't anonymous anymore (nw) 2015-01-15 18:03:43 +01:00
Oliver Stöneberg
45f6401363 added a few more chdman tests (nw) 2015-01-15 15:13:11 +01:00
Curt Coder
04f6274f03 (MESS) ibm5170.xml: Added Multitasking MS-DOS 4.00. [PCjs Project] 2015-01-15 14:51:26 +02:00
couriersud
c3545c4e2f Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-15 08:21:33 +01:00
couriersud
4225e3ba76 Hopefully fix compile on OSX 2015-01-15 08:20:18 +01:00
Scott Stone
fe13e86d22 Replaced BAD_DUMP for 11beat with fresh and verified good redump from brizzo (nw) 2015-01-14 19:30:32 -05:00
couriersud
895dd6840d Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-15 01:07:16 +01:00
etabeta78
38883a6809 ui: fixed crash in general inputs menu. nw. 2015-01-14 22:03:43 +01:00
couriersud
0de5ec20c8 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-14 20:52:22 +01:00
Osso13
b0264399ef xyonix,c: added save state support (nw) 2015-01-14 19:12:36 +01:00
Osso13
67d993bf43 vaportra.h: removed unused memory pointers (nw) 2015-01-14 18:55:48 +01:00
Osso13
a9d9501411 stadhero.c: enabled save state support, reduced tagmap lookups (nw) 2015-01-14 18:47:59 +01:00
Osso13
8011d411fd eolith.c, eolith16.c, vegaseo.c: added save state support (nw)
delete depend_mame.mak if you have it or it won't compile
2015-01-14 18:32:38 +01:00
Olivier Galibert
2796ddc88b Merge pull request #103 from RealComboman/patch-5
added output so artwork can display current gear settings
2015-01-14 08:23:06 +01:00
etabeta78
65721319dc nes: fixed game genie passthrough. nw. 2015-01-14 07:58:42 +01:00
etabeta78
9c2d0ed4a3 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.
2015-01-14 07:55:37 +01:00
etabeta78
e5a474fa39 ui: split code for input mapping and slot option menus
from miscmenu. nw.
2015-01-14 07:48:38 +01:00
couriersud
b5558df1cf Removed some machine() references 2015-01-14 03:35:10 +01:00
couriersud
9a168f7c0d Remove inlining of non-performance relevant exceptions and fatalerror. 2015-01-14 02:11:09 +01:00
couriersud
53ee1c4138 Avoid inline osd calls in header file. 2015-01-14 01:54:46 +01:00
couriersud
11af4265a0 OSD Updates:
- OSD can now use OPTION_COMMAND; added execute_command handler to
osd_interface.
- moved list_network_devices and list_midi_devices to OSD
2015-01-14 01:05:38 +01:00
couriersud
410c8e8a1b Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-13 20:46:02 +01:00
peterferrie
ccd5fae882 (MESS) floppy.c: initialise error code instead of crashing when menu loads bad image [Peter Ferrie] 2015-01-13 11:44:31 -08:00
couriersud
e216457fcd Untangled options inheritance. Previously code locked in osd_options
locking any potential future OSD to these.
Options inheritance now is

core_options
emu_options
cli_options
osd_options
[sdl|win]_osd_options

This required a number of minor changes to other code as well. 
Tested on linux-sdl, windows-sdl, windows-mainline, osx-sdl
2015-01-13 20:23:00 +01:00
Osso13
8436e02920 qs1000_device: added save state support (nw) 2015-01-13 20:21:56 +01:00
Osso13
554fda6d95 dec0.c: added save state support (nw) 2015-01-13 20:14:13 +01:00
Miodrag Milanovic
02173bc23d Good enough (nw) 2015-01-13 19:16:38 +01:00
Miodrag Milanovic
fb4695be0a Made all compile for Lua 5.3 (nw) 2015-01-13 18:44:26 +01:00
Miodrag Milanovic
d60dc40fe3 Update to Lua 5.3 2015-01-13 17:59:12 +01:00
Miodrag Milanovic
b1876ae1a3 Merge branch 'master' of https://github.com/mamedev/mame 2015-01-13 17:48:41 +01:00
Miodrag Milanovic
f7a05d9b14 Placed change back 2015-01-13 17:48:12 +01:00