Change log - March 03, 2017 - 14:46 PM

Changes:


* Make device_image_interface::update_names a private method called automatically at config_complete time (nw)

* apple2: simplify LC handling even further (nw)

* Fix debug build by removing vestiges of -dummywrite (nw)

* fix crash on excessive command-line options, clean up some tabulation, remove long-dead option

* Fix build (nw)

* popper: Get some meat back onto the bones

* Decode color PROMs [Joe Magiera, couriersud]

* Full memory map for main and audio CPU derived from schematics

* Add both dip switches

* Hook up interrupt generation logic

* Decode character and sprite layout and draw character tilemap

* Raw screen parameters (to be verified)

* filter devices when a driver pattern is supplied to -listxml

* Image instance name refactoring and bug fixing (nw)

- update_names no longer takes arguments; the device type can be obtained easily, and the custom instance names are now overrides. Devices might not need to explicitly call update_names in the future.

- Fix the frontend crash/assert failure resulting from instance names not being generated properly.

* No, Vas, defaulting the constructor won't do here (nw)

* fix assumption that device being described is root device (fixes sampleof=005 reported on all devices)

* hh_tms1k: added softwarelist for tc4 (nw)

* debugger_access: Refactor [O. Galibert]

* Device fixups (nw)

c2040fdc, c64h156: Calculate clock period in device_clock_changed rather than in constructor

- isa8, isa16: Eliminate device_config_complete (probably unnecessary, since m_maincpu is already set in device_start)

These changes prevent assert failures with the new ad-hoc device construction in -listxml, though they are otherwise independent.

* New working clone

_______________

Phoenix (IDI bootleg) [f205v]

This only has 1 8-bit PROM, like vautourza. Needs correct decoding. (nw)

* New not working games

___________________

Arizona [PinMAME]

Disco Dancing [PinMAME]

more to come (nw)

* taito.cpp: added program ROMs and corrected title for voleybal [PinMAME]

* Fix silly editing error (nw)