summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/turbo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-276/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-0/+1
* init vars for coverity (includes/t,u) Robbbert2022-03-231-21/+21
* turbo: Fix major bug in d66c07bde03c4d834a9e92ea7571c2890bf19647 AJR2021-07-051-1/+1
* turbo.cpp: subclasses, input / output finders, save state preparation Ivan Vangelista2021-07-011-147/+199
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-5/+5
* further macro removal work (nw) Ivan Vangelista2020-05-181-31/+31
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+3
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-0/+6
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-11/+14
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+3
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* (nw) output finders for techno,thayers, tm990189,turbo Robbbert2018-04-041-18/+23
* 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-6/+8
* turbo: Add 74LS259 (nw) AJR2017-07-271-1/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-60/+60
* Don't use AM_MASK on ram, you end up with an incorrect allocation size [O. Ga... Olivier Galibert2016-06-041-1/+5
* segacrpt is also a device, again reduced some duplication (nw) David Haywood2016-04-121-1/+0
* 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
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-0/+2
* 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
* More region_ptr_finder conversions (nw) Alex W. Jackson2014-10-181-5/+12
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-0/+3
* Updated most of the remaining static TIMER_CALLBACKs (nw) to MEMBERs. (nw) Ivan Vangelista2014-08-291-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* 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/+4
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-2/+5
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+19
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-35/+35
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-11/+8
* 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-16/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+11
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2
* Convert remaining drivers. Kill off old 8255ppi. Aaron Giles2012-08-081-10/+10