diff options
author | 2017-05-23 21:12:26 +0100 | |
---|---|---|
committer | 2017-05-23 21:12:26 +0100 | |
commit | 7eeae7892d6fec86b5466c22f66b6f464afcabfa (patch) | |
tree | 2e0b45c233c1b4c5fdc1bcacc53bcd7eb88e55e2 /src/devices/sound/nes_defs.h | |
parent | d0047a3ebefb03feca0c2f32a231cf956a48a30e (diff) |
basic VT03 support
Diffstat (limited to 'src/devices/sound/nes_defs.h')
-rw-r--r-- | src/devices/sound/nes_defs.h | 1 |
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; }; |