From 87aacd50d276bce9b6bb2ece05586b9b98f70763 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Thu, 7 Feb 2019 10:37:33 +0100 Subject: [PATCH] Pad dsp_t to keep savestates compatibility Remove some unused DSP regs to avoid changing the size of dsp_t, which breaks serialization compatibility. --- core/hw/aica/dsp.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/hw/aica/dsp.h b/core/hw/aica/dsp.h index aa4d45b7c..6d5b76c91 100644 --- a/core/hw/aica/dsp.h +++ b/core/hw/aica/dsp.h @@ -64,10 +64,7 @@ struct dsp_t //various dsp regs signed int ACC; //26 bit signed int SHIFTED; //24 bit - signed int X; //24 bit - signed int Y; //13 bit signed int B; //26 bit - signed int INPUTS; //24 bit signed int MEMVAL[4]; signed int FRC_REG; //13 bit signed int Y_REG; //24 bit