revert last change

git-svn-id: svn://svn.cc65.org/cc65/trunk@3148 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2004-07-09 19:23:13 +00:00
parent 1182d4cbd9
commit bb9d07430f
2 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
;
; Christian Groessler, June 2004
; Christian Groessler, July 2004
; from Freddy Offenga's rominfo.c
;
; unsigned char _get_ostype(void)
; unsigned char get_ostype(void)
;
; x x x x x x x x - 8 bit flag
; | | | | | | | |
@@ -38,9 +38,9 @@
; 101 - unassigned (up to 111)
;
.export __get_ostype
.export _get_ostype
.proc __get_ostype
.proc _get_ostype
lda $fcd8
cmp #$a2