summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-09-07 01:34:34 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-09-07 01:34:34 +0000
commit8fbe10c91f641d42284e4eb0d6102a0b7132d28d (patch)
tree1ea87cda0117a00cf2157741c5013cc3ac4649f4 /src/emu/debug/debugcpu.c
parent10b6e7e106ad706c29b8e25cbac0b990f0cdb501 (diff)
Cleanups and version bump.mame0133u5
Diffstat (limited to 'src/emu/debug/debugcpu.c')
-rw-r--r--src/emu/debug/debugcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/debug/debugcpu.c b/src/emu/debug/debugcpu.c
index d8a6c659a75..76ff505e38c 100644
--- a/src/emu/debug/debugcpu.c
+++ b/src/emu/debug/debugcpu.c
@@ -1531,7 +1531,7 @@ UINT64 debug_read_qword(const address_space *space, offs_t address, int apply_tr
/*-------------------------------------------------
- debug_read_memory - return 1,2,4 or 8 bytes
+ debug_read_memory - return 1,2,4 or 8 bytes
from the specified memory space
-------------------------------------------------*/
@@ -1746,7 +1746,7 @@ void debug_write_qword(const address_space *space, offs_t address, UINT64 data,
/*-------------------------------------------------
- debug_write_memory - write 1,2,4 or 8 bytes
+ debug_write_memory - write 1,2,4 or 8 bytes
to the specified memory space
-------------------------------------------------*/