diff options
Diffstat (limited to 'src/emu/cpu/i86')
-rw-r--r-- | src/emu/cpu/i86/i86.txt | 2 | ||||
-rw-r--r-- | src/emu/cpu/i86/instr186.c | 2 | ||||
-rw-r--r-- | src/emu/cpu/i86/instr86.c | 2 | ||||
-rw-r--r-- | src/emu/cpu/i86/instr86.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/cpu/i86/i86.txt b/src/emu/cpu/i86/i86.txt index c9234bfafd8..ecf17e0e424 100644 --- a/src/emu/cpu/i86/i86.txt +++ b/src/emu/cpu/i86/i86.txt @@ -9,7 +9,7 @@ excellent info in Hamarsoft's 86BUGS list 8086/8088 --------- -20 bit adress bus, 16 bit data bus and registers +20 bit address bus, 16 bit data bus and registers many 8080 assembler sources should be compilable/reusable 8086 diff --git a/src/emu/cpu/i86/instr186.c b/src/emu/cpu/i86/instr186.c index 8cc7e213834..3863dccd088 100644 --- a/src/emu/cpu/i86/instr186.c +++ b/src/emu/cpu/i86/instr186.c @@ -4,7 +4,7 @@ ****************************************************************************/ // file will be included in all cpu variants -// function renaming will be added when neccessary +// function renaming will be added when necessary // timing value should move to separate array #undef ICOUNT diff --git a/src/emu/cpu/i86/instr86.c b/src/emu/cpu/i86/instr86.c index 595b0ec6f3f..005683de848 100644 --- a/src/emu/cpu/i86/instr86.c +++ b/src/emu/cpu/i86/instr86.c @@ -6,7 +6,7 @@ /* * file will be included in all cpu variants * put non i86 instructions in own files (i286, i386, nec) - * function renaming will be added when neccessary + * function renaming will be added when necessary * timing value should move to separate array */ diff --git a/src/emu/cpu/i86/instr86.h b/src/emu/cpu/i86/instr86.h index 620bc32620d..5750d1738e9 100644 --- a/src/emu/cpu/i86/instr86.h +++ b/src/emu/cpu/i86/instr86.h @@ -10,7 +10,7 @@ // file will be included in all cpu variants // put non i86 instructions in own files (i286, i386, nec) -// function renaming will be added when neccessary +// function renaming will be added when necessary // timing value should move to separate array static void PREFIX86(_add_br8)(i8086_state *cpustate); |