mc: Removed original version comment, not relevant for assembler
This commit is contained in:
parent
f7613b529c
commit
9941855dc6
5 changed files with 0 additions and 12 deletions
|
@ -26,10 +26,6 @@
|
|||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here. Each charmap header
|
||||
;** may be included many times in a source file.
|
||||
;*/
|
||||
|
||||
;/* ASCII */
|
||||
.charmap $00, $00
|
||||
.charmap $01, $01
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here! Multiple use in one file may be intentional. */
|
||||
|
||||
.charmap $00, $00
|
||||
.charmap $01, $01
|
||||
.charmap $02, $02
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here! Multiple use in one file may be intentional. */
|
||||
|
||||
.charmap $00, $40
|
||||
.charmap $01, $41
|
||||
.charmap $02, $42
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here! Multiple use in one file might be intentional. */
|
||||
|
||||
.charmap $00, $00
|
||||
.charmap $01, $01
|
||||
.charmap $02, $02
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here! Multiple use in one file may be intentional. */
|
||||
|
||||
; Char $00 -> c + 128
|
||||
.charmap $00, $80
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue