mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
fixed 2 typos: one in a comment, the other one in the CH_EOL definition
git-svn-id: svn://svn.cc65.org/cc65/trunk@344 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
97f9682307
commit
bc40b008d0
@ -33,7 +33,7 @@
|
||||
#ifndef _ATARI_H
|
||||
#define _ATARI_H
|
||||
|
||||
/* Characters codes */
|
||||
/* Character codes */
|
||||
#define CH_DEL 0xFE
|
||||
#define CH_ESC 0x1B
|
||||
#define CH_CURS_UP 28
|
||||
@ -42,7 +42,7 @@
|
||||
#define CH_CURS_RIGHT 31
|
||||
|
||||
#define CH_TAB 0x7F /* tabulator */
|
||||
#define CH_EOL 0x0B /* end-of-line marker */
|
||||
#define CH_EOL 0x9B /* end-of-line marker */
|
||||
#define CH_CLR 0x7D /* clear screen */
|
||||
#define CH_BEL 0xFD /* bell */
|
||||
#define CH_RUBOUT 0x7E /* back space (rubout) */
|
||||
|
Loading…
Reference in New Issue
Block a user