summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-04-17 12:56:32 +0200
committer hap <happppp@users.noreply.github.com>2021-04-17 12:56:32 +0200
commitc7bebcc606649ab89f58a237ab1f83e4be28aad5 (patch)
treec94a7e3ddde264ce62053b447c4a41d676e1c23a
parentaabcf1810ff8ea98fb3834d542ca1f02b6135e3a (diff)
dai3wksi: fix clang compile
-rw-r--r--src/mame/drivers/dai3wksi.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/dai3wksi.cpp b/src/mame/drivers/dai3wksi.cpp
index dcd16e23447..1b42b5bb9ab 100644
--- a/src/mame/drivers/dai3wksi.cpp
+++ b/src/mame/drivers/dai3wksi.cpp
@@ -111,7 +111,6 @@ private:
// sound
u8 m_audio_data[3] = { 0, 0, 0 };
- u8 m_port_last2 = 0;
u8 m_enabled_sound = 0;
u8 m_sound3_counter = 0;
void audio_1_w(u8 data);