summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/midyunit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-177/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-7/+0
* init some more vars (includes) Robbbert2022-04-111-26/+26
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Fix midyunit, similar to midvunit Olivier Galibert2020-11-241-2/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+2
* mkyawdim2 fix sound, add pal dumps (#6884) Tom2020-06-301-0/+3
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-23/+23
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-19/+25
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-25/+19
* remove some MCFG macros that were barely used any more (nw) Vas Crabb2019-01-061-19/+25
* tms34010: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-051-1/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-33/+36
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* n64, pc1251, model2, midyunit, konamigx, k054338: Remove machine().device loo... mooglyguy2018-05-281-0/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-14/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+9
* term2: Add ADC0844 (nw) AJR2017-11-071-2/+3
* daily timer_set removal (nw) Ivan Vangelista2017-04-201-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-15/+16
* more gen_latch (nw) Ivan Vangelista2016-06-071-0/+4
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-1/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* Some licenses fixes and updates (nw) Miodrag Milanovic2015-12-111-2/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-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
* fix incorrect cr+lf (nw) smf-2015-01-081-18/+18
* midtunit.c, midwunit.c, midyunit.c: reduced tagmap lookups (nw) Osso2015-01-081-13/+18
* Misc cleanups (nw) Ivan Vangelista2014-10-161-0/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* Removed running_machine parameter from various methods were it wasn't needed ... Ivan Vangelista2014-10-061-12/+15
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-5/+3
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+3
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-0/+10
* oki cleanup (nw) Miodrag Milanovic2013-04-111-1/+4
* 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