From b058b310194dd6ba2ea0e34b93948202561e267a Mon Sep 17 00:00:00 2001 From: smf- Date: Thu, 16 Aug 2018 14:03:12 +0100 Subject: vgmplay: Added SCSP support [smf] SCSP: Added device_clock_changed, support device_rom_interface, use correct clock frequency, "space" removal & fix some endian issues. [smf] --- src/devices/sound/scspdsp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/devices/sound/scspdsp.h') diff --git a/src/devices/sound/scspdsp.h b/src/devices/sound/scspdsp.h index 29bcb43c241..4b3dbc111a7 100644 --- a/src/devices/sound/scspdsp.h +++ b/src/devices/sound/scspdsp.h @@ -9,8 +9,7 @@ struct SCSPDSP { //Config - uint16_t *SCSPRAM; - uint32_t SCSPRAM_LENGTH; + address_space *space; uint32_t RBP; //Ring buf pointer uint32_t RBL; //Delay ram (Ring buffer) size in words -- cgit v1.2.3-70-g09d2