summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win/memoryviewinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/win/memoryviewinfo.h')
-rw-r--r--src/osd/modules/debugger/win/memoryviewinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/win/memoryviewinfo.h b/src/osd/modules/debugger/win/memoryviewinfo.h
index 8089d050a4e..2245ace307d 100644
--- a/src/osd/modules/debugger/win/memoryviewinfo.h
+++ b/src/osd/modules/debugger/win/memoryviewinfo.h
@@ -20,14 +20,14 @@ public:
memoryview_info(debugger_windows_interface &debugger, debugwin_info &owner, HWND parent);
virtual ~memoryview_info();
- UINT8 bytes_per_chunk() const;
+ UINT8 data_format() const;
UINT32 chunks_per_row() const;
bool reverse() const;
bool ascii() const;
bool physical() const;
void set_expression(char const *string);
- void set_bytes_per_chunk(UINT8 chunkbytes);
+ void set_data_format(UINT8 dataformat);
void set_chunks_per_row(UINT32 rowchunks);
void set_reverse(bool reverse);
void set_physical(bool physical);