summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_melps4.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-17/+17
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-2/+2
* convert XTAL(x) to x_XTAL in some of my drivers (nw) hap2018-01-251-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* New working machines hap2018-01-051-2/+0
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-8/+8
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+8
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-4/+4
* New working machines hap2017-12-071-4/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* hh*: added output finder (nw) hap2017-07-291-38/+22
* hh_sm510: added lcd deflicker (nw) hap2017-06-251-1/+1
* stop attributing these IP (nw) hap2017-06-221-2/+2
* i don't care much for aligning the last columns in gamelists, too much horizo... hap2017-05-161-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* some DEF_STR cleanup (nw) hap2017-02-281-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* hh*: remove potential problem with artwork where leds initial state is undefi... hap2017-02-111-1/+1
* change some of my files to use abbreviated integer types (nw) hap2017-01-161-22/+22
* correct some spacing (nw) hap2017-01-041-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* hh*: reduce svg screen size from 4K to 1080p, this gets rid of framerate hicc... hap2016-05-021-4/+4
* hh_hmcs40: added bzaxxon svg artwork hap2016-04-281-1/+1
* svg artwork: now that caching is done, we can increase screensize without wor... hap2016-04-271-4/+4
* hh_melps4: added svg artwork hap2016-04-251-9/+22
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* hh_melps4: gjungler is working ok hap2016-03-281-2/+2
* hh_*: misc cleanups hap2016-02-201-3/+4
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-3/+3
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-3/+3
* get rid of unneeded/confusing comment hap2015-12-141-4/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+473