diff options
author | 2015-12-25 20:53:59 +0100 | |
---|---|---|
committer | 2015-12-25 20:53:59 +0100 | |
commit | c6d27c753f68cb22d8f88d031ae0645ab80c72b6 (patch) | |
tree | 814fb384b0024aa03da79a806d7674624abace47 /src/devices/sound/spu.h | |
parent | a8ef53fa51dcc81dbb9a647dfc1777ef72ee2f93 (diff) |
cleanups (nw)
Diffstat (limited to 'src/devices/sound/spu.h')
-rw-r--r-- | src/devices/sound/spu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/sound/spu.h b/src/devices/sound/spu.h index 4c0a090bd71..77cf99ad700 100644 --- a/src/devices/sound/spu.h +++ b/src/devices/sound/spu.h @@ -233,8 +233,6 @@ public: void reinit_sound(); void kill_sound(); - void update(); - void start_dma(UINT8 *mainram, bool to_spu, UINT32 size); bool play_xa(const unsigned int sector, const unsigned char *sec); bool play_cdda(const unsigned int sector, const unsigned char *sec); |