diff options
Diffstat (limited to 'src/devices/sound/scsp.h')
-rw-r--r-- | src/devices/sound/scsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/scsp.h b/src/devices/sound/scsp.h index 836086fac78..50e42bc03c8 100644 --- a/src/devices/sound/scsp.h +++ b/src/devices/sound/scsp.h @@ -173,7 +173,6 @@ private: TIMER_CALLBACK_MEMBER( timerC_cb ); int Get_AR(int base, int R); int Get_DR(int base, int R); - int Get_RR(int base, int R); void Compute_EG(SCSP_SLOT *slot); int EG_Update(SCSP_SLOT *slot); uint32_t Step(SCSP_SLOT *slot); |