diff options
author | 2025-03-01 00:21:01 +1100 | |
---|---|---|
committer | 2025-03-01 00:21:01 +1100 | |
commit | 0a861ff810f00554e6b16e329018918434009774 (patch) | |
tree | a36bca71eb4e260b8dc92e77d2802cd3bda972d4 /src/devices/bus/ti99/peb | |
parent | de2026bcaaa403f7f1561e8edb284d675d588d8a (diff) |
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.
Diffstat (limited to 'src/devices/bus/ti99/peb')
-rw-r--r-- | src/devices/bus/ti99/peb/spchsyn.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |