Commit Graph

33250 Commits

Author SHA1 Message Date
couriersud
2904503923 Fixed memory allocation in netlist code. This caused a number of memory
leaks to disappear. (nw)
2015-01-18 01:43:59 +01:00
hap
8cea1bf9e6 maze of lamps 2015-01-18 01:09:42 +01:00
hap
27b34159d2 added led decay simulation as usual 2015-01-18 00:07:48 +01:00
briantro
065e9be8fd 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 2015-01-17 11:37:20 -06:00
Angelo Salese
bbf5942d05 Protection notes 2015-01-17 18:25:03 +01:00
briantro
a0c167f5f2 peplus.c: Minor ROM name correction. - NW 2015-01-17 10:58:44 -06:00
hap
7d3d298398 parker bros Split Second skeleton driver 2015-01-17 17:51:31 +01:00
briantro
0a564f6acf peplus.c: Minor note about the MG0183 set using a Dallas DS1216 SmartWatch RAM for RTC (Real Time Clock) fuctions. - NW 2015-01-17 10:03:17 -06:00
couriersud
49f121eae4 Partial netlist sound implementation for Mario Bros. Luigi sound is
missing. By default, the previous discrete.h based sound is compiled.
Those curious can change OLD_SOUND to 0 in mario.h. [Couriersud]
2015-01-17 16:21:12 +01:00
couriersud
18d5da6b0b Changed osd_font to struct osd_font and removed unnecessary osdepend.h
includes.
2015-01-17 15:59:43 +01:00
couriersud
4a7c1200bd Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-17 15:57:06 +01:00
hap
cfc5cf26f5 woops 2015-01-17 15:47:57 +01:00
couriersud
0c10c6794e Put osdcore.o into libutil.a to avoid linking errors on debug builds.
This is a workaround. All osd_printf functions are in reality core
functions given they are built around delegates and abuse delegates
heavily. Therefore they should be moved to util at some point. (nw)
2015-01-17 15:32:40 +01:00
couriersud
d061d9594c If it starts with osd_ it should be in an osd lib. (nw) 2015-01-17 14:44:00 +01:00
couriersud
9092d623d6 Remove dependencies on mame headers in netlist code. (nw) 2015-01-17 14:35:34 +01:00
etabeta78
840460c828 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...
2015-01-17 10:30:03 +01:00
Miodrag Milanovic
da8c30dfe4 fixed osdmini compile (nw) 2015-01-17 10:06:55 +01:00
Osso13
410fe8e269 atahle.c: added missing save state, fixes blitz99 save state regression (nw) 2015-01-17 08:59:20 +01:00
Osso13
41051ccfd1 idehd.c: added missing save states, fixes kinst.c save state regression (nw) 2015-01-17 08:31:02 +01:00
Angelo Salese
7504a0a3c7 Notes regarding mtetrisc protection 2015-01-17 06:41:52 +01:00
mahlemiut
7460af4b60 ngen: re-worked X-bus module selection, based on documentation. 2015-01-17 16:21:46 +13:00
hap
f7e1018157 small correction 2015-01-17 02:42:54 +01:00
hap
53d8bfbd6b preliminary support for TMS1400 2015-01-17 02:34:10 +01:00
etabeta78
09683be0d8 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.
2015-01-16 21:46:01 +01:00
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
couriersud
597f5e536b Remove unnecessary oscore.h include 2015-01-16 01:09:11 +01: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