summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/btime.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-163/+0
* init vars (includes) Robbbert2022-04-101-9/+9
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-19/+19
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-1/+1
* btime.cpp: added dip locations, verified dips for all games and fixed dips fo... Ivan Vangelista2020-04-011-0/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-0/+6
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-20/+20
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* 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