summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/btime.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-10/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+10
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* btime.cpp: Soundlatch modernization (nw) AJR2017-08-171-2/+0
* btime.cpp: Use input merger device (nw) AJR2017-08-171-2/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* More gen_latch (nw) Ivan Vangelista2016-05-201-0/+4
* More this==NULL stuff therealmogminer@gmail.com2016-01-231-1/+0
* First round of this==NULL crash fixes therealmogminer@gmail.com2016-01-231-15/+20
* 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-6/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* btime: remove palette trampoline Dirk Best2015-08-021-3/+0
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1
* Update for Zsolt Vasvari (nw) Miodrag Milanovic2015-05-251-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
* itech32.c, btime.c, scregg.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-241-4/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+6
* crash fixes for mame (nw) Miodrag Milanovic2014-02-281-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* made m_audiocpu optional for those drivers setting value on null, rest will n... Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* bnj testmode expects to be able to read back palette and background ram (nw) David Haywood2012-12-271-1/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-22/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-7/+14
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+13
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* cleanup Michaël Banaan Ananas2012-08-281-4/+10
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+11
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-2/+2
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-5/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-13/+19
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-0/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-18/+18
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+11