From a92748812b34967b1f00106f96f0e4ac3534ede4 Mon Sep 17 00:00:00 2001 From: espes Date: Sun, 14 Jun 2015 23:58:05 +1000 Subject: [PATCH] copy more code in bootstrap --- hw/xbox/dsp/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xbox/dsp/dsp.c b/hw/xbox/dsp/dsp.c index 14d92c7460..bb48b636ce 100644 --- a/hw/xbox/dsp/dsp.c +++ b/hw/xbox/dsp/dsp.c @@ -176,7 +176,7 @@ void dsp_bootstrap(DSPState* dsp) { // scratch memory is dma'd in to pram by the bootrom dsp->dma.scratch_rw(dsp->dma.scratch_rw_opaque, - (uint8_t*)dsp->core.pram, 0, 0x600, false); + (uint8_t*)dsp->core.pram, 0, 0x800*4, false); } void dsp_start_frame(DSPState* dsp)