Fix build (nw)

This commit is contained in:
AJR 2017-06-24 22:14:27 -04:00
parent 469c2bbc4b
commit 4a57052b5f
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ private:
uint16_t m_general_counter;
uint16_t m_midi_counter;
uint16_t m_midi_counter_base;
uint8_t m_midi_counter_divider;
//uint8_t m_midi_counter_divider;
uint8_t m_click_counter;
uint8_t m_click_counter_base;
uint8_t m_vector;

View File

@ -672,7 +672,7 @@ static INPUT_PORTS_START( accomm )
PORT_START("LINE2.1")
PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_CODE(KEYCODE_L) PORT_CHAR('l') PORT_CHAR('L')
PORT_BIT(0x02, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_CODE(KEYCODE_0) PORT_CHAR('0') PORT_CHAR('£')
PORT_BIT(0x02, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_CODE(KEYCODE_0) PORT_CHAR('0') PORT_CHAR(0xa3)
PORT_BIT(0x04, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_CODE(KEYCODE_O) PORT_CHAR('o') PORT_CHAR('O')
PORT_BIT(0x08, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_CODE(KEYCODE_K) PORT_CHAR('k') PORT_CHAR('K')