home *** CD-ROM | disk | FTP | other *** search
- u PRINT THIS
-
- KILL ALL IRQ-DRIVEN ROUTINES
- ----------------------------
-
-
-
- loc=place in memory for routine
-
- FORX=0TO12
- READA
- POKEloc+X,A
- NEXT
-
- DATA120,169,49,141,20,3
- DATA169,234,141,21,3
- DATA88,96
-
-
- This tiny ML routine will return the
- IRQ vector to its default value.
- Perfect for turning off SIDPlayer or
- other IRQ-driven ML routines.
-
-