From fa04c025a2108be9bd0432d3d56606e2ef3027f4 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 12 Feb 2017 03:49:21 +0000 Subject: CPU and Memory Layout accuracy improvements from uosnes and optimizations from snes9x2002. --- source/snes9x.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/snes9x.h') diff --git a/source/snes9x.h b/source/snes9x.h index a3b6c98..9d7019c 100644 --- a/source/snes9x.h +++ b/source/snes9x.h @@ -205,6 +205,7 @@ typedef struct bool SPC7110; bool SPC7110RTC; bool OBC1; + uint8_t DSP; /* Sound options */ uint32_t SoundPlaybackRate; #ifdef USE_BLARGG_APU -- cgit v1.2.3