index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
imagedev
/
midiin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
osd: Cleaned up MIDI and network interfaces a little more.
Vas Crabb
2024-03-01
1
-9
/
+5
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-10
/
+10
*
srcclean in preparation for MAME 0.260 release branch
Vas Crabb
2023-10-22
1
-1
/
+1
*
midiin_device: support loading sysex dumps (#11625)
Devin Acker
2023-10-20
1
-4
/
+31
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-1
/
+0
*
imagedev/midiin.cpp: fix error condition handling so midi files can be loaded...
Devin Acker
2023-05-27
1
-3
/
+3
*
Restored ability of for image devices to report specific error messages.
Vas Crabb
2023-04-08
1
-5
/
+5
*
-Improved some Lua APIs:
Vas Crabb
2023-04-07
1
-10
/
+10
*
API change for device_image_interface
AJR
2023-03-30
1
-10
/
+10
*
OSD/network interface cleanup
AJR
2022-08-28
1
-0
/
+4
*
imagedev/midiin.cpp: send All Notes Off CC when unloading a MIDI file (#10221)
Devin Acker
2022-08-14
1
-0
/
+10
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-48
/
+45
*
midiin: Use util::random_read rather than buffer pointer in MIDI file parser
AJR
2022-04-09
1
-7
/
+93
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
midiin_device: handle channel remapping at playback time instead of load time...
Devin Acker
2021-12-19
1
-12
/
+16
*
imagedev/midiin.cpp: Made channel remapping configurable. (#8907)
Devin Acker
2021-12-02
1
-10
/
+44
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-1
/
+1
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-1
/
+1
*
midiin: Add support for providing a .mid file as input
Aaron Giles
2021-05-27
1
-19
/
+359
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-10
/
+8
*
Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces:
Vas Crabb
2017-07-11
1
-17
/
+14
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Make device_image_interface::update_names a private method called automatical...
AJR
2017-03-03
1
-9
/
+0
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-3
/
+3
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-6
/
+6
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-8
/
+8
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-3
/
+8
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+176