summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jedi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1
* 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
* Updated most of the remaining static TIMER_CALLBACKs (nw) to MEMBERs. (nw) Ivan Vangelista2014-08-291-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... Ivan Vangelista2013-10-271-0/+2
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-2/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 9 (no whatsnew) Miodrag Milanovic2013-02-081-0/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-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-0/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-10/+19
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-3/+9
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+7
* 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
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-1/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* (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
* - Complete memory map Zsolt Vasvari2008-02-201-10/+49
* From Atari Ace: Zsolt Vasvari2008-02-181-2/+0
* - Changed video code to directly manipulate the game bitmap Zsolt Vasvari2008-01-261-1/+4
* - Removed dirtybuffer from video/generic.c and all drivers still using it. G... Zsolt Vasvari2008-01-141-2/+0
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+22