summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/system16.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-19/+19
* rf5c68.cpp Updates, etc (#3515) cam9002018-05-111-38/+34
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+34
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+28
* beautyb, iqpipe: Remove sprite device (nw) AJR2018-01-141-1/+1
* system16.cpp: added preliminary sound to astormb2. Also added it to mwalkbl i... Ivan Vangelista2017-06-061-1/+3
* system16.cpp: Sound improvements for some bootlegs AJR2016-12-201-0/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* system16.cpp (ddcrewbl): added inputs, identified oki write. Missing oki bank... Ivan Vangelista2016-09-231-1/+0
* system16.cpp: reorganized the different sound configurations in "fragments" a... Ivan Vangelista2016-06-141-1/+0
* second-to-last gen_latch.cpp update (nw) Ivan Vangelista2016-06-091-0/+3
* sprite banking on ddrewbl (nw) David Haywood2016-02-241-0/+2
* new clones David Haywood2016-02-231-2/+2
* 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
* new clones David Haywood2015-07-221-2/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+3
* 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
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* upd7759 use devcb2 now (nw) Miodrag Milanovic2014-03-231-0/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+4
* altbeastbl - hook up gfx writes properly [Barry Harris] Scott Stone2013-08-141-0/+2
* Modernized the upd7759 sound chip. [Osso] Scott Stone2013-07-121-2/+4
* msm5205.c: modernized the device. [Fabio Priuli] Fabio Priuli2013-05-281-1/+4
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+2
* Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* some h files cleanups (no whatsnew) Miodrag Milanovic2012-09-171-15/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+10
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-3/+9
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+16
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-4/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+14
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-7/+8
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+38
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-19/+17