diff options
| author | 2008-12-06 17:54:42 +0000 | |
|---|---|---|
| committer | 2008-12-06 17:54:42 +0000 | |
| commit | d92a2e0c4e5060315ebce8bb26997227940f1662 (patch) | |
| tree | 759499aac683a34dd4c3c5cf12406a0ead96e483 /src/emu/memory.h | |
| parent | 4c1762ee26e8ebdcb0b7b22aa191ee4b087ec52b (diff) | |
Cleanups/version bump/added missing drivers.mame0128u5
Diffstat (limited to 'src/emu/memory.h')
| -rw-r--r-- | src/emu/memory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/memory.h b/src/emu/memory.h index e6ef8ef4923..a76f0e36138 100644 --- a/src/emu/memory.h +++ b/src/emu/memory.h @@ -1012,9 +1012,9 @@ INLINE offs_t memory_byte_to_address(const address_space *space, offs_t address) /*------------------------------------------------- - memory_byte_to_address_end - convert a byte - offset to an address in the specified address - space specifying the last address covered by + memory_byte_to_address_end - convert a byte + offset to an address in the specified address + space specifying the last address covered by the byte -------------------------------------------------*/ |
