summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-09-27 11:00:56 +1000
committer Vas Crabb <vas@vastheman.com>2020-09-27 11:00:56 +1000
commit6e807013c570ed6b5ff7f950a3b131914b9718f3 (patch)
tree86eb67544d14d9ee32a18467d7ba859f19f36a51 /src/mame/includes
parent7dad0f4f58e2e0e59b72f3df672ecfe2c8168545 (diff)
Disable SOUND_DEBUG for non-debug builds, and srcclean
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/p2000t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/p2000t.h b/src/mame/includes/p2000t.h
index f743bf6822b..c8f06bcf7da 100644
--- a/src/mame/includes/p2000t.h
+++ b/src/mame/includes/p2000t.h
@@ -54,7 +54,7 @@ protected:
required_device<cpu_device> m_maincpu;
required_device<speaker_sound_device> m_speaker;
- required_device<mdcr_device> m_mdcr;
+ required_device<mdcr_device> m_mdcr;
private:
required_ioport_array<10> m_keyboard;