diff options
author | 2018-08-16 14:03:12 +0100 | |
---|---|---|
committer | 2018-08-16 14:03:49 +0100 | |
commit | b058b310194dd6ba2ea0e34b93948202561e267a (patch) | |
tree | 904abd98d8a6d944a680c665313df1ff253193f4 /src/devices/sound/scspdsp.h | |
parent | 5ba993152ac02c303444c47fbeb0668b5940be8d (diff) |
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]
Diffstat (limited to 'src/devices/sound/scspdsp.h')
-rw-r--r-- | src/devices/sound/scspdsp.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |