trunk/src/emu/sound/ymz280b.c
| r23942 | r23943 | |
| 19 | 19 | Voice signal is output in stereo 16-bit 2's complement MSB-first format |
| 20 | 20 | |
| 21 | 21 | TODO: |
| 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. |
| 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. |
| 25 | |
| 26 | Some other drivers (eg. bishi.c, bfm_sc4/5.c) also use ROM readback. |
| 25 | 27 | |
| 26 | 28 | */ |
| 27 | 29 | |