mc: Removed original version comment, not relevant for assembler

This commit is contained in:
Marco Aurelio da Costa 2021-04-18 15:30:41 -03:00 committed by Oliver Schmidt
parent f7613b529c
commit 9941855dc6
5 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -12,8 +12,6 @@
;/* */
;/*****************************************************************************/
;/* No include guard here! Multiple use in one file may be intentional. */
; Char $00 -> c + 128
.charmap $00, $80