From 8871729a65615df0eab213bbbf942abe75771704 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 8 Jul 2023 22:35:16 +0100 Subject: Avoid drawing the whole screen on each frame This allows supporting 386DX "just about" (there will be flickering). --- src/sound.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sound.h') diff --git a/src/sound.h b/src/sound.h index cd7c20c..d8b14ac 100644 --- a/src/sound.h +++ b/src/sound.h @@ -18,9 +18,6 @@ void sound_update(); void sound_music_pattern(uint16_t pat); void sound_play_efx(uint8_t efxno); -void sound_queue_efx(uint8_t efxno); -void sound_play_queue(); - void sound_mute(); void sound_unmute(); -- cgit v1.2.3