Skip to content

Commit

Permalink
MPU401 reset busy duration (DOSBox SVN)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Mar 4, 2019
1 parent 8fe3ed6 commit 5909695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hardware/mpu401.cpp
Expand Up @@ -40,7 +40,7 @@ static void MPU401_EOIHandlerDispatch(void);
#define MPU401_REVISION 0x01
#define MPU401_QUEUE 32
#define MPU401_TIMECONSTANT (60000000/1000.0f)
#define MPU401_RESETBUSY 27.0f
#define MPU401_RESETBUSY 14.0f

enum MpuMode { M_UART,M_INTELLIGENT };
enum MpuDataType {T_OVERFLOW,T_MARK,T_MIDI_SYS,T_MIDI_NORM,T_COMMAND};
Expand Down

0 comments on commit 5909695

Please sign in to comment.