mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +00:00
fix spelling
This commit is contained in:
parent
783408080c
commit
4abe12c729
@ -153,7 +153,7 @@ static unsigned char testCPeekC (char ch)
|
||||
ch2_c = peekChWithoutTranslation ();
|
||||
if ((ch2_c != ch2_b)
|
||||
#if defined(__C128__) || defined(__C64__)
|
||||
/* VDC memory is not accessable, soft80 has no "videoram" */
|
||||
/* VDC memory is not accessible, soft80 has no "videoram" */
|
||||
&& (width == 40)
|
||||
#endif
|
||||
){
|
||||
|
Loading…
Reference in New Issue
Block a user