diff options
| author | 2015-12-30 08:18:51 +0100 | |
|---|---|---|
| committer | 2015-12-30 08:18:51 +0100 | |
| commit | 4afd75e2fd0fc40ae0e47ab6063e6228cd7eaabe (patch) | |
| tree | a30d36789b6148002e09f8e65ff6266e21790396 /src/emu/debug/dvmemory.h | |
| parent | 3b0d814b9b9f890eb2ca1edc3f37c775be76ea88 (diff) | |
Cleanups and version bumpmame0169
Diffstat (limited to 'src/emu/debug/dvmemory.h')
| -rw-r--r-- | src/emu/debug/dvmemory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/debug/dvmemory.h b/src/emu/debug/dvmemory.h index afe597b8477..234bd0ed19b 100644 --- a/src/emu/debug/dvmemory.h +++ b/src/emu/debug/dvmemory.h @@ -103,11 +103,11 @@ private: debug_view_expression m_expression; // expression describing the start address UINT32 m_chunks_per_row; // number of chunks displayed per line UINT8 m_bytes_per_chunk; // bytes per chunk - int m_data_format; // 1-8 current values 9 32bit floating point + int m_data_format; // 1-8 current values 9 32bit floating point bool m_reverse_view; // reverse-endian view? bool m_ascii_view; // display ASCII characters? bool m_no_translation; // don't run addresses through the cpu translation hook - bool m_edit_enabled; // can modify contents ? + bool m_edit_enabled; // can modify contents ? offs_t m_maxaddr; // (derived) maximum address to display UINT32 m_bytes_per_row; // (derived) number of bytes displayed per line UINT32 m_byte_offset; // (derived) offset of starting visible byte |
