summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/midiin.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb2024-03-011-1/+3
* midiin_device: support loading sysex dumps (#11625) Devin Acker2023-10-201-1/+2
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-1/+1
* -Improved some Lua APIs: Vas Crabb2023-04-071-3/+8
* API change for device_image_interface AJR2023-03-301-2/+2
* OSD/network interface cleanup AJR2022-08-281-0/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* midiin: Use util::random_read rather than buffer pointer in MIDI file parser AJR2022-04-091-8/+8
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* device_image_interface: Interface overhaul AJR2022-01-061-2/+2
* midiin_device: handle channel remapping at playback time instead of load time... Devin Acker2021-12-191-3/+3
* imagedev/midiin.cpp: Made channel remapping configurable. (#8907) Devin Acker2021-12-021-3/+5
* midiin: Add support for providing a .mid file as input Aaron Giles2021-05-271-1/+108
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-1/+1
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-8/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+4
* midi: remove MCFG macros (nw) Ivan Vangelista2019-01-191-4/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-3/+4
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-021-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+6
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Self-registering devices. Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-121-5/+5
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-111-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-051-17/+17
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+79