mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
device.cpp, dimemory.cpp: Correct typos in comments
This commit is contained in:
parent
4f7fcbf21c
commit
1baa0775e6
@ -812,7 +812,7 @@ void device_t::device_pre_save()
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// device_post_load - called after the loading a
|
||||
// device_post_load - called after loading a
|
||||
// saved state, so that registered variables can
|
||||
// be expanded as necessary
|
||||
//-------------------------------------------------
|
||||
@ -1095,7 +1095,7 @@ void device_interface::interface_pre_save()
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// interface_post_load - called after the loading a
|
||||
// interface_post_load - called after loading a
|
||||
// saved state, so that registered variables can
|
||||
// be expanded as necessary
|
||||
//-------------------------------------------------
|
||||
|
@ -58,7 +58,7 @@ void device_memory_interface::set_addrmap(int spacenum, address_map_constructor
|
||||
|
||||
//-------------------------------------------------
|
||||
// memory_translate - translate from logical to
|
||||
// phyiscal addresses; designed to be overridden
|
||||
// physical addresses; designed to be overridden
|
||||
// by the actual device implementation if address
|
||||
// translation is supported
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user