summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes/spc7110.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-21 16:01:14 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-21 16:01:14 +0100
commita55ab6d6159c3393cc66ee2bb5aeefcee855225d (patch)
treec30568eea65273a64983dc7bb6ccbe5d30ca73f5 /src/devices/bus/snes/spc7110.h
parent1fefd835ce03ff8ebb09a9af09e6da2300425b63 (diff)
some handmade changes (nw)
Diffstat (limited to 'src/devices/bus/snes/spc7110.h')
-rw-r--r--src/devices/bus/snes/spc7110.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/snes/spc7110.h b/src/devices/bus/snes/spc7110.h
index 7dd3710cc5d..33d7170d02c 100644
--- a/src/devices/bus/snes/spc7110.h
+++ b/src/devices/bus/snes/spc7110.h
@@ -130,7 +130,7 @@ public:
UINT8 m_r480b; // decompression control register
UINT8 m_r480c; // decompression status
- SPC7110_Decomp* m_decomp;
+ std::unique_ptr<SPC7110_Decomp> m_decomp;
UINT8 m_r4811; // data pointer low
UINT8 m_r4812; // data pointer high