summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mpu401.cpp
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+2
* misc: small cleanups hap2024-03-231-1/+1
* m6801: Move RAM, ROM and I/O areas into internal maps for all variants (inclu... AJR2023-11-111-6/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-9/+9
* m6801: Attempt at cleaning up internal registers (nw) AJR2020-03-121-37/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+5
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+5
* midi: remove MCFG macros (nw) Ivan Vangelista2019-01-191-5/+5
* m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) AJR2018-10-261-10/+7
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-12/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-3/+3
* mpu401: fix rom name, add full label and version note. [Lord Nightmare] Lord-Nightmare2017-09-061-1/+1
* some more devices/machine to device_add_mconfig (nw) Ivan Vangelista2017-06-011-18/+12
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+289