Change log - May 03, 2017 - 09:13 AM

Changes:


* rmhaihai.cpp: promote rmhaihai2 to working, now that Kale fixed it (nw)

* badlands.cpp: fix tilemap gfxs, sprites are different from original HW (nw)

* Merge branch 'master' of https://github.com/mamedev/mame

* Fixed issue with the Emscripten port where the emulation would continue to run while paused. [Steven Hugg]

* badlands.cpp: base audio hookup (nw)

* badlands.cpp: make bootlegs to actually boot (nw)

* xtal.h: Comment update (nw)

* EF9345 : Fix random mame crash while drawing characters at the right or bottom screen borders. (#2267)

* Remove starshp1 hack to restore correct behavior

* Work-around for rmhaihai2 (nw)

* Merge pull request #2249 from ajrhacker/clock_update

Mechanism for devices to generate clocks for other devices

* Defend clocks_to_attotime and attotime_to_clocks against the possibility of the device clock being 0 (nw)

* Mechanism for devices to generate clocks for other devices

- Have set_unscaled_clock and set_clock_scale not call notify_clock_changed unless the device has been started.

- Owner-derived clocks are now updated whenever the owner's clock is changed, including at configuration time. This simplifies the configuration of various NES clones.

- Add clock_update_delegate type to represent device-generated clock outputs that may be dynamically modified. The model implementation of this is the CLK output in I8085A.

* Merge pull request #2269 from JoakimLarsson/scc_tx_cmd

* z80scc: Reset Tx Interrupt Pending Command implemented

* xbox: some renaming (nw)

* New Working machine added

--------

Fidelity Sensory Chess Challenger 6 [hap, yovan]

* stv.cpp: documented mask rom version of epr_17951a bios [ShouTime, The Dumping Union]

* new not working clone

-------------------------------

Real Mahjong Haihai (Japan, older) [system11, The Dumpin Union]

this should be pretty easy to get to work for someone who understands the keyboard_r method better than me. Returning 0xff makes it go past the ram clear screen, though of course then the inputs don't work properly (nw)

* hh_sm510: added svg screen to dm53 and jr55 (nw)