Commit Graph

42253 Commits

Author SHA1 Message Date
Michael Zapf
13fce89d59 ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs 2016-03-31 23:55:50 +02:00
hap
35eab35778 hh_sm510: Sean fixed bad bits in contra 2016-03-31 22:44:16 +02:00
Michael Zapf
20fefdb782 ti99: Unified slot options; added MEMEN signal 2016-03-31 22:34:24 +02:00
Miodrag Milanovic
3b5b03041d fix clang complain (nw) 2016-03-31 21:20:32 +02:00
Miodrag Milanovic
1ec2f972d9 update google test (nw) 2016-03-31 20:42:02 +02:00
Miodrag Milanovic
bd2e14349b Update rapidjson (nw) 2016-03-31 20:40:36 +02:00
Branimir Karadžić
4172b54d84 Update BGFX and BX (nw) 2016-03-31 20:39:30 +02:00
Miodrag Milanovic
5c34b1ba40 Update GENie (nw) 2016-03-31 20:37:28 +02:00
Miodrag Milanovic
6281e26ddb fix compile on windows (nw) 2016-03-31 20:22:02 +02:00
Lord-Nightmare
179cc290cf revert unused variable fix, as it was already fixed (nw) 2016-03-31 14:12:23 -04:00
Miodrag Milanović
08d21cebc8 Merge pull request #772 from ajrhacker/auto_iterator
Iterate over core classes C++11 style [ARJ]
2016-03-31 19:57:17 +02:00
AJR
b0e033146a Avoid auto return types; silence some unused variable warnings (nw) 2016-03-31 13:50:31 -04:00
hap
11dac979ed layouts: added zodiac symbols 2016-03-31 19:40:56 +02:00
hap
caa3fa41a0 layouts: added card and chesspiece symbols 2016-03-31 19:18:23 +02:00
David Haywood
6de29f318c Merge branch 'master' of https://github.com/mamedev/mame 2016-03-31 17:26:52 +01:00
David Haywood
c53833d1e4 attempt to fix hap issue (nw) 2016-03-31 17:26:35 +01:00
hap
f8aefa8533 notes 2016-03-31 17:56:15 +02:00
Lord-Nightmare
7a5ded3e0c fix compile error on clang (nw) 2016-03-31 11:48:57 -04:00
David Haywood
27d55acdff borrow string processing code from ui.cpp so that £ works in layouts (using UTF-8 encoding at least) [David Haywood]
updated sc4fd7tha.lay with UTF8 encoding of £ sign [Krick]
2016-03-31 16:42:01 +01:00
AJR
bce4fcd1d7 Compile fix (nw) 2016-03-31 10:35:47 -04:00
AJR
54f7422c2a Conflict resolution (nw) 2016-03-31 10:29:46 -04:00
David Haywood
ad04466a33 less macro abuse (nw) 2016-03-31 15:02:55 +01:00
AJR
a7e393b36b Iterate over core classes C++11 style
C++11 range-based for loops can now iterate over simple_list, tagged_list, core_options, device_t::subdevice_list, device_t::interface_list, render_primitive_list and all subclasses of the above, and much code has been refactored to use them. Most core classes that have these lists as members now have methods that return the lists themselves, replacing most of the methods that returned the object at an owned list's head. (A few have been retained due to their use in drivers or OSD.)

device_t now manages subdevice and interface lists through subclasses, but has given up the work of adding and removing subdevices to machine_config.

memory_manager has its tagged lists exposed, though the old rooted tag lookup methods have been removed (they were privatized already).
2016-03-31 09:43:53 -04:00
Olivier Galibert
4d376af446 xml fix (nw) 2016-03-31 14:53:01 +02:00
Angelo Salese
d4cd5a6db9 Minor convention fix, nw 2016-03-31 12:12:33 +02:00
Miodrag Milanović
74d10ce1c2 Merge pull request #769 from h0tw1r3/nw-build
support build without optimize flag (nw)
2016-03-31 11:26:12 +02:00
Mike Naberezny
b4408c2906 complay.py: Python 3 compat. (nw) 2016-03-30 21:06:12 -07:00
Scott Stone
1892ba703e Clean up MAME drivers which needed adjustment to match changes to the tms9995 (nw) 2016-03-30 21:58:23 -04:00
RobertoFresca
b9648ea91e Added dedicated inputs for both Crystals Colours sets.
Also added more technical notes. [Roberto Fresca]
2016-03-30 22:38:15 -03:00
Michael Zapf
d2c4c2e347 tms9995: Changed method names for some input lines 2016-03-31 01:25:06 +02:00
Stiletto
93116a38c5 (nw)
(nw)
2016-03-30 19:08:33 -04:00
Michael Zapf
a444e30e28 Logging changed; fixed HOLD handling; added synchronous RESET 2016-03-31 00:58:27 +02:00
Michael Zapf
2a71be55e9 Log output changed 2016-03-31 00:57:17 +02:00
Luca Elia
9363101a9f New machines added or promoted from NOT_WORKING status
------------------------------------------------------
New 2001 (Italy, Ver. 2.00N) [f205v]

Map missing controls in bishjan (MT 1792)
2016-03-31 00:11:47 +02:00
RobertoFresca
70af1c21b3 Merge branch 'master' of https://github.com/mamedev/mame 2016-03-30 19:05:43 -03:00
RobertoFresca
aa24c9566f Crystal Colours (Ver 1.02): Added default NVRAM. Also added
more technical notes [Roberto Fresca]
2016-03-30 19:04:59 -03:00
yz70s
d12fca09d7 xbox.cpp: move baseboard usb devices to chihiro.cpp (nw) 2016-03-30 23:57:18 +02:00
yz70s
8198c36dcb xbox.cpp: usb always enabled, but new #define to enable patching of usb sections (nw)
There a new #define USB_HACK_ENABLED needed to disable the parts of the software that try to use usb.
2016-03-30 23:57:18 +02:00
yz70s
0fb697b3a5 xbox.cpp: more usb (nw) 2016-03-30 23:57:18 +02:00
Jeffrey Clark
001d49c5b7 support build without optimize flag (nw)
OPTIMIZE= to disable the current default value 3
Also allow ARCHOPTS to be set regardless of OPTIMIZE, useful for
 debug flags.
2016-03-30 21:56:03 +00:00
Michael Zapf
ac3d3e5e41 New GROM implementation (TMC0430) 2016-03-30 23:50:39 +02:00
Michael Zapf
ee6684ac85 New GROM implementation (TMC0430) with (almost) precise clock behavior 2016-03-30 23:50:39 +02:00
RobertoFresca
228004075b New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Crystals Colours (Ver 1.02) [Roberto Fresca, f205v]
2016-03-30 18:42:09 -03:00
Brad Hughes
e0294a8ec3 Merge branch 'master' of https://github.com/mamedev/mame.git 2016-03-30 17:24:37 -04:00
Brad Hughes
2b0cc65dba Unsubscribe SDL input modules from events on exit. 2016-03-30 17:24:29 -04:00
Lord-Nightmare
b66574f30c TMS5220/5110 merge Part 1 [Lord Nightmare] 2016-03-30 17:14:40 -04:00
Michael Zapf
f15f97e5d8 Add RST1 reset line 2016-03-30 23:08:23 +02:00
Michael Zapf
bd1f1358a5 Add GROMCLK pin; optionally provides clock for GROMs 2016-03-30 22:59:54 +02:00
Lord-Nightmare
05d20888a4 Add another thanks-to to tispeak.cpp (nw) 2016-03-30 16:36:20 -04:00
Lord-Nightmare
5cab9f011a arkanoid: update note about other mcu versions (nw) 2016-03-30 16:36:18 -04:00