(update note)

This commit is contained in:
Michaël Banaan Ananas 2013-06-25 16:23:51 +00:00
parent 94c5464c72
commit 932ba66ce8

View File

@ -19,9 +19,11 @@
Voice signal is output in stereo 16-bit 2's complement MSB-first format
TODO:
- Is memory handling 100% correct? At the moment, Konami firebeat.c and Scorpion bfm_sc4/5.c
are the only hardware currently emulated that use external handlers.
Konami firebeat.c also happens to be the only one using 16-bit PCM.
- Is memory handling 100% correct? At the moment, Konami firebeat.c is the only
hardware currently emulated that uses external handlers.
It also happens to be the only one using 16-bit PCM.
Some other drivers (eg. bishi.c, bfm_sc4/5.c) also use ROM readback.
*/