From 7de4631055faf2c4b62f24b98e2a4e5e3bc154f6 Mon Sep 17 00:00:00 2001 From: ripsaw8080 Date: Tue, 9 Feb 2016 18:19:45 +0000 Subject: [PATCH] Increase size of SysEx buffer to support Sierra's Yamaha FB-01 driver. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3963 --- include/midi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/midi.h b/include/midi.h index 9da6f180..86431dc8 100644 --- a/include/midi.h +++ b/include/midi.h @@ -38,7 +38,7 @@ public: }; -#define SYSEX_SIZE 1024 +#define SYSEX_SIZE 8192 struct DB_Midi { Bitu status; Bitu cmd_len;