diff options
author | 2013-03-08 19:11:56 +0000 | |
---|---|---|
committer | 2013-03-08 19:11:56 +0000 | |
commit | 7f9d6975d92a0f1def5405130a3c430de03cc205 (patch) | |
tree | c5cb8e8e62e3112da570f49298c5c5607f00440d /src/emu/cpu/m6800/m6800.c | |
parent | 8be6287c738527d715fab4ddf42728bcb16f914a (diff) |
(typo)
Diffstat (limited to 'src/emu/cpu/m6800/m6800.c')
-rw-r--r-- | src/emu/cpu/m6800/m6800.c | 2 |
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) |