]> git.sur5r.net Git - cc65/commit
Moved the 'system' files from 'geos-cbm' to 'geos-common' which are believed to work...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 20:58:15 +0000 (20:58 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 20:58:15 +0000 (20:58 +0000)
commite6d886750b05ffca290c94b81f3b92fe6bd73286
tree770824729a6e7a48bd09918bab7cf642213c9a7e
parent6cdef72fb392d52a9224249a66e5a41e2fe1318d
Moved the 'system' files from 'geos-cbm' to 'geos-common' which are believed to work as-is on Apple GEOS too.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5446 b7a2c559-68d2-44c3-8de9-860c34a00d81
21 files changed:
libsrc/geos-cbm/system/Makefile
libsrc/geos-cbm/system/callroutine.s [deleted file]
libsrc/geos-cbm/system/enterdesktop.s [deleted file]
libsrc/geos-cbm/system/firstinit.s [deleted file]
libsrc/geos-cbm/system/getrandom.s [deleted file]
libsrc/geos-cbm/system/getserialnumber.s [deleted file]
libsrc/geos-cbm/system/mainloop.s [deleted file]
libsrc/geos-cbm/system/panic.s [deleted file]
libsrc/geos-cbm/system/systime.c [deleted file]
libsrc/geos-cbm/system/sysuname.s [deleted file]
libsrc/geos-common/Makefile
libsrc/geos-common/system/Makefile [new file with mode: 0644]
libsrc/geos-common/system/callroutine.s [new file with mode: 0644]
libsrc/geos-common/system/enterdesktop.s [new file with mode: 0644]
libsrc/geos-common/system/firstinit.s [new file with mode: 0644]
libsrc/geos-common/system/getrandom.s [new file with mode: 0644]
libsrc/geos-common/system/getserialnumber.s [new file with mode: 0644]
libsrc/geos-common/system/mainloop.s [new file with mode: 0644]
libsrc/geos-common/system/panic.s [new file with mode: 0644]
libsrc/geos-common/system/systime.c [new file with mode: 0644]
libsrc/geos-common/system/sysuname.s [new file with mode: 0644]