summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emumem.h')
-rw-r--r--src/emu/emumem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/emumem.h b/src/emu/emumem.h
index 8020d56d67f..572a9ca38a3 100644
--- a/src/emu/emumem.h
+++ b/src/emu/emumem.h
@@ -68,8 +68,8 @@ template<int Width, int AddrShift> class handler_entry_write_passthrough;
// TYPE DEFINITIONS
//**************************************************************************
-// offsets and addresses are 32-bit (for now...)
-using offs_t = u32;
+// offsets and addresses are 64-bit
+using offs_t = u64;
// address map constructors are delegates that build up an address_map
using address_map_constructor = named_delegate<void (address_map &)>;