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.cpp | |
| parent | 3b0d814b9b9f890eb2ca1edc3f37c775be76ea88 (diff) | |
Cleanups and version bumpmame0169
Diffstat (limited to 'src/emu/debug/dvmemory.cpp')
| -rw-r--r-- | src/emu/debug/dvmemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/dvmemory.cpp b/src/emu/debug/dvmemory.cpp index 2327d7284cc..b792d002c27 100644 --- a/src/emu/debug/dvmemory.cpp +++ b/src/emu/debug/dvmemory.cpp @@ -315,7 +315,7 @@ void debug_view_memory::view_update() UINT64 chunkdata = 0; floatx80 chunkdata80 = { 0, 0 }; bool ismapped; - + if (m_data_format != 11) ismapped = read(m_bytes_per_chunk, addrbyte + chunknum * m_bytes_per_chunk, chunkdata); else |
