summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/leland.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-74/+91
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* (nw) more cleanup - remove more literal tags, split redline/offroad/etc. out ... Vas Crabb2018-06-021-25/+48
* leland: split out ataxx-specific stuff from base state class - really needs m... Vas Crabb2018-05-191-44/+66
* leland: move audiocpu to device and remove frequent tag lookup (nw) cracyc2018-05-171-4/+0
* leland.cpp cleanups (#3519) cam9002018-05-171-22/+40
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+7
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-26/+26
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-119/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* leland.cpp: initial work towards save state support (nw) Ivan Vangelista2016-12-021-6/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-56/+56
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-13/+24
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-0/+2
* reverting: Miodrag Milanovic2016-01-201-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-6/+6
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-6/+6
* leland: fix MT05377 MT05709 and MT05435 (hopefully) cracyc2015-08-231-5/+8
* Removed some old leftovers (nw) Ivan Vangelista2014-09-251-7/+0
* nothing much Michaël Banaan Ananas2014-08-141-1/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* Corrected manufacturer as per MT05403. (nw) Ivan Vangelista2013-12-291-1/+0
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-45/+84
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-1/+0
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-2/+2
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+6
* Modernization of drivers part 11 (no whatsnew) Miodrag Milanovic2013-02-081-10/+20
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-12/+5
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-14/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-4/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-10/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+10
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-3/+60