Date: Fri, 30 Jun 2017 07:50:28 +0000 (+0200)
Subject: Made DOS 3.3 IRQ statement more general.
X-Git-Tag: V2.17~118
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6de78c536f78bc47129a7d4da4ad10f7e3a27b8f;p=cc65
Made DOS 3.3 IRQ statement more general.
I recently came across that the question if a driver is compatible with DOS 3.3 isn't about the fact if it actually uses IRQs but if it potentially could use IRQs as the driver kernel pulls in the IRQ handler anyway. This is especially suboptimal in the scenario of statically linked drivers where it is concpetually totally clear at link time they use IRQs or not. Apart from that it might make sense to be able to define on a per-target basis if _any_ of the drivers of a certain class uses IRQs. If that isn't the cases the driver kernel for that driver class for that target could omit IRQ handling too. I'm aware that Uz imagined drivers being loaded which weren't known when the program was linked - but I don't see this.
---
diff --git a/doc/apple2.sgml b/doc/apple2.sgml
index d0405b6de..3089a04c4 100644
--- a/doc/apple2.sgml
+++ b/doc/apple2.sgml
@@ -435,7 +435,7 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
diff --git a/doc/apple2enh.sgml b/doc/apple2enh.sgml
index b5231b4cd..5e4626fbc 100644
--- a/doc/apple2enh.sgml
+++ b/doc/apple2enh.sgml
@@ -436,7 +436,7 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3: