summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/memory.c')
-rw-r--r--src/emu/memory.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/memory.c b/src/emu/memory.c
index 78861eb89e0..d21b4d05de3 100644
--- a/src/emu/memory.c
+++ b/src/emu/memory.c
@@ -1578,7 +1578,7 @@ memory_manager::memory_manager(running_machine &machine)
//**************************************************************************
//-------------------------------------------------
-// configure_bank - configure the addresses for a
+// configure_bank - configure the addresses for a
// bank
//-------------------------------------------------
@@ -1604,7 +1604,7 @@ void memory_manager::configure_bank(device_t &device, const char *tag, int start
//-------------------------------------------------
-// configure_bank_decrypted - configure the
+// configure_bank_decrypted - configure the
// decrypted addresses for a bank
//-------------------------------------------------
@@ -1630,7 +1630,7 @@ void memory_manager::configure_bank_decrypted(device_t &device, const char *tag,
//-------------------------------------------------
-// set_bank - select one pre-configured entry to
+// set_bank - select one pre-configured entry to
// be the new bank base
//-------------------------------------------------
@@ -1697,7 +1697,7 @@ void memory_manager::set_bankptr(device_t &device, const char *tag, void *base)
//-------------------------------------------------
-// shared - get a pointer to a shared memory
+// shared - get a pointer to a shared memory
// region by tag
//-------------------------------------------------