diff options
Diffstat (limited to 'libpcsxcore/mdec.c')
| -rw-r--r-- | libpcsxcore/mdec.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libpcsxcore/mdec.c b/libpcsxcore/mdec.c index 5161a4f5..a1289f40 100644 --- a/libpcsxcore/mdec.c +++ b/libpcsxcore/mdec.c @@ -553,13 +553,13 @@ void psxDma1(u32 adr, u32 bcr, u32 chcr) { average cycles to create byte / 32-bit DMA per cycle - - Note that FF9 Dali accepts 1-75~150 - before slowdown occurs. No crash. +
+ Cycle Voodoo List:
+ FF9 Dali = 1-75 ~ 150
+ Rebel 2 = 1-3 (stage 6)
*/ - dmacnt = (image - (u16 *)PSXM(adr)) * 1; - + dmacnt = ( (u8 *)image - (u8 *)PSXM(adr)) * 1; MDECOUTDMA_INT( dmacnt / 4); |
