summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hd6309/hd6309.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/hd6309/hd6309.c')
-rw-r--r--src/emu/cpu/hd6309/hd6309.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/hd6309/hd6309.c b/src/emu/cpu/hd6309/hd6309.c
index f7f1aed5e39..4e31116ad08 100644
--- a/src/emu/cpu/hd6309/hd6309.c
+++ b/src/emu/cpu/hd6309/hd6309.c
@@ -5,7 +5,7 @@
References:
- HD63B09EP Technical Refrence Guide, by Chet Simpson with addition
+ HD63B09EP Technical Reference Guide, by Chet Simpson with addition
by Alan Dekok
6809 Simulator V09, By L.C. Benschop, Eidnhoven The Netherlands.
@@ -225,7 +225,7 @@ INLINE void fetch_effective_address( m68_state_t *m68_state );
#define M6809_CWAI 8 /* set when CWAI is waiting for an interrupt */
#define M6809_SYNC 16 /* set when SYNC is waiting for an interrupt */
-#define M6809_LDS 32 /* set when LDS occured at least once */
+#define M6809_LDS 32 /* set when LDS occurred at least once */
/****************************************************************************/
/* Read a byte from given memory location */