[Core/VDP] reverted stupid DMA fill timing modification introduced in 9a0a1c2922 (fixes DMA fill regression)

This commit is contained in:
ekeeke 2024-03-02 08:06:36 +01:00
parent 302fe82fcc
commit 5af254cd23
1 changed files with 0 additions and 3 deletions

View File

@ -2464,9 +2464,6 @@ static void vdp_68k_data_w_m5(unsigned int data)
dma_length = 0x10000;
}
/* Take into account initial data word processing */
dma_length += 2;
/* Trigger DMA */
vdp_dma_update(m68k.cycles);
}