From 0a861ff810f00554e6b16e329018918434009774 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sat, 1 Mar 2025 00:21:01 +1100 Subject: Cleaned up some stuff: * oberheim/xpander.cpp: Use multi-dimensional output finders algorithms and range-based for loops. * util/chd.cpp: Use a C++17ism to reduce if nesting a bit. * sound/tms5220.cpp: Five an example VERBOSE value that will actually do something rather than LOG_GENERAL which isn't used in the file at all. --- src/devices/bus/ti99/peb/spchsyn.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/devices/bus/ti99/peb') diff --git a/src/devices/bus/ti99/peb/spchsyn.cpp b/src/devices/bus/ti99/peb/spchsyn.cpp index f8ec3095ae7..0cf577dad86 100644 --- a/src/devices/bus/ti99/peb/spchsyn.cpp +++ b/src/devices/bus/ti99/peb/spchsyn.cpp @@ -23,6 +23,7 @@ #include "emu.h" #include "spchsyn.h" + #include "speaker.h" #define LOG_WARN (1U << 1) // Warnings -- cgit v1.2.3-70-g09d2