diff options
| author | 2015-04-10 23:35:33 +0100 | |
|---|---|---|
| committer | 2015-04-11 00:52:26 +0100 | |
| commit | 90f110f261b74f7cb49e537e573f34b6d6d453c1 (patch) | |
| tree | 734d0e7870eab46688a49e98bf38ee0df6e94f54 /src/mess/machine/swtpc09.c | |
| 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 'src/mess/machine/swtpc09.c')
| -rw-r--r-- | src/mess/machine/swtpc09.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/swtpc09.c b/src/mess/machine/swtpc09.c index 70c3e67a90b..6027846f891 100644 --- a/src/mess/machine/swtpc09.c +++ b/src/mess/machine/swtpc09.c @@ -525,7 +525,7 @@ WRITE8_MEMBER( swtpc09_state::piaide_b_w ) /* DAT ram write handler (Dynamic Address Translator) */ /* This creates the address map when a page is mapped in */ /* memory map is created based on system_type flag */ -/* this is accomodate the different cards installed */ +/* this is accommodate the different cards installed */ WRITE8_MEMBER(swtpc09_state::dat_w) { |
