summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sidearms.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-2/+9
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-7/+11
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* 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
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Added license for Paul Leaman, also resolved status of Steven Frew (nw) Miodrag Milanovic2016-01-111-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-3/+3
* sidearms.c: added save state support (nw) Ivan Vangelista2015-03-091-15/+19
* A few easy set_entry additions - now shifting banked ROM loading down from 0x... andrew-gardner2015-03-091-1/+2
* Fix for twinfalc and whizz (required objects missing) (nw) Scott Stone2014-09-261-1/+1
* sidearms.c: ioport_array (nw) Alex W. Jackson2014-09-241-9/+15
* 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
* 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
* Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-6/+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
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+10
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+6
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+3
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-1/+1
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-2/+6
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* 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-17/+17
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* 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-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Converted the goldstar, liberate, sidearms and sidepckt drivers to use driver... Phil Bennett2010-01-031-0/+37