|
|
@ -57,8 +57,6 @@ class CMiniDexed : public Dexed |
|
|
|
void Process(boolean bPlugAndPlayUpdated); |
|
|
|
void Process(boolean bPlugAndPlayUpdated); |
|
|
|
private: |
|
|
|
private: |
|
|
|
void LCDWrite (const char *pString); |
|
|
|
void LCDWrite (const char *pString); |
|
|
|
private: |
|
|
|
|
|
|
|
CHD44780Device m_LCD; |
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
static void MIDIPacketHandler (unsigned nCable, u8 *pPacket, unsigned nLength); |
|
|
|
static void MIDIPacketHandler (unsigned nCable, u8 *pPacket, unsigned nLength); |
|
|
|
static void KeyStatusHandlerRaw (unsigned char ucModifiers, const unsigned char RawKeys[6]); |
|
|
|
static void KeyStatusHandlerRaw (unsigned char ucModifiers, const unsigned char RawKeys[6]); |
|
|
@ -70,6 +68,8 @@ class CMiniDexed : public Dexed |
|
|
|
unsigned m_nSerialState; |
|
|
|
unsigned m_nSerialState; |
|
|
|
u8 m_SerialMessage[3]; |
|
|
|
u8 m_SerialMessage[3]; |
|
|
|
CSysExFileLoader m_SysExFileLoader; |
|
|
|
CSysExFileLoader m_SysExFileLoader; |
|
|
|
|
|
|
|
private: |
|
|
|
|
|
|
|
CHD44780Device m_LCD; |
|
|
|
|
|
|
|
|
|
|
|
static CMiniDexed *s_pThis; |
|
|
|
static CMiniDexed *s_pThis; |
|
|
|
}; |
|
|
|
}; |
|
|
|