summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-08-16 14:43:04 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-08-16 14:43:04 -0400
commitba60ce78260589929174e16c2bbefdf144246c84 (patch)
treef763da217e0c66c8f7bca40afcc600a187a103a3 /src/emu/debug
parenta77adf33c78b888f3d7ea9ac476f79c8717c7281 (diff)
debugger/win/memorywininfo.cpp: Fix build
Diffstat (limited to 'src/emu/debug')
-rw-r--r--src/emu/debug/dvmemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/dvmemory.cpp b/src/emu/debug/dvmemory.cpp
index 299e4c1e439..1a239419f8d 100644
--- a/src/emu/debug/dvmemory.cpp
+++ b/src/emu/debug/dvmemory.cpp
@@ -985,7 +985,7 @@ void debug_view_memory::set_chunks_per_row(u32 rowchunks)
//-------------------------------------------------
// set_data_format - specify what kind of values
-// are shown, 1-8 8-64 bits, 9 32bit floating point
+// are shown
//-------------------------------------------------
void debug_view_memory::set_data_format(data_format format)