From 5f47d64ea74425016956e0488af5320133438fde Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 9 Oct 2005 15:20:05 +0000 Subject: [PATCH] mapper accepts handlers again Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2341 --- src/gui/midi.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/midi.cpp b/src/gui/midi.cpp index 8b8b2c07..524ab956 100644 --- a/src/gui/midi.cpp +++ b/src/gui/midi.cpp @@ -240,8 +240,7 @@ public: const char * conf=section->Get_string("config"); /* If device = "default" go for first handler that works */ MidiHandler * handler; - //TODO!!!!!!!!!!!!!!! -// MAPPER_AddHandler(MIDI_SaveRawEvent,MK_f8,MMOD1|MMOD2,"caprawmidi","Cap MIDI"); + MAPPER_AddHandler(MIDI_SaveRawEvent,MK_f8,MMOD1|MMOD2,"caprawmidi","Cap MIDI"); midi.status=0x00; midi.cmd_pos=0; midi.cmd_len=0;