summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6800/m6800.c
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-03-08 19:11:56 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-03-08 19:11:56 +0000
commit7f9d6975d92a0f1def5405130a3c430de03cc205 (patch)
treec5cb8e8e62e3112da570f49298c5c5607f00440d /src/emu/cpu/m6800/m6800.c
parent8be6287c738527d715fab4ddf42728bcb16f914a (diff)
(typo)
Diffstat (limited to 'src/emu/cpu/m6800/m6800.c')
-rw-r--r--src/emu/cpu/m6800/m6800.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6800/m6800.c b/src/emu/cpu/m6800/m6800.c
index ffa4a70b5e9..69cc80bfa3d 100644
--- a/src/emu/cpu/m6800/m6800.c
+++ b/src/emu/cpu/m6800/m6800.c
@@ -4,7 +4,7 @@
References:
- 6809 Simulator V09, By L.C. Benschop, Eidnhoven The Netherlands.
+ 6809 Simulator V09, By L.C. Benschop, Eindhoven The Netherlands.
m6809: Portable 6809 emulator, DS (6809 code in MAME, derived from
the 6809 Simulator V09)