mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +00:00
- The address given for GetSerialNumber in the "Hitchhiker's Guide To GEOS" is obviously wrong: $4b38.
- According to the "Hitchhiker's Guide To GEOS" GetSerialNumber returns a string on Apple GEOS (in contrast to a number on CBM GEOS). Given both facts and that the API is presumably not important at all it seems reasonable to just go without it on Apple GEOS. git-svn-id: svn://svn.cc65.org/cc65/trunk@5503 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
7a076cf145
commit
129d3bf872
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
S_OBJS += ctype.o \
|
S_OBJS += ctype.o \
|
||||||
get_ostype.o \
|
get_ostype.o \
|
||||||
|
getserialnumber.o \
|
||||||
initdoneio.o \
|
initdoneio.o \
|
||||||
setdevice.o \
|
setdevice.o \
|
||||||
tobasic.o
|
tobasic.o
|
||||||
|
@ -13,7 +13,6 @@ S_OBJS += callroutine.o \
|
|||||||
extzp.o \
|
extzp.o \
|
||||||
firstinit.o \
|
firstinit.o \
|
||||||
getrandom.o \
|
getrandom.o \
|
||||||
getserialnumber.o \
|
|
||||||
mainargs.o \
|
mainargs.o \
|
||||||
mainloop.o \
|
mainloop.o \
|
||||||
oserrlist.o \
|
oserrlist.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user