mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Fix build (nw)
This commit is contained in:
parent
469c2bbc4b
commit
4a57052b5f
@ -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;
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user