Previous 199869 Revisions Next

r34940 Monday 9th February, 2015 at 04:56:22 UTC by Peter Ferrie
nbapbp: fix access to 93C46, game is playable [Osso]
[src/mame/drivers]hornet.c

trunk/src/mame/drivers/hornet.c
r243451r243452
534534             0x02 = ADDOR (ADC DOR)
535535             0x01 = ADDO (ADC DO)
536536         */
537         r = 0xf0 | (m_eeprom->do_read() << 3);
537         r = 0xf0; m_eeprom->do_read();
538538         r |= m_adc12138->do_r(space, 0) | (m_adc12138->eoc_r(space, 0) << 2);
539539         break;
540540


Previous 199869 Revisions Next


© 1997-2024 The MAME Team