Previous 199869 Revisions Next

r23941 Tuesday 25th June, 2013 at 15:43:55 UTC by hap
fix scorpion 4 sound regression
[src/emu/sound]ymz280b.c

trunk/src/emu/sound/ymz280b.c
r23940r23941
1919  Voice signal is output in stereo 16-bit 2's complement MSB-first format
2020
2121  TODO:
22  - Is memory handling 100% correct? At the moment, Konami firebeat.c is the only
23    hardware currently emulated that uses external handlers.
24    It also happens to be the only one using 16-bit PCM.
22  - Is memory handling 100% correct? At the moment, Konami firebeat.c and Scorpion bfm_sc4/5.c
23    are the only hardware currently emulated that use external handlers.
24    Konami firebeat.c also happens to be the only one using 16-bit PCM.
2525
2626*/
2727
r23940r23941
823823
824824         case 0x86:      /* ROM readback / RAM write (low) -> update latch */
825825            m_ext_mem_address = m_ext_mem_address_hi | m_ext_mem_address_mid | data;
826            if (m_ext_mem_enable)
827               m_ext_readlatch = ymz280b_read_memory(m_ext_mem_address);
826828            break;
827829
828830         case 0x87:      /* RAM write */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team