diff --git a/src/devices/machine/ym3802.h b/src/devices/machine/ym3802.h index c9807186937..19a71595060 100644 --- a/src/devices/machine/ym3802.h +++ b/src/devices/machine/ym3802.h @@ -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; diff --git a/src/mame/drivers/accomm.cpp b/src/mame/drivers/accomm.cpp index 240eaf06140..c45344d4521 100644 --- a/src/mame/drivers/accomm.cpp +++ b/src/mame/drivers/accomm.cpp @@ -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')