Skip to content
Snippets Groups Projects
Commit 698daf9f authored by deuce's avatar deuce
Browse files

Minor cleanups.

parent b59235c2
No related branches found
No related tags found
No related merge requests found
......@@ -71,10 +71,10 @@ struct ascii_trans display_petscii[] = {
,{89,'y'}
,{90,'z'}
,{91,'['}
,{92,'\\'} /* Pound symbol */
,{92,156}
,{93,']'}
,{94,24 /* '^' */}
,{95,27 /* '_' */}
,{94,24}
,{95,27}
,{96,196}
,{97,'A'}
,{98,'B'}
......@@ -139,7 +139,6 @@ struct ascii_trans display_petscii[] = {
,{189,217}
,{190,188} ///* Top left quadrant set */
,{191,206} /* Top left and bottom right quadrants set */
,{255,227}
};
struct key_trans input_petscii[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment