1
0
Fork 0

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
This commit is contained in:
ripsaw8080 2016-02-09 18:19:45 +00:00
parent 59805112d9
commit 7de4631055

View file

@ -38,7 +38,7 @@ public:
};
#define SYSEX_SIZE 1024
#define SYSEX_SIZE 8192
struct DB_Midi {
Bitu status;
Bitu cmd_len;