summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devcpu.c')
-rw-r--r--src/emu/devcpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/devcpu.c b/src/emu/devcpu.c
index 53b3907c751..0442b4746f5 100644
--- a/src/emu/devcpu.c
+++ b/src/emu/devcpu.c
@@ -251,7 +251,7 @@ UINT64 legacy_cpu_device::execute_cycles_to_clocks(UINT64 cycles) const
//-------------------------------------------------
-// execute_run - execute for the provided number
+// execute_run - execute for the provided number
// of cycles
//-------------------------------------------------
@@ -410,7 +410,7 @@ genf *legacy_cpu_device::get_legacy_fct(UINT32 state) const
//-------------------------------------------------
-// get_legacy_string - return a legacy
+// get_legacy_string - return a legacy
// string value
//-------------------------------------------------
@@ -424,7 +424,7 @@ const char *legacy_cpu_device::get_legacy_string(UINT32 state) const
//-------------------------------------------------
-// set_legacy_int - call the get info function
+// set_legacy_int - call the get info function
// to set an integer value
//-------------------------------------------------