Re: [hatari-devel] defaulting to SMALL_MEM |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 20/02/2022 à 09:48, Thomas Huth a écrit :
Also , I think the code in dmaSnd.c is accessing STRam[] directly too, so we can have same problem of reading unallocated memory. Doing nbr 3 would fix that too (for blitter it's OK already, it uses get_word() )Ok, but I guess we could also switch the DMA functions here, too? Just like I did in commit 853fdeef9d438c for the crossbar code?
yes, I think this was on my todo list ; using STMemory_DMA_ReadByte in DmaSnd_FIFO_Refill() should take care of this possible problem. DmaSnd_FIFO_Refill() is called only on every HBL, so this shouldn't have a noticable impact if we used STMemory_DMA_ReadByte() instead of directly accessing STRam[]
Nicolas
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |