summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-01-15 17:30:01 +0100
committer hap <happppp@users.noreply.github.com>2018-01-15 17:30:20 +0100
commit87ac13fd9150c6935aaeb25734fbc5525c970875 (patch)
tree59840f3a5ffe48afb9ea38432514069ce94b1f57
parent3d770d928e569f5f6aea73c8fcd96b31b329ae1b (diff)
volt_reg: add note (nw)
-rw-r--r--src/devices/sound/volt_reg.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/sound/volt_reg.cpp b/src/devices/sound/volt_reg.cpp
index aeb2bd6285a..46c3e1471cf 100644
--- a/src/devices/sound/volt_reg.cpp
+++ b/src/devices/sound/volt_reg.cpp
@@ -5,6 +5,12 @@
volt_reg.c
Direct current.
+
+ TODO:
+ - If we continue having this device in MAME, add support for default voltage other
+ than (currently hardcoded) 5.0
+ - When used in combination with a DAC, vreg device 1st stream update is skipped,
+ causing the DAC to fetch invalid input data. Why does this happen?
***************************************************************************/