* * EW.asm * * creates a "exploding window"-effect * by patching Int's "OpenWindow()" and "CloseWindow()" * * based on a 10k C-program by (someone)? * * this one for a68k is a *little* bit shorter * and xxxxxx ("better" removed due to some problems...) * * written & no © 1989 by Olli * * a68k ew.asm * blink ew.o SC SD ND * * have fun, use in whatever you want... * it would be nice if you were so kind to always * remember who has developed this original code * during many hard nights... * * simply type "1> ew" from CLI or double-click from WB * no need to RUN, no need to lie... * * * direct comments, contributions, ... to * * Oliver Wagner * Landsberge 5 * 4322 Sprockhövel * West Germany * * no email (I'm not that rich) * * 28.10.89: first midnight try * 29.10.89: sorry, use of "Forbid()" seems to be necessary * 30.10.89: a second call will remove it * 30.10.89: nasty-pixel-bug fixed: use Move() instead of * directly writing to cp_x, cp_y (sigh) * Move() seems to recalc some more rp-values... * 31.10.89: startup-msg * 31.10.89: finally, wb-bug fixed: you may NOT use DOS until * you received the WBStartup-Msg because DOS will * think the WBMsg is a file-packet...Guru! * solution: not using Exit(), but receive msg by hand...