Skip to content

Commit

Permalink
Up version# & remove 93750 BAUD
Browse files Browse the repository at this point in the history
  • Loading branch information
bbond007 committed Aug 15, 2020
1 parent 485f284 commit 91a3ffa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.h
Expand Up @@ -13,7 +13,7 @@
char * midiLinkINI = "/media/fat/linux/MidiLink.INI";
char * midiLinkDIR = "/media/fat/linux/MidiLink.DIR";
char * serialDevice = "/dev/ttyS1";
char * helloStr = "MiSTer MidiLink 3.0b BB7";
char * helloStr = "MiSTer MidiLink 3.0c BB7";
char * PCMDevice = "/dev/snd/pcmC0D0p";
int CPUMASK = 1;
static char * MrAudioDevice = "/dev/MrAudio";
Expand Down
Binary file modified midilink
Binary file not shown.
Binary file modified mlinkutil
Binary file not shown.
3 changes: 1 addition & 2 deletions serial2.c
Expand Up @@ -90,8 +90,7 @@ int serial2_is_valid_rate (int baud)
*/
if (baud == 110 || baud == 300 || baud == 600 || baud == 1200 || baud == 2400 || baud == 4800 ||
baud == 9600 || baud == 14400 || baud == 19200 || baud == 31250 || baud == 38400 || baud == 57600 ||
baud == 115200 ||
baud == 93750)
baud == 115200)
return TRUE;
return FALSE;
}
Expand Down

0 comments on commit 91a3ffa

Please sign in to comment.