]> git.sur5r.net Git - cc65/commitdiff
Removed obsolete files.
authorOliver Schmidt <ol.sc@web.de>
Wed, 1 May 2013 12:01:42 +0000 (14:01 +0200)
committerOliver Schmidt <ol.sc@web.de>
Wed, 1 May 2013 12:01:42 +0000 (14:01 +0200)
libsrc/c128/README [deleted file]
libsrc/cbm510/README [deleted file]

diff --git a/libsrc/c128/README b/libsrc/c128/README
deleted file mode 100644 (file)
index a1af617..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Implementation notes:
-
-CONDES routines with a type code of 2 are used to implement interrupt
-handlers. Note that these are called as soon as the program is started,
-so they have to cope with this.
-
diff --git a/libsrc/cbm510/README b/libsrc/cbm510/README
deleted file mode 100644 (file)
index d22b481..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Implementation notes:
-
-CONDES routines with a type code of 2 are used to implement interrupt
-handlers. Note that these are called as soon as the program is started,
-so they have to cope with this. The indirect segment is set to the 
-system bank when calling interrupt routines, this must must not be changed
-when returning.
-