RNC Sector Laoder (shortened)
; *******************************************************************; N.O.M.A.D. FAIRLIGHT SHORTENED RNC SECTOR LOADER FROM MORTAL KOMBAT; RIPPED AND RESOURCED BY SCENEX; SEE http://eab.abime.net/showthread.php?t=60856; ; D0 = Drive to read (on entry); D0 = Error code (on exit); D1 = Sector start; D2 = Sectors to read; D3 = Drive motor on or off after read; Read more…
Track Loader Prox
init: move.w $dff01c,oldintena move.w $dff01e,oldintreq bset #7,oldintena bset #7,oldintreq move.w #$7fff,$dff09a ; interrupts aus. move.w #$7fff,$dff09c ; ;**************************************************************** lea $dff000,a6 lea buffer(pc),a0 lea mfmbuffer,a2 move.l #$4200,d0 move.l #$59,d1 move.l #$0,d2 move.b #$0,d5 jsr TRACKLOADER ;**************************************************************** move.w oldintena(pc),$dff09a move.w oldintreq(pc),$dff09c moveq #0,d0 rts oldintena: dc.w 0oldintreq: dc.w Read more…
SKID ROW – JUPITER MASTERDRIVE
;Loader used in the SKID ROW crack of "JUPITER MASTERDRIVE" ;Unknown author, ripped by WK ; was called like this in the crack:- ; ; movem.l d0-a6,-(sp) ; movea.l (dword_164).l,a0 ; mfmbuff ; movea.l (dword_174).l,a1 ; load addr ; move.l (dword_170).l,d0 ; disk offset ; move.l (dword_16C).l,d1 ; filesize ; Read more…
Compilation Menu #2 + LoadSeg
; Menu program written for CRUISE by BIG-BYTE on 27/6/92 ; Uses LoadSeg command to load files on disk so does not ; require the Run command. ; Thanx to Captain Paranoia for the LoadSeg Routine ; Note: If you run the assembled file off disk and you own ; Read more…
Compilation Menu+Loader
SCOOPEX MENU CODED BY ELECTRA —————————– HERE IS A MENU FOR YOU ALL TO USE FOR YOUR COMPILATIONS. LOAD THE FILES BELOW IN TO DEVPAC & ALTER TO SUIT YOUR OWN APLICATIONS. FULL INSTRUCTIONS ARE IN THE FILES: MENU.S – MENU PROGRAM LOAD.S – FILE LOADER TO RUN THE MENU Read more…
Surge File Loader + Misc stuff
AFTERBUR.S BKDECRUN.S BLIT.S BLOCKREA.S BR.S Demfm.s ENCRYPT.S EXEC_WRI.S FILE.S FILES2BL.S FILES2TR.S GOODFILE.S GOODFLOA.S HEX2ASCI.S KILL_RES.S LOADER_M.S MEM_MOVE.S MEM2FILE.S MFM_READ.S MONSTER.S MOVER.S NEWDEMFM.S PALRESET.S SAVESYS.S SRGTR.S TD_READ.S TEST.S TEXTBK.S TEXTROUT.S TEXTSMAL.S TIMER!.S TR.S TR_ORG.S TR2.S TRACKREA.S UNT_LOAD.S WRITE.S
Agile File Loader
; Disk routine (pinched from Agile – sorry guys) CIAAPRA EQU $bfe001 Cia A port register A CIABPRB EQU $bfd100 Cia B port register B CIABICR EQU $bfdd00 Cia B interrupt control register CUSTOM EQU $dff000 Custom hardware INTREQR EQU $1e Read interrupt request DSKPTH EQU $20 Disk buffer pointer Read more…