|
Post by zelurker on Dec 29, 2005 15:10:31 GMT 1
Maybe it can help some other games too, I didn't test many of them yet...
Anyway the patch is very short : replace line 551 in memory.c (function read_upload) which should read : //case 0x01: /* Z80 */ return subcpu_memspace[offset>>1]; by : case 0x01: /* Z80 */ return subcpu_memspace[(offset>>1) ^ 1];
With this the cdda music is working in puzzled.
But I still don't understand why the sound effects do not work in my version of aero fighters 2... !
|
|