summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/nes_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/nes_defs.h')
-rw-r--r--src/devices/sound/nes_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/nes_defs.h b/src/devices/sound/nes_defs.h
index da538740c65..0abe5b4666e 100644
--- a/src/devices/sound/nes_defs.h
+++ b/src/devices/sound/nes_defs.h
@@ -121,7 +121,6 @@ struct apu_t
uint8 cur_byte = 0;
bool enabled = false;
bool irq_occurred = false;
- address_space *memory = nullptr;
signed char vol = 0;
};