summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/djmain.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-107/+0
* init vars for coverity. Robbbert2022-03-211-9/+9
* New working clones Ivan Vangelista2021-01-141-4/+6
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-17/+17
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-1/+8
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-16/+19
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-2/+2
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-32/+37
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+5
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* vgmplay : Add K054539 Support DESKTOP-LP5JPA4\dbtlr2018-01-241-11/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* Devfind revision phase 2 (nw) AJR2016-08-051-1/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* djmain: use standard palette device ram Dirk Best2015-08-021-4/+1
* updated rest of files according to driver license (nw) Miodrag Milanovic2015-05-151-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* k056832: updated to use delegates and inline configs. nw. Fabio Priuli2014-06-261-3/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Split up in their own files the remaining modernized devices contained in kon... Scott Stone2013-07-111-1/+1
* this one too. (nw) David Haywood2013-07-101-0/+1
* preparing for some work on Tasman David Haywood2013-07-091-0/+1
* Modernized the following konicdev.c devices (k056832, k054000, k053936, k0513... Scott Stone2013-07-091-0/+1
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-5/+5
* First pass at tidying up ide interface. It no longer tries to force everythin... smf-2013-06-081-4/+0
* moved handlers into the ide_controller_device (nw) smf-2013-06-061-1/+7
* konami hell resolve (nw) Miodrag Milanovic2013-04-131-1/+5
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernization of drivers part 3 (no whatsnew) Miodrag Milanovic2013-02-061-0/+1
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+1
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-5/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+12
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+18
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2