mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 11:11:48 +01:00
[Core/VDP] reverted stupid DMA fill timing modification introduced in 9a0a1c2922
(fixes DMA fill regression)
This commit is contained in:
parent
302fe82fcc
commit
5af254cd23
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user