1
0
Fork 0

mapper accepts handlers again

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2341
This commit is contained in:
Peter Veenstra 2005-10-09 15:20:05 +00:00
parent 8d901f6982
commit 5f47d64ea7

View file

@ -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;