summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segag80r.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* sindbadm: Acknowledge sound interrupt the 8255 Mode 2 way (nw) AJR2018-04-091-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+13
* z80, segag80r: Replace protection kludge with something less horrible (nw) AJR2017-09-301-0/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+8
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-1/+0
* some timer_set removal (nw) Ivan Vangelista2017-05-051-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-33/+33
* second-to-last gen_latch.cpp update (nw) Ivan Vangelista2016-06-091-0/+3
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-6/+6
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* segag80r.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-05-061-3/+3
* 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/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* Modernized the sega005 sound device. (nw) Ivan Vangelista2013-11-031-3/+33
* Modernized Sega Speech and Sega USB devices. (nw) Ivan Vangelista2013-10-241-4/+9
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-1/+8
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-2/+4
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* 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 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-0/+8
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-18/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+3
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* Continuing new device implementation for SN76496 and clones - circusc.c, gber... Scott Stone2012-09-021-2/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+7
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+6
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-0/+1
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-2/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-12/+12
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1