summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/deco_mlc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* deco_mlc.cpp : Update blending behavior and misc updates (#5620) cam9002019-09-101-20/+21
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* deco_mlc.cpp: device_finder (nw) Ivan Vangelista2018-05-311-9/+19
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* deco_mlc.* Updates (#3233) cam9002018-02-231-32/+32
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-1/+0
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+2
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* runtime tag lookup reduction (nw) David Haywood2016-05-021-1/+3
* 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-1/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-3/+3
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* deco_mlc.c: Better fix for the sh2 modernization. (nw) Wilbert Pol2014-04-121-2/+1
* sh2.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-04-121-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Preliminary Master volume control for Deco MLC HW [Angelo Salese] Angelo Salese2013-10-271-1/+5
* Added player 3 and 4 inputs to hoops96 and clones (MT05320). (nw) Ivan Vangelista2013-10-131-2/+0
* 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
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+0
* pump stadium hero 96 through generic 146 code. David Haywood2013-07-211-0/+5
* move this too (nw) David Haywood2013-07-191-2/+3
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+5
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-3/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* deco_mlc - split up some handlers for unknown reads/writes David Haywood2013-03-181-2/+10
* deco_mlc - further improved stadhr96, although we now use 1 bit for 2 things... David Haywood2013-03-181-5/+12
* deco_mlc - some improvement to stadhr96 David Haywood2013-03-171-1/+4
* deco_mlc - renderer is now fully scanline based, should make implementing the... David Haywood2013-03-161-1/+1
* deco_mlc - checkpoint David Haywood2013-03-161-1/+1
* Modernization of drivers part 3 (no whatsnew) Miodrag Milanovic2013-02-061-0/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-7/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2