summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/simpl156.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* emupal.c: Support palette RAM less than the full width of the data bus it's on, Alex W. Jackson2014-05-061-8/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* decospr: converted to use delegates + some cleanups. nw. Fabio Priuli2014-04-081-0/+1
* cleanup. nw. Fabio Priuli2014-04-081-1/+1
* deco16ic: converted to use devcb2. nw. Fabio Priuli2014-04-071-4/+5
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* 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
* avoid some lazy tag lookups (nw) David Haywood2013-01-281-1/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* 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-7/+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/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+6
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+10
* 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
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+14
* Haze: Added new files: video/decocomn.c video/decocomn. Split non-tilemap ... Scott Stone2011-03-251-2/+2
* Putted Deco 56 video sprite chip inside its own file [David Haywood] Angelo Salese2011-03-221-1/+1
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-0/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* New model for populating devices in a driver_device class. Removed the Aaron Giles2010-09-031-8/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+13
* Added driver_data class and save states to the following drivers: backfire.c,... Fabio Priuli2010-02-251-0/+32