summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/halleys.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-38/+38
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-10/+10
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-10/+7
* new working clone Ivan Vangelista2018-07-261-9/+53
* Fix Clang build again [-Werror,-Wunused-private-field] (nw) AJR2018-06-271-3/+0
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-5/+8
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* diexec: Interrupt API changes (nw) AJR2018-05-181-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-39/+41
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Do the easy ones (nw) Olivier Galibert2018-01-011-3/+3
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-102/+102
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-4/+4
* halleyc: Some steps towards a better readability of the video code [O. Galibert] Olivier Galibert2016-06-191-127/+89
* fix for a fix for a 'don't touch what works' Joakim Larsson Edstrom2016-06-191-4/+4
* starfall is back Joakim Larsson Edstrom2016-06-171-8/+8
* removed goto:s and somewhat simplified the readabaility Joakim Larsson Edstrom2016-06-161-269/+223
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-21/+50
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-4/+9
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-14/+14
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2278