summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/nes_defs.h
diff options
context:
space:
mode:
author David Haywood <davidhaywood@users.noreply.github.com>2017-05-23 21:12:26 +0100
committer David Haywood <davidhaywood@users.noreply.github.com>2017-05-23 21:12:26 +0100
commit7eeae7892d6fec86b5466c22f66b6f464afcabfa (patch)
tree2e0b45c233c1b4c5fdc1bcacc53bcd7eb88e55e2 /src/devices/sound/nes_defs.h
parentd0047a3ebefb03feca0c2f32a231cf956a48a30e (diff)
basic VT03 support
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;
};