aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 08736ea..5d3f497 100644
--- a/src/common.h
+++ b/src/common.h
@@ -653,7 +653,6 @@ sound_volume(SoundChannel channels, u8 volume) {
653 653
654typedef u8 WaveBank[32]; 654typedef u8 WaveBank[32];
655 655
656// typedef u32 WaveBank[4];
657#define SOUND_WAVE_RAM ((WaveBank*)(MEM_IO + 0x90)) 656#define SOUND_WAVE_RAM ((WaveBank*)(MEM_IO + 0x90))
658 657
659typedef enum { 658typedef enum {