diff options
author | 2015-04-10 23:35:33 +0100 | |
---|---|---|
committer | 2015-04-11 00:52:26 +0100 | |
commit | 90f110f261b74f7cb49e537e573f34b6d6d453c1 (patch) | |
tree | 734d0e7870eab46688a49e98bf38ee0df6e94f54 /docs | |
parent | ac614bf9e4018fedd07df5e097d1b91b75654b15 (diff) |
Fix various typos and spelling mistakes
I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin
as it is, as this particular spelling mistake was originally made
by Robert Russell, therefore is canon. See
http://en.wikipedia.org/wiki/KERNAL for details.
I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't
want to break anything, but it's worth someone looking into.
I renamed some variables in /src/mame/drivers/sfbonus.c,
/src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants
to verify I didn't break anything, that would be nice.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/m6502.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/m6502.txt b/docs/m6502.txt index 33d2bbdcec0..c4517a4329a 100644 --- a/docs/m6502.txt +++ b/docs/m6502.txt @@ -170,7 +170,7 @@ An opcode description is a series of lines starting by an opcode entry by itself and followed by a series of indented lines with code executing the opcode. -For instance the asl <absolute adress> opcode looks like this: +For instance the asl <absolute address> opcode looks like this: asl_aba TMP = read_pc(); |