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:
parent
59805112d9
commit
7de4631055
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#define SYSEX_SIZE 1024
|
||||
#define SYSEX_SIZE 8192
|
||||
struct DB_Midi {
|
||||
Bitu status;
|
||||
Bitu cmd_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue