Commit Graph

33208 Commits

Author SHA1 Message Date
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
RealComboman
5ed8de79e8 added output so artwork can display current gear settings 2015-01-13 10:40:48 -04:00
hap
b25960ad93 Merge pull request #102 from einstein95/patch-1
Update segajw year (nw)
2015-01-13 14:48:16 +01:00
Miodrag Milanovic
02c13bcf24 removed unused code (nw) 2015-01-13 13:59:46 +01:00
Miodrag Milanovic
a4f63895e9 For x64 builds force Win7 minimum (nw) 2015-01-13 11:51:05 +01:00
Miodrag Milanovic
736cc5469d Use $(INCPATH) only where needed 2015-01-13 11:50:42 +01:00
Logan B
5d031fbca5 Update segajw year (nw)
Internal credits give a copyright date of 1991
2015-01-13 18:56:16 +13:00
Scott Stone
937c5dfd46 Added inputs for Service Mode Volume control (+/-) for specific to 25pacgal. (nw) 2015-01-12 18:25:22 -05:00
hap
b12f3b271d (MESS)Game added or promoted to working
------------------
Electronic Detective [hap, Sean Riddle]
2015-01-12 22:40:44 +01:00
cracyc
9196e1e80c debugqt: alternatively... (nw) 2015-01-12 15:42:48 -06:00
etabeta78
d40ca7e901 ui: simplified Image Information code and made it fully display for
systems with many image devices. [Fabio Priuli]

out of whatsnew: compare old and new with a system like smssdisp
to see what the "fully display" refers to ;-)
2015-01-12 22:46:22 +01:00
cracyc
e0f73c58ae debugqt: get machine from somewhere (nw) 2015-01-12 15:25:00 -06:00
etabeta78
ba71152805 minor ui cleanup. nw. 2015-01-12 20:33:56 +01:00
Miodrag Milanovic
50109a0cd7 (MESS)gamate : added newer bios and emulated protection [PeT] 2015-01-12 19:58:20 +01:00
hap
ad848fe7a0 renamed tispeak.lh to snspell.lh 2015-01-12 19:54:01 +01:00
hap
4435738287 copypasted my generic led-anti-flicker routine, tispeak needs it when it combines digit symbols eg. number+dot.
Also added lamp outputs per digit segments, this makes it possible to have custom external artwork with accurate TI digit shapes.
2015-01-12 19:50:01 +01:00
hap
dbc0fa2699 TI30 higher clock 2015-01-12 19:38:33 +01:00
Stiletto
acee76849e Minor comment fix: Mitsubishi M50805 is a speech synthesis chip.
Thanks to B00daW for the correction.
2015-01-12 12:23:10 -05:00