├── .gitattributes ├── .gitignore ├── .idea ├── .gitignore ├── DebuggingDetails.iml ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── ALPA.txt ├── Alleykat demo play.prg ├── Alleykat.txt ├── Amiga memories.txt ├── AmigaDH0 ├── .info ├── AmigaBASIC ├── AmigaBASIC.info ├── BasicDemos.info ├── BasicDemos │ ├── .info │ ├── AboutBmaps │ ├── AboutBmaps.info │ ├── BitPlanes │ ├── BitPlanes.info │ ├── ConvertFD │ ├── ConvertFD.info │ ├── Demo │ ├── Demo.info │ ├── LIST-ME │ ├── LIST-ME.info │ ├── Library │ ├── Library.info │ ├── LoadACBM │ ├── LoadACBM.info │ ├── LoadILBM-SaveACBM │ ├── LoadILBM-SaveACBM.info │ ├── Music │ ├── Music.info │ ├── ObjEdit │ ├── ObjEdit.info │ ├── Picture │ ├── Picture.info │ ├── Picture2 │ ├── Picture2.info │ ├── SaveILBM │ ├── SaveILBM.info │ ├── Screen │ ├── Screen.info │ ├── ScreenPrint │ ├── ScreenPrint.info │ ├── Speech │ ├── Speech.info │ ├── Terminal │ ├── Terminal.info │ ├── ball │ ├── ball.info │ ├── dos.bmap │ ├── dos.bmap.info │ ├── exec.bmap │ ├── exec.bmap.info │ ├── graphics.bmap │ └── graphics.bmap.info ├── Bullfrogs │ ├── .info │ ├── block.dat │ ├── bss_f.s │ ├── custom.i │ ├── data │ │ ├── b32.iff │ │ ├── b32.iff.info │ │ ├── background.dat │ │ ├── background.iff │ │ ├── background.iff.info │ │ ├── bad.dat │ │ ├── block.dat │ │ ├── collect.dat │ │ ├── font.dat │ │ ├── font.iff │ │ ├── font.iff.info │ │ ├── frog_logo.dat │ │ ├── frog_logo.iff │ │ ├── frog_logo.iff.info │ │ ├── logo32.iff │ │ ├── logo32.iff.info │ │ ├── man.dat │ │ ├── mans16.iff │ │ ├── mans16.iff.info │ │ ├── mod.populous groove │ │ ├── pal.dat │ │ ├── pal.iff │ │ ├── pal.iff.info │ │ ├── pointer │ │ ├── pointer.dat │ │ ├── pointer.info │ │ ├── s32.iff │ │ ├── s32.iff.info │ │ ├── t.iff │ │ └── t.iff.info │ ├── data_c.s │ ├── demo │ ├── demo.s │ ├── display.s │ ├── dos_lib.i │ ├── draw.s │ ├── equates.i │ ├── funcs.f │ ├── gameover.s │ ├── init.s │ ├── intro.s │ ├── main.s │ ├── man.dat │ ├── month2.doc │ ├── move.s │ ├── myheader.i │ ├── nfa.i │ ├── pal.dat │ ├── play_anim.s │ ├── pt-play.s │ ├── s.s │ ├── sprites.s │ ├── structs.i │ ├── system.s │ ├── t │ ├── t.s │ ├── text.i │ ├── types.i │ └── what_key.s ├── DaveJones.info ├── DaveJones │ ├── .info │ ├── ALIENS │ ├── ALIENS.info │ ├── BONUS.S │ ├── CopperTest.c.info │ ├── CopperTest.info │ ├── Framework1.doc │ ├── Framework1.s │ ├── GUARDIAN │ ├── GUARDIAN.info │ ├── MENACE.DOC │ ├── MINE.S │ ├── MINE.S.info │ ├── Menace │ ├── Menace Scroll │ ├── Menace Scroll.Doc.info │ ├── Menace Scroll.info │ ├── Menace.Doc.info │ ├── Menace.info │ ├── MoveShip │ ├── MoveShip.S │ ├── MoveShip.S.info │ ├── MoveShip.info │ ├── Readme.Doc │ ├── Readme.Doc.info │ ├── Ships.S.info │ ├── coppertest │ ├── coppertest.c │ ├── foregrounds │ ├── map │ ├── menace scroll.doc │ ├── menace.s │ ├── menace.s.info │ ├── panel │ ├── paths.s │ ├── paths.s.info │ ├── scroll.s │ ├── ships.s │ └── vqmb.s ├── Devs.info ├── DirectoryOpus ├── DirectoryOpus.info ├── Disk.info ├── Empty.info ├── Expansion.info ├── FD1.3.info ├── FD1.3 │ ├── BASIC FD files here! │ ├── BASIC FD files here!.info │ ├── clist_lib.fd │ ├── console_lib.fd │ ├── diskfont_lib.fd │ ├── dos_lib.fd │ ├── exec_lib.fd │ ├── expansion_lib.fd │ ├── graphics_lib.fd │ ├── icon_lib.fd │ ├── intuition_lib.fd │ ├── layers_lib.fd │ ├── mathffp_lib.fd │ ├── mathieeedoubbas_lib.fd │ ├── mathieeedoubtrans_lib.fd │ ├── mathtrans_lib.fd │ ├── potgo_lib.fd │ ├── romboot_lib.fd │ ├── timer_lib.fd │ └── translator_lib.fd ├── Fonts.info ├── PCUtil.info ├── PCUtil │ ├── .info │ ├── PCCopy │ ├── PCCopy.info │ ├── PCFormat │ ├── PCFormat.info │ ├── Read Me │ ├── Read Me.info │ ├── ToPCCopy │ └── ToPCCopy.info ├── Prefs.info ├── Prefs │ ├── .info │ ├── CopyPrefs │ ├── CopyPrefs.info │ ├── Pointer.info │ ├── Preferences │ ├── Preferences.info │ ├── Printer.info │ └── Serial.info ├── Shell ├── Shell.info ├── System.info ├── System │ ├── .info │ ├── CLI │ ├── CLI.info │ ├── DiskCopy.info │ ├── Diskcopy │ ├── FastMemFirst │ ├── FastMemFirst.info │ ├── FixFonts │ ├── FixFonts.info │ ├── Format │ ├── Format.info │ ├── InitPrinter │ ├── InitPrinter.info │ ├── MergeMem │ ├── MergeMem.info │ ├── NoFastMem │ ├── NoFastMem.info │ ├── SetMap │ └── SetMap.info ├── Temp │ ├── a.exe │ ├── bin20000 │ ├── bin20000.cmp │ ├── exe │ ├── exelzmpiu │ ├── exepacked │ ├── menace │ ├── small │ ├── small.s │ └── smallpacked ├── Tools.info ├── Tools │ ├── .info │ ├── Fed │ ├── Fed.info │ ├── FreeMap │ ├── FreeMap.info │ ├── IconEd │ ├── IconEd.info │ ├── IconMerge │ ├── IconMerge.info │ ├── KeyToy2000 │ ├── KeyToy2000.info │ ├── MEmacs │ ├── MEmacs.info │ ├── Palette │ ├── Palette.info │ ├── PerfMon │ └── PerfMon.info ├── Trashcan.info ├── Utilities.info ├── Utilities │ ├── .info │ ├── CMD │ ├── Calculator │ ├── Calculator.info │ ├── Clock │ ├── Clock.info │ ├── ClockPtr │ ├── ClockPtr.info │ ├── Cmd.info │ ├── GraphicDump │ ├── GraphicDump.info │ ├── InstallPrinter │ ├── InstallPrinter.info │ ├── More │ ├── More.info │ ├── Notepad │ ├── Notepad.info │ ├── PowerPacker │ ├── PowerPacker.doc │ ├── PowerPacker.doc.info │ ├── PowerPacker.info │ ├── PrintFiles │ ├── PrintFiles.info │ ├── Say │ └── Say.info ├── c │ ├── AddBuffers │ ├── Ask │ ├── Assign │ ├── Avail │ ├── Binddrivers │ ├── Break │ ├── CD │ ├── ChangeTaskPri │ ├── ConfigOpus │ ├── Copy │ ├── DOpusRT │ ├── Date │ ├── Delete │ ├── Dir │ ├── DiskChange │ ├── DiskDoctor │ ├── Echo │ ├── Ed │ ├── Edit │ ├── Else │ ├── EndCLI │ ├── EndIf │ ├── EndSkip │ ├── Eval │ ├── Execute │ ├── FF │ ├── Failat │ ├── Fault │ ├── FileNote │ ├── GetEnv │ ├── IconX │ ├── If │ ├── Info │ ├── Install │ ├── Join │ ├── Lab │ ├── LhA │ ├── List │ ├── LoadPPLib │ ├── LoadWB │ ├── Lock │ ├── Makedir │ ├── Mount │ ├── NewCLI │ ├── NewShell │ ├── Path │ ├── Prompt │ ├── Protect │ ├── Quit │ ├── Relabel │ ├── RemRAD │ ├── Rename │ ├── Resident │ ├── Run │ ├── Search │ ├── SetClock │ ├── SetDate │ ├── SetEnv │ ├── SetPatch │ ├── Skip │ ├── Sort │ ├── Stack │ ├── Status │ ├── Type │ ├── Version │ ├── Wait │ ├── Which │ └── Why ├── devpac2.info ├── devpac2 │ ├── .info │ ├── GenAm2 │ ├── GenAm2.info │ ├── GenIm2 │ ├── MonAm2 │ ├── README │ ├── blink │ ├── blink.doc │ ├── examples │ │ ├── demo.s │ │ ├── freemem.s │ │ ├── freemem2.s │ │ ├── genam2.inf │ │ └── helloworld.s │ ├── fd.files │ │ ├── clist_lib.fd │ │ ├── console_lib.fd │ │ ├── cstrings_lib.fd │ │ ├── diskfont_lib.fd │ │ ├── dos_lib.fd │ │ ├── exec_lib.fd │ │ ├── expansion_lib.fd │ │ ├── graphics_lib.fd │ │ ├── icon_lib.fd │ │ ├── intuition_lib.fd │ │ ├── layers_lib.fd │ │ ├── mathffp_lib.fd │ │ ├── mathieeedoubbas_lib.fd │ │ ├── mathieeesingbas_lib.fd │ │ ├── mathtrans_lib.fd │ │ ├── potgo_lib.fd │ │ ├── timer_lib.fd │ │ └── translator_lib.fd │ ├── include.cbm │ │ ├── devices │ │ │ ├── audio.i │ │ │ ├── bootblock.i │ │ │ ├── clipboard.i │ │ │ ├── console.i │ │ │ ├── conunit.i │ │ │ ├── gameport.i │ │ │ ├── input.i │ │ │ ├── inputevent.i │ │ │ ├── keyboard.i │ │ │ ├── keymap.i │ │ │ ├── narrator.i │ │ │ ├── parallel.i │ │ │ ├── printer.i │ │ │ ├── prtbase.i │ │ │ ├── serial.i │ │ │ ├── timer.i │ │ │ └── trackdisk.i │ │ ├── exec │ │ │ ├── ables.i │ │ │ ├── alerts.i │ │ │ ├── devices.i │ │ │ ├── errors.i │ │ │ ├── exec.i │ │ │ ├── exec_lib.i │ │ │ ├── execbase.i │ │ │ ├── execname.i │ │ │ ├── initializers.i │ │ │ ├── interrupts.i │ │ │ ├── io.i │ │ │ ├── libraries.i │ │ │ ├── lists.i │ │ │ ├── memory.i │ │ │ ├── nodes.i │ │ │ ├── ports.i │ │ │ ├── resident.i │ │ │ ├── semaphores.i │ │ │ ├── strings.i │ │ │ ├── tasks.i │ │ │ └── types.i │ │ ├── graphics │ │ │ ├── clip.i │ │ │ ├── copper.i │ │ │ ├── display.i │ │ │ ├── gels.i │ │ │ ├── gfx.i │ │ │ ├── gfxbase.i │ │ │ ├── layers.i │ │ │ ├── rastport.i │ │ │ ├── regions.i │ │ │ ├── sprite.i │ │ │ ├── text.i │ │ │ └── view.i │ │ ├── hardware │ │ │ ├── adkbits.i │ │ │ ├── blit.i │ │ │ ├── cia.i │ │ │ ├── custom.i │ │ │ ├── dmabits.i │ │ │ └── intbits.i │ │ ├── intuition │ │ │ ├── intuition.i │ │ │ └── intuitionbase.i │ │ ├── libraries │ │ │ ├── configregs.i │ │ │ ├── configvars.i │ │ │ ├── diskfont.i │ │ │ ├── dos.i │ │ │ ├── dos_lib.i │ │ │ ├── dosextens.i │ │ │ ├── expansion.i │ │ │ ├── filehandler.i │ │ │ └── translator.i │ │ ├── resources │ │ │ ├── cia.i │ │ │ ├── disk.i │ │ │ ├── misc.i │ │ │ └── potgo.i │ │ └── workbench │ │ │ ├── icon.i │ │ │ ├── startup.i │ │ │ └── workbench.i │ ├── include.strip │ │ ├── devices │ │ │ ├── audio.i │ │ │ ├── bootblock.i │ │ │ ├── clipboard.i │ │ │ ├── console.i │ │ │ ├── conunit.i │ │ │ ├── gameport.i │ │ │ ├── input.i │ │ │ ├── inputevent.i │ │ │ ├── keyboard.i │ │ │ ├── keymap.i │ │ │ ├── narrator.i │ │ │ ├── parallel.i │ │ │ ├── printer.i │ │ │ ├── prtbase.i │ │ │ ├── serial.i │ │ │ ├── timer.i │ │ │ └── trackdisk.i │ │ ├── exec │ │ │ ├── ables.i │ │ │ ├── alerts.i │ │ │ ├── devices.i │ │ │ ├── errors.i │ │ │ ├── exec.i │ │ │ ├── exec_lib.i │ │ │ ├── execbase.i │ │ │ ├── execname.i │ │ │ ├── initializers.i │ │ │ ├── interrupts.i │ │ │ ├── io.i │ │ │ ├── libraries.i │ │ │ ├── lists.i │ │ │ ├── memory.i │ │ │ ├── nodes.i │ │ │ ├── ports.i │ │ │ ├── resident.i │ │ │ ├── semaphores.i │ │ │ ├── strings.i │ │ │ ├── tasks.i │ │ │ └── types.i │ │ ├── graphics │ │ │ ├── clip.i │ │ │ ├── copper.i │ │ │ ├── display.i │ │ │ ├── gels.i │ │ │ ├── gfx.i │ │ │ ├── gfxbase.i │ │ │ ├── layers.i │ │ │ ├── rastport.i │ │ │ ├── regions.i │ │ │ ├── sprite.i │ │ │ ├── text.i │ │ │ └── view.i │ │ ├── hardware │ │ │ ├── adkbits.i │ │ │ ├── blit.i │ │ │ ├── cia.i │ │ │ ├── custom.i │ │ │ ├── dmabits.i │ │ │ └── intbits.i │ │ ├── intuition │ │ │ ├── intuition.i │ │ │ └── intuitionbase.i │ │ ├── libraries │ │ │ ├── configregs.i │ │ │ ├── configvars.i │ │ │ ├── diskfont.i │ │ │ ├── dos.i │ │ │ ├── dos_lib.i │ │ │ ├── dosextens.i │ │ │ ├── expansion.i │ │ │ ├── filehandler.i │ │ │ └── translator.i │ │ ├── resources │ │ │ ├── cia.i │ │ │ ├── disk.i │ │ │ ├── misc.i │ │ │ └── potgo.i │ │ └── workbench │ │ │ ├── icon.i │ │ │ ├── startup.i │ │ │ └── workbench.i │ ├── include │ │ ├── changes.txt │ │ ├── devices │ │ │ ├── audio.i │ │ │ ├── bootblock.i │ │ │ ├── clipboard.i │ │ │ ├── console.i │ │ │ ├── console_lib.i │ │ │ ├── conunit.i │ │ │ ├── gameport.i │ │ │ ├── input.i │ │ │ ├── inputevent.i │ │ │ ├── keyboard.i │ │ │ ├── keymap.i │ │ │ ├── narrator.i │ │ │ ├── parallel.i │ │ │ ├── printer.i │ │ │ ├── prtbase.i │ │ │ ├── serial.i │ │ │ ├── timer.i │ │ │ ├── timer_lib.i │ │ │ └── trackdisk.i │ │ ├── exec │ │ │ ├── ables.i │ │ │ ├── alerts.i │ │ │ ├── devices.i │ │ │ ├── errors.i │ │ │ ├── exec.i │ │ │ ├── exec_lib.i │ │ │ ├── execbase.i │ │ │ ├── execname.i │ │ │ ├── initializers.i │ │ │ ├── interrupts.i │ │ │ ├── io.i │ │ │ ├── libraries.i │ │ │ ├── lists.i │ │ │ ├── memory.i │ │ │ ├── nodes.i │ │ │ ├── ports.i │ │ │ ├── resident.i │ │ │ ├── semaphores.i │ │ │ ├── strings.i │ │ │ ├── tasks.i │ │ │ └── types.i │ │ ├── graphics │ │ │ ├── clip.i │ │ │ ├── copper.i │ │ │ ├── display.i │ │ │ ├── gels.i │ │ │ ├── gfx.i │ │ │ ├── gfxbase.i │ │ │ ├── graphics_lib.i │ │ │ ├── layers.i │ │ │ ├── layers_lib.i │ │ │ ├── rastport.i │ │ │ ├── regions.i │ │ │ ├── sprite.i │ │ │ ├── text.i │ │ │ └── view.i │ │ ├── hardware │ │ │ ├── adkbits.i │ │ │ ├── blit.i │ │ │ ├── cia.i │ │ │ ├── custom.i │ │ │ ├── dmabits.i │ │ │ └── intbits.i │ │ ├── intuition │ │ │ ├── intuition.i │ │ │ ├── intuition_lib.i │ │ │ └── intuitionbase.i │ │ ├── libraries │ │ │ ├── configregs.i │ │ │ ├── configvars.i │ │ │ ├── diskfont.i │ │ │ ├── diskfont_lib.i │ │ │ ├── dos.i │ │ │ ├── dos_lib.i │ │ │ ├── dosextens.i │ │ │ ├── expansion.i │ │ │ ├── expansion_lib.i │ │ │ ├── filehandler.i │ │ │ ├── translator.i │ │ │ └── translator_lib.i │ │ ├── math │ │ │ ├── mathffp_lib.i │ │ │ ├── mathieeedoubbas_lib.i │ │ │ └── mathtrans_lib.i │ │ ├── misc │ │ │ └── easystart.i │ │ ├── resources │ │ │ ├── cia.i │ │ │ ├── disk.i │ │ │ ├── misc.i │ │ │ ├── potgo.i │ │ │ └── potgo_lib.i │ │ └── workbench │ │ │ ├── icon.i │ │ │ ├── icon_lib.i │ │ │ ├── startup.i │ │ │ └── workbench.i │ └── library │ │ └── Amiga.lib ├── devs │ ├── MountList │ ├── clipboard.device │ ├── keymaps │ │ ├── cdn │ │ ├── ch1 │ │ ├── ch2 │ │ ├── d │ │ ├── dk │ │ ├── e │ │ ├── f │ │ ├── gb │ │ ├── i │ │ ├── is │ │ ├── n │ │ ├── s │ │ ├── usa0 │ │ ├── usa1 │ │ └── usa2 │ ├── narrator.device │ ├── parallel.device │ ├── printer.device │ ├── printers │ │ ├── Alphacom_Alphapro_101 │ │ ├── Brother_HR-15XL │ │ ├── CBM_MPS1000 │ │ ├── CalComp_ColorMaster │ │ ├── CalComp_ColorMaster2 │ │ ├── Canon_PJ-1080A │ │ ├── Diablo_630 │ │ ├── Diablo_Advantage_D25 │ │ ├── Diablo_C-150 │ │ ├── EpsonQ │ │ ├── EpsonXOld │ │ ├── EpsonX[CBM_MPS-1250] │ │ ├── HP_DeskJet │ │ ├── HP_LaserJet │ │ ├── HP_PaintJet │ │ ├── HP_ThinkJet │ │ ├── Howtek_Pixelmaster │ │ ├── ImagewriterII │ │ ├── Nec_Pinwriter │ │ ├── Okidata_293I │ │ ├── Okidata_92 │ │ ├── Okimate_20 │ │ ├── Quadram_QuadJet │ │ ├── Qume_LetterPro_20 │ │ ├── Toshiba_P351C │ │ ├── Toshiba_P351SX │ │ ├── Xerox_4020 │ │ └── generic │ ├── ramdrive.device │ ├── serial.device │ └── system-configuration ├── fonts │ ├── Courier.font │ ├── Courier │ │ ├── 11 │ │ ├── 13 │ │ ├── 15 │ │ ├── 18 │ │ └── 24 │ ├── Helvetica.font │ ├── Helvetica │ │ ├── 9 │ │ ├── 11 │ │ ├── 13 │ │ ├── 15 │ │ ├── 18 │ │ └── 24 │ ├── Times.font │ ├── Times │ │ ├── 11 │ │ ├── 13 │ │ ├── 15 │ │ ├── 18 │ │ └── 24 │ ├── diamond.font │ ├── diamond │ │ ├── 12 │ │ └── 20 │ ├── emerald.font │ ├── emerald │ │ ├── 17 │ │ └── 20 │ ├── garnet.font │ ├── garnet │ │ ├── 9 │ │ └── 16 │ ├── opal.font │ ├── opal │ │ ├── 9 │ │ └── 12 │ ├── ruby.font │ ├── ruby │ │ ├── 8 │ │ ├── 12 │ │ └── 15 │ ├── sapphire.font │ ├── sapphire │ │ ├── 14 │ │ └── 19 │ ├── topaz.font │ └── topaz │ │ └── 11 ├── l │ ├── Aux-Handler │ ├── Disk-Validator │ ├── FastFileSystem │ ├── Newcon-Handler │ ├── Pipe-Handler │ ├── Port-Handler │ ├── Ram-Handler │ ├── Shell-Seg │ └── Speak-Handler ├── libs │ ├── ARP.library │ ├── STOpus.library │ ├── diskfont.library │ ├── icon.library │ ├── info.library │ ├── mathieeedoubbas.library │ ├── mathieeedoubtrans.library │ ├── mathtrans.library │ ├── translator.library │ └── version.library └── s │ ├── CLI-Startup │ ├── DPAT │ ├── DirectoryOpus.HLP │ ├── PCD │ ├── SPAT │ ├── Shell-Startup │ ├── Startup-Sequence │ ├── Startup-Sequence.HD │ └── StartupII ├── Arnie map.ctm ├── Arnie.txt ├── BASIC Sprite multiplexing.txt ├── Bandits 1983.txt ├── Bangkok Knights.txt ├── Barbarian 1.txt ├── Born in space.txt ├── Bubble Bobble.txt ├── Buggy Boy.txt ├── CharsetValues.prg ├── CharsetValues.py ├── Cheats.d64 ├── Concert by Performers.txt ├── Creatures.txt ├── Cybernoid2.txt ├── Delta.txt ├── Dots.txt ├── Elite.txt ├── Encounter.txt ├── Enigma Force 4000.prg ├── Enigma Force with pic.a ├── Enigma Force with pic.prg ├── Enigma Force.a ├── Enigma Force.bat ├── Enigma Force.txt ├── EnigmaForceMouse1.prg ├── EnigmaForceMouse1WithPic.prg ├── Epyx fast load.txt ├── Exile.a ├── Exile.txt ├── Fast bitmap scrolling.txt ├── FeatureEditor.bat ├── Flying Shark.a ├── Flying Shark.txt ├── FlyingShark.bat ├── FlyingShark.d64 ├── FlyingSharkBoot.a ├── FlyingSharkBoot.pdb.marti.config ├── FlyingSharkLoader.pdb.marti.config ├── Gauntlet tape to disk tutorial.txt ├── Gauntlet.txt ├── Ghouls and Ghosts.txt ├── Gribbly's Day Out.txt ├── HTWASM ├── BuildIt.bat ├── HTWAM.sln ├── HTWAM.vcxproj ├── HTWAM1.a ├── HTWAM2.a ├── HTWAM3.a ├── HTWAM4.a ├── clyde1.prg ├── clyde2.prg ├── clyde3.prg ├── htwam.1 ├── rt1.prg └── rt2.prg ├── How to write a sprite multiplexor.txt ├── IK+.txt ├── Intensity.txt ├── Jack the Nipper 2.ctm ├── Jack the Nipper 2.txt ├── James Pond II.txt ├── Koronis Rift.txt ├── Leaderboard hole example.a ├── Leaderboard par 4 World Class.txt ├── Lemmings combined small.png ├── Lemmings combined.png ├── Lemmings.txt ├── Licence to Kill.txt ├── Lotus esprit turbo challenge early prototype.txt ├── MakeAllScrText.a ├── Mega Apocalypse.txt ├── Monty.txt ├── Morpheus.txt ├── Nebulus.py ├── Nebulus.txt ├── New Rally-X 64.txt ├── Nine - LFT.txt ├── Nosferatu.a ├── Nosferatu.txt ├── Ocean sort.txt ├── Operation Wolf.txt ├── Paradroid game map.ctm ├── Paradroid tiles mode.ctm ├── Paradroid titles.ctm ├── Paradroid.py ├── Paradroid.txt ├── Parallax scrolling.txt ├── Quedex.txt ├── README.md ├── Rampage.txt ├── Rescue on Fractalus.txt ├── SEUCK Scroll left.txt ├── SEUCK.txt ├── SWIV.txt ├── Salamander.txt ├── Scarabaeus.txt ├── Skool Daze.txt ├── Skyrim.txt ├── Snow effects.txt ├── Spindizzy.txt ├── Starflight.txt ├── Starquake.txt ├── Street Surfer.txt ├── Tape loaders.txt ├── TapeTool.txt ├── Terra Cresta.txt ├── Thrust.txt ├── Turbo Outrun.txt ├── Turrican 2.txt ├── Turrican.txt ├── Vertical parallax scrolling tricks.txt ├── Warp25 disk turbo.txt ├── Way Out.txt ├── efload.bmp ├── efload.col ├── efload.scr ├── features ├── Exile.feature ├── Paradroid.feature └── SortCompare.feature ├── last ninja debugging.txt ├── t.lbl ├── tbk.lbl └── wizball.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | FlyingSharkLoader.lbl 3 | FlyingSharkLoader.map 4 | FlyingSharkLoader.pdb 5 | FlyingSharkLoader.prg 6 | FlyingSharkBoot.lbl 7 | FlyingSharkBoot.map 8 | FlyingSharkBoot.prg 9 | *.lbl 10 | *.map 11 | *.pdb 12 | Exile.prg 13 | 14 | 15 | target/ 16 | Nosferatu.prg 17 | AmigaDH0/Temp/exeshrinkler.shrinklerstats 18 | HTWASM/HTWAM.pdb.marti.config 19 | HTWASM/HTWAM.sdf 20 | HTWASM/HTWAM.prg 21 | HTWASM/HTWAM.v11.suo 22 | HTWASM/HTWAM.vcxproj.user 23 | HTWASM/t.txt 24 | HTWASM/temp.log 25 | -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/DebuggingDetails.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ALPA.txt: -------------------------------------------------------------------------------- 1 | From: https://www.gamesthatwerent.com/2015/02/martin-piper-assets/ 2 | 3 | ==== 4 | Temp.d64 5 | Line 2100 parses commands 6 | LO load 7 | SA save 8 | CH change start address 9 | EN enter (assemble) 10 | RU run (the assembled code) 11 | JU jump? 12 | ME memory? 13 | DE disassemble? 14 | 15 | 16 | lo 17 | test 18 | li 19 | en 20 | ru 21 | 22 | 23 | ==== 24 | ALPASide1.d64 25 | Seems to have older versions, they have fewer commands and the file format changed. 26 | -------------------------------------------------------------------------------- /Alleykat demo play.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Alleykat demo play.prg -------------------------------------------------------------------------------- /AmigaDH0/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/.info -------------------------------------------------------------------------------- /AmigaDH0/AmigaBASIC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/AmigaBASIC -------------------------------------------------------------------------------- /AmigaDH0/AmigaBASIC.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/AmigaBASIC.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/AboutBmaps.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/AboutBmaps.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/BitPlanes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/BitPlanes -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/BitPlanes.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/BitPlanes.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/ConvertFD.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/ConvertFD.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Demo -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Demo.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Demo.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/LIST-ME.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/LIST-ME.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Library -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Library.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Library.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/LoadACBM.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/LoadACBM.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/LoadILBM-SaveACBM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/LoadILBM-SaveACBM -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/LoadILBM-SaveACBM.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/LoadILBM-SaveACBM.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Music: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Music -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Music.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Music.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/ObjEdit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/ObjEdit -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/ObjEdit.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/ObjEdit.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Picture: -------------------------------------------------------------------------------- 1 | DEFINT P-Z 2 | DIM P(2500) 3 | CLS 4 | LINE(0,0)-(120,120),,BF 5 | ASPECT = .1 6 | WHILE ASPECT<20 7 | CIRCLE(60,60),55,0,,,ASPECT 8 | ASPECT = ASPECT*1.4 9 | WEND 10 | GET (0,0)-(127,127),P 11 | CheckMouse: 12 | IF MOUSE(0)=0 THEN CheckMouse 13 | IF ABS(X-MOUSE(1)) > 2 THEN MovePicture 14 | IF ABS(Y-MOUSE(2)) < 3 THEN CheckMouse 15 | MovePicture: 16 | PUT(X,Y),P 17 | X=MOUSE(1): Y=MOUSE(2) 18 | PUT(X,Y),P 19 | GOTO CheckMouse 20 | 21 | -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Picture.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Picture.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Picture2: -------------------------------------------------------------------------------- 1 | DEFINT P-Z 2 | DIM P(2500) 3 | CLS 4 | LINE(0,0)-(120,120),,BF 5 | ASPECT = .1 6 | WHILE ASPECT<20 7 | CIRCLE(60,60),55,0,,,ASPECT 8 | ASPECT = ASPECT*1.4 9 | WEND 10 | GET (0,0)-(127,127),P 11 | CheckMouse: 12 | IF MOUSE(0)=0 THEN CheckMouse 13 | IF ABS(X-MOUSE(1)) > 2 THEN MovePicture 14 | IF ABS(Y-MOUSE(2)) < 3 THEN CheckMouse 15 | MovePicture: 16 | PUT(X,Y),P 17 | X=MOUSE(1): Y=MOUSE(2) 18 | PUT(X,Y),P 19 | GOTO CheckMouse 20 | 21 | -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Picture2.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Picture2.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/SaveILBM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/SaveILBM -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/SaveILBM.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/SaveILBM.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Screen -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Screen.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Screen.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/ScreenPrint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/ScreenPrint -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/ScreenPrint.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/ScreenPrint.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Speech: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Speech -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Speech.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Speech.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Terminal -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/Terminal.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/Terminal.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/ball: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/ball -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/ball.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/ball.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/dos.bmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/dos.bmap -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/dos.bmap.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/dos.bmap.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/exec.bmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/exec.bmap -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/exec.bmap.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/exec.bmap.info -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/graphics.bmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/graphics.bmap -------------------------------------------------------------------------------- /AmigaDH0/BasicDemos/graphics.bmap.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/BasicDemos/graphics.bmap.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/block.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/block.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/b32.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/b32.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/b32.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/b32.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/background.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/background.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/background.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/background.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/background.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/background.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/bad.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/bad.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/block.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/block.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/collect.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/collect.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/font.dat: -------------------------------------------------------------------------------- 1 | 666?h ~cg8sc?h>h?` `*>>*8p`?gO]ys~a?`@?~FFF?`@~?a@AC~ ?aAAC~?aA~  `0 0`A?AAAA@?aAAC~?`@@@@~>cAAAC~?`@|@@~?`@|@@@?`@AAC~1aAACF?~?~0aCACF0`@@@@~?iIIACF?aAAACF?aAAAC~?aA@@@?aAEGC~?aAACF?`@~?1aAAAC~1aACGN|1aAIIK~CGN1a1aA~?8p~ -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/font.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/font.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/font.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/font.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/frog_logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/frog_logo.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/frog_logo.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/frog_logo.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/frog_logo.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/frog_logo.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/logo32.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/logo32.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/logo32.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/logo32.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/man.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/man.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/mans16.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/mans16.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/mans16.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/mans16.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/mod.populous groove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/mod.populous groove -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/pal.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/pal.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/pal.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/pal.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/pal.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/pal.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/pointer -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/pointer.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/pointer.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/pointer.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/pointer.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/s32.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/s32.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/s32.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/s32.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/t.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/t.iff -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/data/t.iff.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/data/t.iff.info -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/demo -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/demo.s: -------------------------------------------------------------------------------- 1 | *---------------------------------------------------------------------------* 2 | * Bullfrog interview demo, written by Alex Trowers and Fil Jones. 3 | *---------------------------------------------------------------------------* 4 | * Don't change the files in this list, if you do, who knowns what may happen. 5 | *---------------------------------------------------------------------------* 6 | 7 | include types.i 8 | include myheader.i ; \ 9 | include custom.i ; \ 10 | include nfa.i ; > These files produce no output. 11 | include dos_lib.i ; / 12 | include what_key.s ; / 13 | include equates.i 14 | include structs.i 15 | 16 | include main.s 17 | include display.s 18 | include system.s 19 | include pt-play.s 20 | include sprites.s 21 | include draw.s 22 | include move.s 23 | include init.s 24 | include intro.s 25 | include gameover.s 26 | 27 | include bss_f.s 28 | include data_c.s 29 | 30 | 31 | -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/dos_lib.i: -------------------------------------------------------------------------------- 1 | _LVOOpen EQU -30 2 | _LVOClose EQU -36 3 | _LVORead EQU -42 4 | _LVOWrite EQU -48 5 | _LVOInput EQU -54 6 | _LVOOutput EQU -60 7 | _LVOSeek EQU -66 8 | _LVODeleteFile EQU -72 9 | _LVORename EQU -78 10 | _LVOLock EQU -84 11 | _LVOUnLock EQU -90 12 | _LVODupLock EQU -96 13 | _LVOExamine EQU -102 14 | _LVOExNext EQU -108 15 | _LVOInfo EQU -114 16 | _LVOCreateDir EQU -120 17 | _LVOCurrentDir EQU -126 18 | _LVOIoErr EQU -132 19 | _LVOCreateProc EQU -138 20 | _LVOExit EQU -144 21 | _LVOLoadSeg EQU -150 22 | _LVOUnLoadSeg EQU -156 23 | _LVOGetPacket EQU -162 24 | _LVOQueuePacket EQU -168 25 | _LVODeviceProc EQU -174 26 | _LVOSetComment EQU -180 27 | _LVOSetProtection EQU -186 28 | _LVODateStamp EQU -192 29 | _LVODelay EQU -198 30 | _LVOWaitForChar EQU -204 31 | _LVOParentDir EQU -210 32 | _LVOIsInteractive EQU -216 33 | _LVOExecute EQU -222 34 | CALLDOS MACRO 35 | move.l _DOSBase,a6 36 | jsr _LVO\1(a6) 37 | ENDM 38 | 39 | -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/man.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/man.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/nfa.i: -------------------------------------------------------------------------------- 1 | 2 | **************************************** 3 | * oo Dpaint to oo * 4 | * \( )/ Bullfrog NFA \( )/ * 5 | * ^ ^^ ^ animation convertor ^ ^^ ^ * 6 | **************************************** 7 | NO_LOOP = 1 8 | A_SCREEN_WIDTH = 40 9 | A_SCREEN_HEIGHT = 200 10 | A_PLANES = 4 11 | A_SIZE = 29557 12 | ; original file length 39882 13 | -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/pal.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/pal.dat -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/pt-play.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/pt-play.s -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/s.s: -------------------------------------------------------------------------------- 1 | move.w #1,0 2 | rts 3 | -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/t -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/t.s: -------------------------------------------------------------------------------- 1 | tst.w 0 2 | bne.s not_zero 3 | move.w #$f00,$dff180 4 | not_zero 5 | rts 6 | -------------------------------------------------------------------------------- /AmigaDH0/Bullfrogs/text.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Bullfrogs/text.i -------------------------------------------------------------------------------- /AmigaDH0/DaveJones.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/ALIENS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/ALIENS -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/ALIENS.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/ALIENS.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/CopperTest.c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/CopperTest.c.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/CopperTest.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/CopperTest.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Framework1.doc: -------------------------------------------------------------------------------- 1 | This source code, written for Devpac2, is the framework for 2 | assembly programs on the amiga that wish to make full use of the copper, 3 | blitter etc. without having to reset the machine after trying out a program. 4 | It basically kills the operating system, allowing the program to run at full 5 | speed. Memory however must be allocated properly, and only this memory used. 6 | About 400K of free memory is avaliable with only an assembler running. 7 | This code will be used to demonstrate particular routines from 'Menace' as 8 | they are documented in future editions of Amiga Format. 9 | A full description of the source is in this months issue. 10 | 11 | -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/GUARDIAN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/GUARDIAN -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/GUARDIAN.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/GUARDIAN.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/MINE.S.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/MINE.S.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Menace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/Menace -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Menace Scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/Menace Scroll -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Menace Scroll.Doc.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/Menace Scroll.Doc.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Menace Scroll.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/Menace Scroll.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Menace.Doc.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/Menace.Doc.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Menace.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/Menace.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/MoveShip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/MoveShip -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/MoveShip.S.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/MoveShip.S.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/MoveShip.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/MoveShip.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Readme.Doc.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/Readme.Doc.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/Ships.S.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/Ships.S.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/coppertest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/coppertest -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/foregrounds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/foregrounds -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/map -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/menace scroll.doc: -------------------------------------------------------------------------------- 1 | THE CONTENTS OF DAVEJONES 2 | 3 | Everything in DaveJones locker (drawer) goes with the feature on games 4 | programming in the March issue (number 8) of Amiga Format. 5 | 6 | This month Psygnosis programmer Dave Jones gives the low down on how 7 | to produce convincing horizontal scrolling. 8 | 9 | You can double click on the MENACE SCROLL file to see the first level 10 | of Menace scroll smoothly by. 11 | 12 | All the Assembler scource and graphic data is present inside the drawer. 13 | These files can only be accessed from the CLI. 14 | 15 | The files in the drawer DAVEJONES include: 16 | 17 | foregrounds 18 | map 19 | panel 20 | menace scroll.s 21 | menace scroll 22 | menace scroll.info 23 | menace scroll.doc 24 | menace scroll.doc.info 25 | 26 | 27 | HiSoft's Devpac or another like assembler can be used to examine and modify 28 | the source code. 29 | 30 | -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/menace.s.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/menace.s.info -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/panel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/panel -------------------------------------------------------------------------------- /AmigaDH0/DaveJones/paths.s.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DaveJones/paths.s.info -------------------------------------------------------------------------------- /AmigaDH0/Devs.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Devs.info -------------------------------------------------------------------------------- /AmigaDH0/DirectoryOpus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DirectoryOpus -------------------------------------------------------------------------------- /AmigaDH0/DirectoryOpus.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/DirectoryOpus.info -------------------------------------------------------------------------------- /AmigaDH0/Disk.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Disk.info -------------------------------------------------------------------------------- /AmigaDH0/Empty.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Empty.info -------------------------------------------------------------------------------- /AmigaDH0/Expansion.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Expansion.info -------------------------------------------------------------------------------- /AmigaDH0/FD1.3.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/FD1.3.info -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/BASIC FD files here!: -------------------------------------------------------------------------------- 1 | Dummy File 2 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/BASIC FD files here!.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/FD1.3/BASIC FD files here!.info -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/clist_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _ClistBase 2 | ##bias 30 3 | ##public 4 | InitCLPool(cLPool,size)(A0,D0) 5 | AllocCList(cLPool)(A1) 6 | FreeCList(cList)(A0) 7 | FlushCList(cList)(A0) 8 | SizeCList(cList)(A0) 9 | PutCLChar(cList,byte)(A0,D0) 10 | GetCLChar(cList)(A0) 11 | UnGetCLChar(cList,byte)(A0,D0) 12 | UnPutCLChar(cList)(A0) 13 | PutCLWord(cList,word)(A0,D0) 14 | GetCLWord(cList)(A0) 15 | UnGetCLWord(cList,word)(A0,D0) 16 | UnPutCLWord(cList)(A0) 17 | PutCLBuf(cList,buffer,length)(A0,A1,D1) 18 | GetCLBuf(cList,buffer,maxLength)(A0,A1,D1) 19 | MarkCList(cList,offset)(A0,D0) 20 | IncrCLMark(cList)(A0) 21 | PeekCLMark(cList)(A0) 22 | SplitCList(cList)(A0) 23 | CopyCList(cList)(A0) 24 | SubCList(cList,index,length)(A0,D0/D1) 25 | ConcatCList(sourceCList,destCList)(A0,A1) 26 | ##end 27 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/console_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _ConsoleDevice 2 | ##bias 42 3 | ##public 4 | CDInputHandler(events,device)(A0/A1) 5 | RawKeyConvert(events,buffer,length,keyMap)(A0/A1,D1/A2) 6 | ##end 7 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/diskfont_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _DiskfontBase 2 | ##bias 30 3 | ##public 4 | OpenDiskFont(textAttr)(A0) 5 | AvailFonts(buffer,bufBytes,flags)(A0,D0/D1) 6 | NewFontContents(fontsLock,fontName)(A0/A1) 7 | DisposeFontContents(fontContentsHeader)(A1) 8 | ##end 9 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/expansion_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _ExpansionBase 2 | ##bias 30 3 | ##public 4 | AddConfigDev(configDev)(A0) 5 | ##private 6 | expansionUnused() 7 | ##public 8 | AllocBoardMem(slotSpec)(D0) 9 | AllocConfigDev() 10 | AllocExpansionMem(numSlots,SlotAlign,SlotOffset)(D0/D1/D2) 11 | ConfigBoard(board,configDev)(A0/A1) 12 | ConfigChain(baseAddr)(A0) 13 | FindConfigDev(oldConfigDev,manufacturer,product)(A0,D0/D1) 14 | FreeBoardMem(startSlot,slotSpec)(D0/D1) 15 | FreeConfigDev(configDev)(A0) 16 | FreeExpansionMem(startSlot,numSlots)(D0/D1) 17 | ReadExpansionByte(board,offset)(A0,D0) 18 | ReadExpansionRom(board,configDev)(A0/A1) 19 | RemConfigDev(configDev)(A0) 20 | WriteExpansionByte(board,offset,byte)(A0,D0/D1) 21 | ObtainConfigBinding() 22 | ReleaseConfigBinding() 23 | SetCurrentBinding(currentBinding,bindingSize)(A0,D0) 24 | GetCurrentBinding(currentBinding,bindingSize)(A0,D0) 25 | MakeDosNode(parmPacket)(A0) 26 | AddDosNode(bootPri,flags,dosNode)(D0/D1/A0) 27 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/icon_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _IconBase 2 | ##bias 30 3 | ##public 4 | *------ normal functions --------------------------------------------- 5 | GetWBObject(name)(A0) 6 | PutWBObject(name,object)(A0/A1) 7 | GetIcon(name,icon,freelist)(A0/A1/A2) 8 | PutIcon(name,icon)(A0/A1) 9 | FreeFreeList(freelist)(A0) 10 | FreeWBObject(WBObject)(A0) 11 | AllocWBObject()() 12 | AddFreeList(freelist,mem,size)(A0/A1/A2) 13 | GetDiskObject(name)(A0) 14 | PutDiskObject(name,diskobj)(A0,A1) 15 | FreeDiskObject(diskobj)(A0) 16 | FindToolType(toolTypeArray,typeName)(A0/A1) 17 | MatchToolValue(typeString,value)(A0/A1) 18 | BumpRevision(newname,oldname)(A0/A1) 19 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/mathffp_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _MathBase 2 | ##bias 30 3 | ##public 4 | SPFix(float)(D0) 5 | SPFlt(integer)(D0) 6 | SPCmp(leftFloat,rightFloat)(D1,D0) 7 | SPTst(float)(D1) 8 | SPAbs(float)(D0) 9 | SPNeg(float)(D0) 10 | SPAdd(leftFloat,rightFloat)(D1,D0) 11 | SPSub(leftFloat,rightFloat)(D1,D0) 12 | SPMul(leftFloat,rightFloat)(D1,D0) 13 | SPDiv(leftFloat,rightFloat)(D1,D0) 14 | *---------------------------------------------------------- 15 | * 16 | * New functions added for release 1.2 17 | * 18 | *---------------------------------------------------------- 19 | SPFloor(float)(D0) 20 | SPCeil(float)(D0) 21 | ##end 22 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/mathieeedoubbas_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _MathIeeeDoubBasBase 2 | ##bias 30 3 | ##public 4 | IEEEDPFix(double)(D0/D1) 5 | IEEEDPFlt(integer)(D0) 6 | IEEEDPCmp(double,double)(D0/D1/D2/D3) 7 | IEEEDPTst(double)(D0/D1) 8 | IEEEDPAbs(double)(D0/D1) 9 | IEEEDPNeg(double)(D0/D1) 10 | IEEEDPAdd(double,double)(D0/D1/D2/D3) 11 | IEEEDPSub(double,double)(D0/D1/D2/D3) 12 | IEEEDPMul(double,double)(D0/D1/D2/D3) 13 | IEEEDPDiv(double,double)(D0/D1/D2/D3) 14 | *-------------------------------------------------------------------- 15 | * 16 | * New functions added for release 1.2 17 | * 18 | *-------------------------------------------------------------------- 19 | IEEEDPFloor(double)(D0/D1) 20 | IEEEDPCeil(double)(D0/D1) 21 | ##end 22 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/mathieeedoubtrans_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _MathIeeeDoubTransBase 2 | ##bias 30 3 | ##public 4 | IEEEDPAtan(double)(D0/D1) 5 | IEEEDPSin(double)(D0/D1) 6 | IEEEDPCos(double)(D0/D1) 7 | IEEEDPTan(double)(D0/D1) 8 | IEEEDPSincos(double,pf2)(A0,D0/D1) 9 | IEEEDPSinh(double)(D0/D1) 10 | IEEEDPCosh(double)(D0/D1) 11 | IEEEDPTanh(double)(D0/D1) 12 | IEEEDPExp(double)(D0/D1) 13 | IEEEDPLog(double)(D0/D1) 14 | IEEEDPPow(exp,arg)(D2/D3,D0/D1) 15 | IEEEDPSqrt(double)(D0/D1) 16 | IEEEDPTieee(double)(D0/D1) 17 | IEEEDPFieee(single)(D0) 18 | IEEEDPAsin(double)(D0/D1) 19 | IEEEDPAcos(double)(D0/D1) 20 | IEEEDPLog10(double)(D0/D1) 21 | ##end 22 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/mathtrans_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _MathTransBase 2 | ##bias 30 3 | ##public 4 | SPAtan(float)(D0) 5 | SPSin(float)(D0) 6 | SPCos(float)(D0) 7 | SPTan(float)(D0) 8 | SPSincos(leftFloat,rightFloat)(D1,D0) 9 | SPSinh(float)(D0) 10 | SPCosh(float)(D0) 11 | SPTanh(float)(D0) 12 | SPExp(float)(D0) 13 | SPLog(float)(D0) 14 | SPPow(leftFloat,rightFloat)(D1,D0) 15 | SPSqrt(float)(D0) 16 | SPTieee(float)(D0) 17 | SPFieee(integer)(D0) 18 | *------------------------------------------------ 19 | * 20 | * New functions added for Release 1.1 21 | * 22 | *------------------------------------------------ 23 | SPAsin(float)(D0) 24 | SPAcos(float)(D0) 25 | SPLog10(float)(D0) 26 | ##end 27 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/potgo_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _PotgoBase 2 | ##bias 6 3 | ##public 4 | AllocPotBits(bits)(D0) 5 | FreePotBits(bits)(D0) 6 | WritePotgo(word,mask)(D0,D1) 7 | ##end 8 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/romboot_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _RomBootBase 2 | ##bias 30 3 | ##public 4 | RomBoot() 5 | ##end 6 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/timer_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _TimerBase 2 | ##bias 42 3 | ##public 4 | AddTime(dest,src)(A0/A1) 5 | SubTime(dest,src)(A0/A1) 6 | CmpTime(dest,src)(A0/A1) 7 | -------------------------------------------------------------------------------- /AmigaDH0/FD1.3/translator_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _TranslatorBase 2 | ##bias 30 3 | ##public 4 | Translate(inputString,inputLength,outputBuffer,bufferSize)(A0,D0/A1,D1) 5 | ##end 6 | -------------------------------------------------------------------------------- /AmigaDH0/Fonts.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Fonts.info -------------------------------------------------------------------------------- /AmigaDH0/PCUtil.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil.info -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/.info -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/PCCopy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/PCCopy -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/PCCopy.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/PCCopy.info -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/PCFormat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/PCFormat -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/PCFormat.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/PCFormat.info -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/Read Me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/Read Me -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/Read Me.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/Read Me.info -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/ToPCCopy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/ToPCCopy -------------------------------------------------------------------------------- /AmigaDH0/PCUtil/ToPCCopy.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/PCUtil/ToPCCopy.info -------------------------------------------------------------------------------- /AmigaDH0/Prefs.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Prefs.info -------------------------------------------------------------------------------- /AmigaDH0/Prefs/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Prefs/.info -------------------------------------------------------------------------------- /AmigaDH0/Prefs/CopyPrefs: -------------------------------------------------------------------------------- 1 | echo "Copying devs:system-configuration to DF0:DEVS" 2 | copy devs:system-configuration df0:devs 3 | -------------------------------------------------------------------------------- /AmigaDH0/Prefs/CopyPrefs.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Prefs/CopyPrefs.info -------------------------------------------------------------------------------- /AmigaDH0/Prefs/Pointer.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Prefs/Pointer.info -------------------------------------------------------------------------------- /AmigaDH0/Prefs/Preferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Prefs/Preferences -------------------------------------------------------------------------------- /AmigaDH0/Prefs/Preferences.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Prefs/Preferences.info -------------------------------------------------------------------------------- /AmigaDH0/Prefs/Printer.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Prefs/Printer.info -------------------------------------------------------------------------------- /AmigaDH0/Prefs/Serial.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Prefs/Serial.info -------------------------------------------------------------------------------- /AmigaDH0/Shell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Shell -------------------------------------------------------------------------------- /AmigaDH0/Shell.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Shell.info -------------------------------------------------------------------------------- /AmigaDH0/System.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System.info -------------------------------------------------------------------------------- /AmigaDH0/System/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/.info -------------------------------------------------------------------------------- /AmigaDH0/System/CLI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/CLI -------------------------------------------------------------------------------- /AmigaDH0/System/CLI.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/CLI.info -------------------------------------------------------------------------------- /AmigaDH0/System/DiskCopy.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/DiskCopy.info -------------------------------------------------------------------------------- /AmigaDH0/System/Diskcopy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/Diskcopy -------------------------------------------------------------------------------- /AmigaDH0/System/FastMemFirst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/FastMemFirst -------------------------------------------------------------------------------- /AmigaDH0/System/FastMemFirst.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/FastMemFirst.info -------------------------------------------------------------------------------- /AmigaDH0/System/FixFonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/FixFonts -------------------------------------------------------------------------------- /AmigaDH0/System/FixFonts.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/FixFonts.info -------------------------------------------------------------------------------- /AmigaDH0/System/Format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/Format -------------------------------------------------------------------------------- /AmigaDH0/System/Format.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/Format.info -------------------------------------------------------------------------------- /AmigaDH0/System/InitPrinter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/InitPrinter -------------------------------------------------------------------------------- /AmigaDH0/System/InitPrinter.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/InitPrinter.info -------------------------------------------------------------------------------- /AmigaDH0/System/MergeMem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/MergeMem -------------------------------------------------------------------------------- /AmigaDH0/System/MergeMem.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/MergeMem.info -------------------------------------------------------------------------------- /AmigaDH0/System/NoFastMem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/NoFastMem -------------------------------------------------------------------------------- /AmigaDH0/System/NoFastMem.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/NoFastMem.info -------------------------------------------------------------------------------- /AmigaDH0/System/SetMap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/SetMap -------------------------------------------------------------------------------- /AmigaDH0/System/SetMap.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/System/SetMap.info -------------------------------------------------------------------------------- /AmigaDH0/Temp/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/a.exe -------------------------------------------------------------------------------- /AmigaDH0/Temp/bin20000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/bin20000 -------------------------------------------------------------------------------- /AmigaDH0/Temp/bin20000.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/bin20000.cmp -------------------------------------------------------------------------------- /AmigaDH0/Temp/exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/exe -------------------------------------------------------------------------------- /AmigaDH0/Temp/exelzmpiu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/exelzmpiu -------------------------------------------------------------------------------- /AmigaDH0/Temp/exepacked: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/exepacked -------------------------------------------------------------------------------- /AmigaDH0/Temp/menace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/menace -------------------------------------------------------------------------------- /AmigaDH0/Temp/small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/small -------------------------------------------------------------------------------- /AmigaDH0/Temp/smallpacked: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Temp/smallpacked -------------------------------------------------------------------------------- /AmigaDH0/Tools.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/Fed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/Fed -------------------------------------------------------------------------------- /AmigaDH0/Tools/Fed.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/Fed.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/FreeMap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/FreeMap -------------------------------------------------------------------------------- /AmigaDH0/Tools/FreeMap.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/FreeMap.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/IconEd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/IconEd -------------------------------------------------------------------------------- /AmigaDH0/Tools/IconEd.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/IconEd.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/IconMerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/IconMerge -------------------------------------------------------------------------------- /AmigaDH0/Tools/IconMerge.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/IconMerge.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/KeyToy2000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/KeyToy2000 -------------------------------------------------------------------------------- /AmigaDH0/Tools/KeyToy2000.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/KeyToy2000.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/MEmacs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/MEmacs -------------------------------------------------------------------------------- /AmigaDH0/Tools/MEmacs.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/MEmacs.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/Palette: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/Palette -------------------------------------------------------------------------------- /AmigaDH0/Tools/Palette.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/Palette.info -------------------------------------------------------------------------------- /AmigaDH0/Tools/PerfMon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/PerfMon -------------------------------------------------------------------------------- /AmigaDH0/Tools/PerfMon.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Tools/PerfMon.info -------------------------------------------------------------------------------- /AmigaDH0/Trashcan.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Trashcan.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/CMD -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Calculator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Calculator -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Calculator.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Calculator.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Clock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Clock -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Clock.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Clock.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/ClockPtr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/ClockPtr -------------------------------------------------------------------------------- /AmigaDH0/Utilities/ClockPtr.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/ClockPtr.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Cmd.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Cmd.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/GraphicDump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/GraphicDump -------------------------------------------------------------------------------- /AmigaDH0/Utilities/GraphicDump.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/GraphicDump.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/InstallPrinter.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/InstallPrinter.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/More: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/More -------------------------------------------------------------------------------- /AmigaDH0/Utilities/More.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/More.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Notepad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Notepad -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Notepad.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Notepad.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/PowerPacker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/PowerPacker -------------------------------------------------------------------------------- /AmigaDH0/Utilities/PowerPacker.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/PowerPacker.doc -------------------------------------------------------------------------------- /AmigaDH0/Utilities/PowerPacker.doc.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/PowerPacker.doc.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/PowerPacker.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/PowerPacker.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/PrintFiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/PrintFiles -------------------------------------------------------------------------------- /AmigaDH0/Utilities/PrintFiles.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/PrintFiles.info -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Say: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Say -------------------------------------------------------------------------------- /AmigaDH0/Utilities/Say.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/Utilities/Say.info -------------------------------------------------------------------------------- /AmigaDH0/c/AddBuffers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/AddBuffers -------------------------------------------------------------------------------- /AmigaDH0/c/Ask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Ask -------------------------------------------------------------------------------- /AmigaDH0/c/Assign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Assign -------------------------------------------------------------------------------- /AmigaDH0/c/Avail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Avail -------------------------------------------------------------------------------- /AmigaDH0/c/Binddrivers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Binddrivers -------------------------------------------------------------------------------- /AmigaDH0/c/Break: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Break -------------------------------------------------------------------------------- /AmigaDH0/c/CD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/CD -------------------------------------------------------------------------------- /AmigaDH0/c/ChangeTaskPri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/ChangeTaskPri -------------------------------------------------------------------------------- /AmigaDH0/c/ConfigOpus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/ConfigOpus -------------------------------------------------------------------------------- /AmigaDH0/c/Copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Copy -------------------------------------------------------------------------------- /AmigaDH0/c/DOpusRT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/DOpusRT -------------------------------------------------------------------------------- /AmigaDH0/c/Date: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Date -------------------------------------------------------------------------------- /AmigaDH0/c/Delete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Delete -------------------------------------------------------------------------------- /AmigaDH0/c/Dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Dir -------------------------------------------------------------------------------- /AmigaDH0/c/DiskChange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/DiskChange -------------------------------------------------------------------------------- /AmigaDH0/c/DiskDoctor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/DiskDoctor -------------------------------------------------------------------------------- /AmigaDH0/c/Echo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Echo -------------------------------------------------------------------------------- /AmigaDH0/c/Ed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Ed -------------------------------------------------------------------------------- /AmigaDH0/c/Edit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Edit -------------------------------------------------------------------------------- /AmigaDH0/c/Else: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Else -------------------------------------------------------------------------------- /AmigaDH0/c/EndCLI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/EndCLI -------------------------------------------------------------------------------- /AmigaDH0/c/EndIf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/EndIf -------------------------------------------------------------------------------- /AmigaDH0/c/EndSkip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/EndSkip -------------------------------------------------------------------------------- /AmigaDH0/c/Eval: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Eval -------------------------------------------------------------------------------- /AmigaDH0/c/Execute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Execute -------------------------------------------------------------------------------- /AmigaDH0/c/FF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/FF -------------------------------------------------------------------------------- /AmigaDH0/c/Failat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Failat -------------------------------------------------------------------------------- /AmigaDH0/c/Fault: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Fault -------------------------------------------------------------------------------- /AmigaDH0/c/FileNote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/FileNote -------------------------------------------------------------------------------- /AmigaDH0/c/GetEnv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/GetEnv -------------------------------------------------------------------------------- /AmigaDH0/c/IconX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/IconX -------------------------------------------------------------------------------- /AmigaDH0/c/If: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/If -------------------------------------------------------------------------------- /AmigaDH0/c/Info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Info -------------------------------------------------------------------------------- /AmigaDH0/c/Install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Install -------------------------------------------------------------------------------- /AmigaDH0/c/Join: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Join -------------------------------------------------------------------------------- /AmigaDH0/c/Lab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Lab -------------------------------------------------------------------------------- /AmigaDH0/c/LhA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/LhA -------------------------------------------------------------------------------- /AmigaDH0/c/List: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/List -------------------------------------------------------------------------------- /AmigaDH0/c/LoadPPLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/LoadPPLib -------------------------------------------------------------------------------- /AmigaDH0/c/LoadWB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/LoadWB -------------------------------------------------------------------------------- /AmigaDH0/c/Lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Lock -------------------------------------------------------------------------------- /AmigaDH0/c/Makedir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Makedir -------------------------------------------------------------------------------- /AmigaDH0/c/Mount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Mount -------------------------------------------------------------------------------- /AmigaDH0/c/NewCLI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/NewCLI -------------------------------------------------------------------------------- /AmigaDH0/c/NewShell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/NewShell -------------------------------------------------------------------------------- /AmigaDH0/c/Path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Path -------------------------------------------------------------------------------- /AmigaDH0/c/Prompt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Prompt -------------------------------------------------------------------------------- /AmigaDH0/c/Protect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Protect -------------------------------------------------------------------------------- /AmigaDH0/c/Quit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Quit -------------------------------------------------------------------------------- /AmigaDH0/c/Relabel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Relabel -------------------------------------------------------------------------------- /AmigaDH0/c/RemRAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/RemRAD -------------------------------------------------------------------------------- /AmigaDH0/c/Rename: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Rename -------------------------------------------------------------------------------- /AmigaDH0/c/Resident: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Resident -------------------------------------------------------------------------------- /AmigaDH0/c/Run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Run -------------------------------------------------------------------------------- /AmigaDH0/c/Search: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Search -------------------------------------------------------------------------------- /AmigaDH0/c/SetClock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/SetClock -------------------------------------------------------------------------------- /AmigaDH0/c/SetDate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/SetDate -------------------------------------------------------------------------------- /AmigaDH0/c/SetEnv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/SetEnv -------------------------------------------------------------------------------- /AmigaDH0/c/SetPatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/SetPatch -------------------------------------------------------------------------------- /AmigaDH0/c/Skip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Skip -------------------------------------------------------------------------------- /AmigaDH0/c/Sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Sort -------------------------------------------------------------------------------- /AmigaDH0/c/Stack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Stack -------------------------------------------------------------------------------- /AmigaDH0/c/Status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Status -------------------------------------------------------------------------------- /AmigaDH0/c/Type: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Type -------------------------------------------------------------------------------- /AmigaDH0/c/Version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Version -------------------------------------------------------------------------------- /AmigaDH0/c/Wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Wait -------------------------------------------------------------------------------- /AmigaDH0/c/Which: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Which -------------------------------------------------------------------------------- /AmigaDH0/c/Why: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/c/Why -------------------------------------------------------------------------------- /AmigaDH0/devpac2.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2.info -------------------------------------------------------------------------------- /AmigaDH0/devpac2/.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2/.info -------------------------------------------------------------------------------- /AmigaDH0/devpac2/GenAm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2/GenAm2 -------------------------------------------------------------------------------- /AmigaDH0/devpac2/GenAm2.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2/GenAm2.info -------------------------------------------------------------------------------- /AmigaDH0/devpac2/GenIm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2/GenIm2 -------------------------------------------------------------------------------- /AmigaDH0/devpac2/MonAm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2/MonAm2 -------------------------------------------------------------------------------- /AmigaDH0/devpac2/blink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2/blink -------------------------------------------------------------------------------- /AmigaDH0/devpac2/examples/genam2.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2/examples/genam2.inf -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/clist_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _ClistBase 2 | ##bias 30 3 | ##public 4 | InitCLPool(cLPool,size)(A0,D0) 5 | AllocCList(cLPool)(A1) 6 | FreeCList(cList)(A0) 7 | FlushCList(cList)(A0) 8 | SizeCList(cList)(A0) 9 | PutCLChar(cList,byte)(A0,D0) 10 | GetCLChar(cList)(A0) 11 | UnGetCLChar(cList,byte)(A0,D0) 12 | UnPutCLChar(cList)(A0) 13 | PutCLWord(cList,word)(A0,D0) 14 | GetCLWord(cList)(A0) 15 | UnGetCLWord(cList,word)(A0,D0) 16 | UnPutCLWord(cList)(A0) 17 | PutCLBuf(cList,buffer,length)(A0,A1,D1) 18 | GetCLBuf(cList,buffer,maxLength)(A0,A1,D1) 19 | MarkCList(cList,offset)(A0,D0) 20 | IncrCLMark(cList)(A0) 21 | PeekCLMark(cList)(A0) 22 | SplitCList(cList)(A0) 23 | CopyCList(cList)(A0) 24 | SubCList(cList,index,length)(A0,D0/D1) 25 | ConcatCList(sourceCList,destCList)(A0,A1) 26 | ##end 27 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/console_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _ConsoleDevice 2 | ##bias 42 3 | ##public 4 | CDInputHandler(events,device)(A0/A1) 5 | RawKeyConvert(events,buffer,length,keyMap)(A0/A1,D1/A2) 6 | ##end 7 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/diskfont_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _DiskfontBase 2 | ##bias 30 3 | ##public 4 | OpenDiskFont(textAttr)(A0) 5 | AvailFonts(buffer,bufBytes,flags)(A0,D0/D1) 6 | ##end 7 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/expansion_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _ExpansionBase 2 | ##bias 30 3 | ##public 4 | AddConfigDev(configDev)(A0) 5 | ##private 6 | expansionUnused() 7 | ##public 8 | AllocBoardMem(slotSpec)(D0) 9 | AllocConfigDev() 10 | AllocExpansionMem(numSlots,SlotAlign,SlotOffset)(D0/D1/D2) 11 | ConfigBoard(board,configDev)(A0/A1) 12 | ConfigChain(baseAddr)(A0) 13 | FindConfigDev(oldConfigDev,manufacturer,product)(A0,D0/D1) 14 | FreeBoardMem(startSlot,slotSpec)(D0/D1) 15 | FreeConfigDev(configDev)(A0) 16 | FreeExpansionMem(startSlot,numSlots)(D0/D1) 17 | ReadExpansionByte(board,offset)(A0,D0) 18 | ReadExpansionRom(board,configDev)(A0/A1) 19 | RemConfigDev(configDev)(A0) 20 | WriteExpansionByte(board,offset,byte)(A0,D0/D1) 21 | ObtainConfigBinding() 22 | ReleaseConfigBinding() 23 | SetCurrentBinding(currentBinding,bindingSize)(A0,D0) 24 | GetCurrentBinding(currentBinding,bindingSize)(A0,D0) 25 | MakeDosNode(parmPacket)(A0) 26 | AddDosNode(bootPri,flags,dosNode)(D0/D1/A0) 27 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/icon_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _IconBase 2 | ##bias 30 3 | ##public 4 | *------ normal functions --------------------------------------------- 5 | GetWBObject(name)(A0) 6 | PutWBObject(name,object)(A0/A1) 7 | GetIcon(name,icon,freelist)(A0/A1/A2) 8 | PutIcon(name,icon)(A0/A1) 9 | FreeFreeList(freelist)(A0) 10 | FreeWBObject(WBObject)(A0) 11 | AllocWBObject()() 12 | AddFreeList(freelist,mem,size)(A0/A1/A2) 13 | GetDiskObject(name)(A0) 14 | PutDiskObject(name,diskobj)(A0,A1) 15 | FreeDiskObject(diskobj)(A0) 16 | FindToolType(toolTypeArray,typeName)(A0/A1) 17 | MatchToolValue(typeString,value)(A0/A1) 18 | BumpRevision(newname,oldname)(A0/A1) 19 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/mathffp_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _MathBase 2 | ##bias 30 3 | ##public 4 | SPFix(float)(D0) 5 | SPFlt(integer)(D0) 6 | SPCmp(leftFloat,rightFloat)(D1,D0) 7 | SPTst(float)(D1) 8 | SPAbs(float)(D0) 9 | SPNeg(float)(D0) 10 | SPAdd(leftFloat,rightFloat)(D1,D0) 11 | SPSub(leftFloat,rightFloat)(D1,D0) 12 | SPMul(leftFloat,rightFloat)(D1,D0) 13 | SPDiv(leftFloat,rightFloat)(D1,D0) 14 | *---------------------------------------------------------- 15 | * 16 | * New functions added for release 1.2 17 | * 18 | *---------------------------------------------------------- 19 | SPFloor(float)(D0) 20 | SPCeil(float)(D0) 21 | ##end 22 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/mathieeedoubbas_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _MathIeeeDoubBasBase 2 | ##bias 30 3 | ##public 4 | IEEEDPFix(integer,integer)(D0,D1) 5 | IEEEDPFlt(integer)(D0) 6 | IEEEDPCmp(integer,integer,integer,integer)(D0,D1,D2,D3) 7 | IEEEDPTst(integer,integer)(D0,D1) 8 | IEEEDPAbs(integer,integer)(D0,D1) 9 | IEEEDPNeg(integer,integer)(D0,D1) 10 | IEEEDPAdd(integer,integer,integer,integer)(D0,D1,D2,D3) 11 | IEEEDPSub(integer,integer,integer,integer)(D0,D1,D2,D3) 12 | IEEEDPMul(integer,integer,integer,integer)(D0,D1,D2,D3) 13 | IEEEDPDiv(integer,integer,integer,integer)(D0,D1,D2,D3) 14 | *-------------------------------------------------------------------- 15 | * 16 | * New functions added for release 1.2 17 | * 18 | *-------------------------------------------------------------------- 19 | IEEEDPFloor(integer,integer)(D0,D1) 20 | IEEEDPCeil(integer,integer)(D0,D1) 21 | ##end 22 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/mathieeesingbas_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _MathIeeeSingBasBase 2 | ##bias 30 3 | ##public 4 | IEEESPFix(float)(D0) 5 | IEEESPFlt(integer)(D0) 6 | IEEESPCmp(leftFloat,rightFloat)(D0,D1) 7 | IEEESPTst(float)(D0) 8 | IEEESPAbs(float)(D0) 9 | IEEESPNeg(float)(D0) 10 | IEEESPAdd(leftFloat,rightFloat)(D0,D1) 11 | IEEESPSub(leftFloat,rightFloat)(D0,D1) 12 | IEEESPMul(leftFloat,rightFloat)(D0,D1) 13 | IEEESPDiv(leftFloat,rightFloat)(D0,D1) 14 | ##end 15 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/mathtrans_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _MathTransBase 2 | ##bias 30 3 | ##public 4 | SPAtan(float)(D0) 5 | SPSin(float)(D0) 6 | SPCos(float)(D0) 7 | SPTan(float)(D0) 8 | SPSincos(leftFloat,rightFloat)(D1,D0) 9 | SPSinh(float)(D0) 10 | SPCosh(float)(D0) 11 | SPTanh(float)(D0) 12 | SPExp(float)(D0) 13 | SPLog(float)(D0) 14 | SPPow(leftFloat,rightFloat)(D1,D0) 15 | SPSqrt(float)(D0) 16 | SPTieee(float)(D0) 17 | SPFieee(integer)(D0) 18 | *------------------------------------------------ 19 | * 20 | * New functions added for Release 1.1 21 | * 22 | *------------------------------------------------ 23 | SPAsin(float)(D0) 24 | SPAcos(float)(D0) 25 | SPLog10(float)(D0) 26 | ##end 27 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/potgo_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _PotgoBase 2 | ##bias 6 3 | ##public 4 | AllocPotBits(bits)(D0) 5 | FreePotBits(bits)(D0) 6 | WritePotgo(word,mask)(D0,D1) 7 | ##end 8 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/timer_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _TimerBase 2 | ##bias 42 3 | ##public 4 | AddTime(dest,src)(A0/A1) 5 | SubTime(dest,src)(A0/A1) 6 | CmpTime(dest,src)(A0/A1) 7 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/fd.files/translator_lib.fd: -------------------------------------------------------------------------------- 1 | ##base _TranslatorBase 2 | ##bias 30 3 | ##public 4 | Translate(inputString,inputLength,outputBuffer,bufferSize)(A0,D0/A1,D1) 5 | ##end 6 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/devices/input.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_INPUT_I 2 | DEVICES_INPUT_I SET 1 3 | ******************************************************************** 4 | * Commodore-Amiga, Inc. * 5 | * input.i * 6 | ******************************************************************** 7 | ********************************************************************** 8 | * 9 | * input device command definitions 10 | * 11 | ********************************************************************** 12 | 13 | IFND EXEC_IO_I 14 | INCLUDE "exec/io.i" 15 | ENDC 16 | 17 | DEVINIT 18 | 19 | DEVCMD IND_ADDHANDLER 20 | DEVCMD IND_REMHANDLER 21 | DEVCMD IND_WRITEEVENT 22 | DEVCMD IND_SETTHRESH 23 | DEVCMD IND_SETPERIOD 24 | DEVCMD IND_SETMPORT 25 | DEVCMD IND_SETMTYPE 26 | DEVCMD IND_SETMTRIG 27 | 28 | ENDC 29 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/devices/keyboard.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_KEYBOARD_I 2 | DEVICES_KEYBOARD_I SET 1 3 | ******************************************************************** 4 | * Commodore-Amiga, Inc. * 5 | * keyboard.i * 6 | ******************************************************************** 7 | ******************************************************************** 8 | * 9 | * Keyboard device command definitions 10 | * 11 | ******************************************************************** 12 | 13 | IFND EXEC_IO_I 14 | INCLUDE "exec/io.i" 15 | ENDC 16 | 17 | DEVINIT 18 | 19 | DEVCMD KBD_READEVENT 20 | DEVCMD KBD_READMATRIX 21 | DEVCMD KBD_ADDRESETHANDLER 22 | DEVCMD KBD_REMRESETHANDLER 23 | DEVCMD KBD_RESETHANDLERDONE 24 | 25 | ENDC 26 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/exec/errors.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_ERRORS_I 2 | EXEC_ERRORS_I SET 1 3 | ********************************************************************** 4 | * 5 | * Commodore Amiga -- ROM Operating System Executive Include File 6 | * 7 | ********************************************************************** 8 | * 9 | * Source Control: 10 | * 11 | * $Header: errors.i,v 1.0 85/08/28 15:07:26 carl Exp $ 12 | * 13 | * $Locker: $ 14 | * 15 | ********************************************************************** 16 | 17 | *------ Standard IO Errors: 18 | 19 | IOERR_OPENFAIL EQU -1 * device/unit failed to open 20 | IOERR_ABORTED EQU -2 * request aborted 21 | IOERR_NOCMD EQU -3 * command not supported 22 | IOERR_BADLENGTH EQU -4 * not a valid length 23 | 24 | 25 | ERR_OPENDEVICE EQU IOERR_OPENFAIL * REMOVE !!! 26 | 27 | ENDC !EXEC_ERRORS_I 28 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/exec/exec.i: -------------------------------------------------------------------------------- 1 | 2 | INCLUDE "exec/nodes.i" 3 | INCLUDE "exec/lists.i" 4 | INCLUDE "exec/interrupts.i" 5 | INCLUDE "exec/memory.i" 6 | INCLUDE "exec/ports.i" 7 | INCLUDE "exec/tasks.i" 8 | INCLUDE "exec/libraries.i" 9 | INCLUDE "exec/devices.i" 10 | INCLUDE "exec/io.i" 11 | 12 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/exec/execname.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_EXECNAME_I 2 | EXEC_EXECNAME_I SET 1 3 | 4 | EXECNAME macro 5 | dc.b 'exec.library',0 6 | ds.w 0 7 | endm 8 | 9 | ENDC !EXEC_EXECNAME_I 10 | 11 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/graphics/regions.i: -------------------------------------------------------------------------------- 1 | 2 | IFND GRAPHICS_REGIONS_I 3 | GRAPHICS_REGIONS_I SET 1 4 | ******************************************************************** 5 | * Commodore-Amiga, Inc. * 6 | * regions.i * 7 | ******************************************************************** 8 | 9 | IFND GRAPHICS_GFX_I 10 | include 'graphics/gfx.i' 11 | ENDC 12 | 13 | STRUCTURE Region,0 14 | STRUCT rg_bounds,ra_SIZEOF 15 | APTR rg_RegionRectangle 16 | LABEL rg_SIZEOF 17 | 18 | STRUCTURE RegionRectangle,0 19 | APTR rr_Next 20 | APTR rr_Prev 21 | STRUCT rr_bounds,ra_SIZEOF 22 | LABEL rr_SIZEOF 23 | 24 | ENDC 25 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/graphics/sprite.i: -------------------------------------------------------------------------------- 1 | IFND GRAPHICS_SPRITE_I 2 | GRAPHICS_SPRITE_I SET 1 3 | ******************************************************************** 4 | * Commodore-Amiga, Inc. * 5 | * sprite.h * 6 | ******************************************************************** 7 | 8 | STRUCTURE SimpleSprite,0 9 | APTR ss_posctldata 10 | WORD ss_height 11 | WORD ss_x 12 | WORD ss_y 13 | WORD ss_num 14 | LABEL ss_SIZEOF 15 | 16 | ENDC 17 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/resources/cia.i: -------------------------------------------------------------------------------- 1 | 2 | CIAANAME MACRO 3 | DC.B 'ciaa.resource',0 4 | ENDM 5 | 6 | CIABNAME MACRO 7 | DC.B 'ciab.resource',0 8 | ENDM 9 | 10 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.cbm/resources/potgo.i: -------------------------------------------------------------------------------- 1 | IFND RESOURCES_POTGO_I 2 | RESOURCES_POTGO_I EQU 1 3 | ******************************************************************** 4 | * Commodore-Amiga, Inc. * 5 | * potgo.i * 6 | ******************************************************************** 7 | POTGONAME MACRO 8 | DC.B 'potgo.resource' 9 | DC.B 0 10 | DS.W 0 11 | ENDM 12 | ENDC 13 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/devices/bootblock.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_BOOTBLOCK_I 2 | DEVICES_BOOTBLOCK_I EQU 1 3 | STRUCTURE BB,0 4 | STRUCT BB_ID,4 5 | LONG BB_CHKSUM 6 | LONG BB_DOSBLOCK 7 | LABEL BB_ENTRY 8 | LABEL BB_SIZE 9 | BOOTSECTS equ 2 10 | BBID_DOS macro * 11 | dc.b 'DOS',0 12 | endm 13 | BBID_KICK macro * 14 | dc.b 'KICK' 15 | endm 16 | BBNAME_DOS EQU (('D'<<24)!('O'<<16)!('S'<<8)) 17 | BBNAME_KICK EQU (('K'<<24)!('I'<<16)!('C'<<8)!('K')) 18 | ENDC 19 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/devices/gameport.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_GAMEPORT_I 2 | DEVICES_GAMEPORT_I SET 1 3 | IFND EXEC_IO_I 4 | INCLUDE "exec/io.i" 5 | ENDC 6 | DEVINIT 7 | DEVCMD GPD_READEVENT 8 | DEVCMD GPD_ASKCTYPE 9 | DEVCMD GPD_SETCTYPE 10 | DEVCMD GPD_ASKTRIGGER 11 | DEVCMD GPD_SETTRIGGER 12 | BITDEF GPT,DOWNKEYS,0 13 | BITDEF GPT,UPKEYS,1 14 | STRUCTURE GamePortTrigger,0 15 | UWORD gpt_Keys 16 | UWORD gpt_Timeout 17 | UWORD gpt_XDelta 18 | UWORD gpt_YDelta 19 | LABEL gpt_SIZEOF 20 | GPCT_ALLOCATED EQU -1 21 | GPCT_NOCONTROLLER EQU 0 22 | GPCT_MOUSE EQU 1 23 | GPCT_RELJOYSTICK EQU 2 24 | GPCT_ABSJOYSTICK EQU 3 25 | GPDERR_SETCTYPE EQU 1 26 | ENDC 27 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/devices/input.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_INPUT_I 2 | DEVICES_INPUT_I SET 1 3 | IFND EXEC_IO_I 4 | INCLUDE "exec/io.i" 5 | ENDC 6 | DEVINIT 7 | DEVCMD IND_ADDHANDLER 8 | DEVCMD IND_REMHANDLER 9 | DEVCMD IND_WRITEEVENT 10 | DEVCMD IND_SETTHRESH 11 | DEVCMD IND_SETPERIOD 12 | DEVCMD IND_SETMPORT 13 | DEVCMD IND_SETMTYPE 14 | DEVCMD IND_SETMTRIG 15 | ENDC 16 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/devices/keyboard.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_KEYBOARD_I 2 | DEVICES_KEYBOARD_I SET 1 3 | IFND EXEC_IO_I 4 | INCLUDE "exec/io.i" 5 | ENDC 6 | DEVINIT 7 | DEVCMD KBD_READEVENT 8 | DEVCMD KBD_READMATRIX 9 | DEVCMD KBD_ADDRESETHANDLER 10 | DEVCMD KBD_REMRESETHANDLER 11 | DEVCMD KBD_RESETHANDLERDONE 12 | ENDC 13 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/devices/timer.i: -------------------------------------------------------------------------------- 1 | 2 | IFND DEVICES_TIMER_I 3 | DEVICES_TIMER_I SET 1 4 | IFND EXEC_IO_I 5 | INCLUDE "exec/io.i" 6 | ENDC EXEC_IO_I 7 | UNIT_MICROHZ EQU 0 8 | UNIT_VBLANK EQU 1 9 | TIMERNAME MACRO 10 | DC.B 'timer.device',0 11 | DS.W 0 12 | ENDM 13 | STRUCTURE TIMEVAL,0 14 | ULONG TV_SECS 15 | ULONG TV_MICRO 16 | LABEL TV_SIZE 17 | STRUCTURE TIMEREQUEST,IO_SIZE 18 | STRUCT IOTV_TIME,TV_SIZE 19 | LABEL IOTV_SIZE 20 | DEVINIT 21 | DEVCMD TR_ADDREQUEST 22 | DEVCMD TR_GETSYSTIME 23 | DEVCMD TR_SETSYSTIME 24 | ENDC 25 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/devices.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_DEVICES_I 2 | EXEC_DEVICES_I SET 1 3 | IFND EXEC_LIBRARIES_I 4 | INCLUDE "exec/libraries.i" 5 | ENDC !EXEC_LIBRARIES_I 6 | IFND EXEC_PORTS_I 7 | INCLUDE "exec/ports.i" 8 | ENDC !EXEC_PORTS_I 9 | STRUCTURE DD,LIB_SIZE 10 | LABEL DD_SIZE 11 | STRUCTURE UNIT,MP_SIZE 12 | UBYTE UNIT_FLAGS 13 | UBYTE UNIT_pad 14 | UWORD UNIT_OPENCNT 15 | LABEL UNIT_SIZE 16 | BITDEF UNIT,ACTIVE,0 17 | BITDEF UNIT,INTASK,1 18 | ENDC !EXEC_DEVICES_I 19 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/errors.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_ERRORS_I 2 | EXEC_ERRORS_I SET 1 3 | IOERR_OPENFAIL EQU -1 4 | IOERR_ABORTED EQU -2 5 | IOERR_NOCMD EQU -3 6 | IOERR_BADLENGTH EQU -4 7 | ERR_OPENDEVICE EQU IOERR_OPENFAIL 8 | ENDC !EXEC_ERRORS_I 9 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/exec.i: -------------------------------------------------------------------------------- 1 | INCLUDE "exec/nodes.i" 2 | INCLUDE "exec/lists.i" 3 | INCLUDE "exec/interrupts.i" 4 | INCLUDE "exec/memory.i" 5 | INCLUDE "exec/ports.i" 6 | INCLUDE "exec/tasks.i" 7 | INCLUDE "exec/libraries.i" 8 | INCLUDE "exec/devices.i" 9 | INCLUDE "exec/io.i" 10 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/execname.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_EXECNAME_I 2 | EXEC_EXECNAME_I SET 1 3 | EXECNAME macro 4 | dc.b 'exec.library',0 5 | ds.w 0 6 | endm 7 | ENDC !EXEC_EXECNAME_I 8 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/initializers.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_INITIALIZERS_I 2 | EXEC_INITIALIZERS_I SET 1 3 | INITBYTE MACRO * 4 | DC.B $e0 5 | DC.B 0 6 | DC.W \1 7 | DC.B \2 8 | DC.B 0 9 | ENDM 10 | INITWORD MACRO * 11 | DC.B $d0 12 | DC.B 0 13 | DC.W \1 14 | DC.W \2 15 | ENDM 16 | INITLONG MACRO * 17 | DC.B $c0 18 | DC.B 0 19 | DC.W \1 20 | DC.L \2 21 | ENDM 22 | INITSTRUCT MACRO * 23 | DS.W 0 24 | IFC '\4','' 25 | COUNT\@ SET 0 26 | ENDC 27 | IFNC '\4','' 28 | COUNT\@ SET \4 29 | ENDC 30 | CMD\@ SET (((\1)<<4)!COUNT\@) 31 | IFLE (\2)-255 32 | DC.B (CMD\@)!$80 33 | DC.B \2 34 | MEXIT 35 | ENDC 36 | DC.B CMD\@!$0C0 37 | DC.B (((\2)>>16)&$0FF) 38 | DC.W ((\2)&$0FFFF) 39 | ENDM 40 | ENDC !EXEC_INITIALIZERS_I 41 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/interrupts.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_INTERRUPTS_I 2 | EXEC_INTERRUPTS_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC !EXEC_NODES_I 6 | IFND EXEC_LISTS_I 7 | INCLUDE "exec/lists.i" 8 | ENDC !EXEC_LISTS_I 9 | STRUCTURE IS,LN_SIZE 10 | APTR IS_DATA 11 | APTR IS_CODE 12 | LABEL IS_SIZE 13 | STRUCTURE IV,0 14 | APTR IV_DATA 15 | APTR IV_CODE 16 | APTR IV_NODE 17 | LABEL IV_SIZE 18 | BITDEF S,SAR,15 19 | BITDEF S,TQE,14 20 | BITDEF S,SINT,13 21 | STRUCTURE SH,LH_SIZE 22 | UWORD SH_PAD 23 | LABEL SH_SIZE 24 | SIH_PRIMASK EQU $0F0 25 | SIH_QUEUES EQU 5 26 | BITDEF INT,NMI,15 27 | ENDC !EXEC_INTERRUPTS_I 28 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/memory.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_MEMORY_I 2 | EXEC_MEMORY_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC !EXEC_NODES_I 6 | STRUCTURE ML,LN_SIZE 7 | UWORD ML_NUMENTRIES 8 | LABEL ML_ME 9 | LABEL ML_SIZE 10 | STRUCTURE ME,0 11 | LABEL ME_REQS 12 | APTR ME_ADDR 13 | ULONG ME_LENGTH 14 | LABEL ME_SIZE 15 | BITDEF MEM,PUBLIC,0 16 | BITDEF MEM,CHIP,1 17 | BITDEF MEM,FAST,2 18 | BITDEF MEM,CLEAR,16 19 | BITDEF MEM,LARGEST,17 20 | MEM_BLOCKSIZE EQU 8 21 | MEM_BLOCKMASK EQU (MEM_BLOCKSIZE-1) 22 | STRUCTURE MH,LN_SIZE 23 | UWORD MH_ATTRIBUTES 24 | APTR MH_FIRST 25 | APTR MH_LOWER 26 | APTR MH_UPPER 27 | ULONG MH_FREE 28 | LABEL MH_SIZE 29 | STRUCTURE MC,0 30 | APTR MC_NEXT 31 | ULONG MC_BYTES 32 | APTR MC_SIZE 33 | ENDC !EXEC_MEMORY_I 34 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/nodes.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_NODES_I 2 | EXEC_NODES_I SET 1 3 | STRUCTURE LN,0 4 | APTR LN_SUCC 5 | APTR LN_PRED 6 | UBYTE LN_TYPE 7 | BYTE LN_PRI 8 | APTR LN_NAME 9 | LABEL LN_SIZE 10 | STRUCTURE MLN,0 11 | APTR MLN_SUCC 12 | APTR MLN_PRED 13 | LABEL MLN_SIZE 14 | NT_UNKNOWN EQU 0 15 | NT_TASK EQU 1 16 | NT_INTERRUPT EQU 2 17 | NT_DEVICE EQU 3 18 | NT_MSGPORT EQU 4 19 | NT_MESSAGE EQU 5 20 | NT_FREEMSG EQU 6 21 | NT_REPLYMSG EQU 7 22 | NT_RESOURCE EQU 8 23 | NT_LIBRARY EQU 9 24 | NT_MEMORY EQU 10 25 | NT_SOFTINT EQU 11 26 | NT_FONT EQU 12 27 | NT_PROCESS EQU 13 28 | NT_SEMAPHORE EQU 14 29 | NT_SIGNALSEM EQU 15 30 | ENDC !EXEC_NODES_I 31 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/ports.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_PORTS_I 2 | EXEC_PORTS_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC !EXEC_NODES_I 6 | IFND EXEC_LISTS_I 7 | INCLUDE "exec/lists.i" 8 | ENDC !EXEC_LISTS_I 9 | STRUCTURE MP,LN_SIZE 10 | UBYTE MP_FLAGS 11 | UBYTE MP_SIGBIT 12 | APTR MP_SIGTASK 13 | STRUCT MP_MSGLIST,LH_SIZE 14 | LABEL MP_SIZE 15 | MP_SOFTINT EQU MP_SIGTASK 16 | PF_ACTION EQU 3 17 | PA_SIGNAL EQU 0 18 | PA_SOFTINT EQU 1 19 | PA_IGNORE EQU 2 20 | STRUCTURE MN,LN_SIZE 21 | APTR MN_REPLYPORT 22 | UWORD MN_LENGTH 23 | LABEL MN_SIZE 24 | ENDC !EXEC_PORTS_I 25 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/resident.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_RESIDENT_I 2 | EXEC_RESIDENT_I SET 1 3 | STRUCTURE RT,0 4 | UWORD RT_MATCHWORD 5 | APTR RT_MATCHTAG 6 | APTR RT_ENDSKIP 7 | UBYTE RT_FLAGS 8 | UBYTE RT_VERSION 9 | UBYTE RT_TYPE 10 | BYTE RT_PRI 11 | APTR RT_NAME 12 | APTR RT_IDSTRING 13 | APTR RT_INIT 14 | LABEL RT_SIZE 15 | RTC_MATCHWORD EQU $4AFC 16 | BITDEF RT,COLDSTART,0 17 | BITDEF RT,AUTOINIT,7 18 | RTM_WHEN EQU 1 19 | RTW_NEVER EQU 0 20 | RTW_COLDSTART EQU 1 21 | ENDC !EXEC_RESIDENT_I 22 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/semaphores.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_SEMAPHORES_I 2 | EXEC_SEMAPHORES_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC !EXEC_NODES_I 6 | IFND EXEC_LISTS_I 7 | INCLUDE "exec/lists.i" 8 | ENDC !EXEC_LISTS_I 9 | IFND EXEC_PORTS_I 10 | INCLUDE "exec/ports.i" 11 | ENDC !EXEC_PORTS_I 12 | STRUCTURE SM,MP_SIZE 13 | WORD SM_BIDS 14 | LABEL SM_SIZE 15 | SM_LOCKMSG EQU MP_SIGTASK 16 | STRUCTURE SSR,MLN_SIZE 17 | APTR SSR_WAITER 18 | LABEL SSR_SIZE 19 | STRUCTURE SS,LN_SIZE 20 | SHORT SS_NESTCOUNT 21 | STRUCT SS_WAITQUEUE,MLH_SIZE 22 | STRUCT SS_MULTIPLELINK,SSR_SIZE 23 | APTR SS_OWNER 24 | SHORT SS_QUEUECOUNT 25 | LABEL SS_SIZE 26 | ENDC !EXEC_SEMAPHORES_I 27 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/exec/strings.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_STRINGS_I 2 | EXEC_STRINGS_I SET 1 3 | EOS EQU 0 4 | BELL EQU 7 5 | LF EQU 10 6 | CR EQU 13 7 | BS EQU 8 8 | DEL EQU $7F 9 | NL EQU LF 10 | STRING MACRO 11 | DC.B \1 12 | DC.B 0 13 | CNOP 0,2 14 | ENDM 15 | STRINGL MACRO 16 | DC.B 13,10 17 | DC.B \1 18 | DC.B 0 19 | CNOP 0,2 20 | ENDM 21 | STRINGR MACRO 22 | DC.B \1 23 | DC.B 13,10,0 24 | CNOP 0,2 25 | ENDM 26 | STRINGLR MACRO 27 | DC.B 13,10 28 | DC.B \1 29 | DC.B 13,10,0 30 | CNOP 0,2 31 | ENDM 32 | ENDC !EXEC_STRINGS_I 33 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/graphics/display.i: -------------------------------------------------------------------------------- 1 | IFND GRAPHICS_DISPLAY_I 2 | GRAPHICS_DISPLAY_I SET 1 3 | MODE_640 equ $8000 4 | PLNCNTMSK equ $7 5 | PLNCNTSHFT equ 12 6 | PF2PRI equ $40 7 | COLORON equ $0200 8 | DBLPF equ $400 9 | HOLDNMODIFY equ $800 10 | INTERLACE equ 4 11 | PFA_FINE_SCROLL equ $F 12 | PFB_FINE_SCROLL_SHIFT equ 4 13 | PF_FINE_SCROLL_MASK equ $F 14 | DIW_HORIZ_POS equ $7F 15 | DIW_VRTCL_POS equ $1FF 16 | DIW_VRTCL_POS_SHIFT equ 7 17 | DFTCH_MASK equ $FF 18 | VPOSRLOF equ $8000 19 | ENDC 20 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/graphics/gfx.i: -------------------------------------------------------------------------------- 1 | 2 | IFND GRAPHICS_GFX_I 3 | GRAPHICS_GFX_I SET 1 4 | BITSET equ $8000 5 | BITCLR equ 0 6 | AGNUS equ 1 7 | DENISE equ 1 8 | STRUCTURE BitMap,0 9 | WORD bm_BytesPerRow 10 | WORD bm_Rows 11 | BYTE bm_Flags 12 | BYTE bm_Depth 13 | WORD bm_Pad 14 | STRUCT bm_Planes,8*4 15 | LABEL bm_SIZEOF 16 | STRUCTURE Rectangle,0 17 | WORD ra_MinX 18 | WORD ra_MinY 19 | WORD ra_MaxX 20 | WORD ra_MaxY 21 | LABEL ra_SIZEOF 22 | ENDC 23 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/graphics/regions.i: -------------------------------------------------------------------------------- 1 | IFND GRAPHICS_REGIONS_I 2 | GRAPHICS_REGIONS_I SET 1 3 | IFND GRAPHICS_GFX_I 4 | include 'graphics/gfx.i' 5 | ENDC 6 | STRUCTURE Region,0 7 | STRUCT rg_bounds,ra_SIZEOF 8 | APTR rg_RegionRectangle 9 | LABEL rg_SIZEOF 10 | STRUCTURE RegionRectangle,0 11 | APTR rr_Next 12 | APTR rr_Prev 13 | STRUCT rr_bounds,ra_SIZEOF 14 | LABEL rr_SIZEOF 15 | ENDC 16 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/graphics/sprite.i: -------------------------------------------------------------------------------- 1 | IFND GRAPHICS_SPRITE_I 2 | GRAPHICS_SPRITE_I SET 1 3 | STRUCTURE SimpleSprite,0 4 | APTR ss_posctldata 5 | WORD ss_height 6 | WORD ss_x 7 | WORD ss_y 8 | WORD ss_num 9 | LABEL ss_SIZEOF 10 | ENDC 11 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/intuition/intuitionbase.i: -------------------------------------------------------------------------------- 1 | 2 | IFND INTUITION_INTUITIONBASE_I 3 | INTUITION_INTUITIONBASE_I SET 1 4 | IFND EXEC_TYPES_I 5 | INCLUDE "exec/types.i" 6 | ENDC 7 | IFND EXEC_LIBRARIES_I 8 | INCLUDE "exec/libraries.i" 9 | ENDC 10 | IFND GRAPHICS_VIEW_I 11 | INCLUDE "graphics/view.i" 12 | ENDC 13 | STRUCTURE IntuitionBase,0 14 | STRUCT ib_LibNode,LIB_SIZE 15 | STRUCT ib_ViewLord,v_SIZEOF 16 | APTR ib_ActiveWindow 17 | APTR ib_ActiveScreen 18 | APTR ib_FirstScreen 19 | ENDC 20 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/libraries/expansion.i: -------------------------------------------------------------------------------- 1 | 2 | IFND LIBRARIES_EXPANSION_I 3 | LIBRARIES_EXPANSION_I SET 1 4 | EXPANSIONNAME MACRO 5 | dc.b 'expansion.library',0 6 | ENDM 7 | BITDEF ADN,STARTPROC,0 8 | ENDC !LIBRARIES_EXPANSION_I 9 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/libraries/translator.i: -------------------------------------------------------------------------------- 1 | TTL '$Header: translator.i,v 32.1 86/01/22 01:18:17 sam Exp $' 2 | IFND LIBRARIES_TRANSLATOR_I 3 | LIBRARIES_TRANSLATOR_I SET 1 4 | TR_NotUsed EQU -1 5 | TR_NoMem EQU -2 6 | TR_MakeBad EQU -4 7 | ENDC 8 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/resources/cia.i: -------------------------------------------------------------------------------- 1 | CIAANAME MACRO 2 | DC.B 'ciaa.resource',0 3 | ENDM 4 | CIABNAME MACRO 5 | DC.B 'ciab.resource',0 6 | ENDM 7 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/resources/misc.i: -------------------------------------------------------------------------------- 1 | IFND RESOURCES_MISC_I 2 | RESOURCES_MISC_I SET 1 3 | IFND EXEC_TYPES_I 4 | INCLUDE "exec/types.i" 5 | ENDC !EXEC_TYPES_I 6 | IFND EXEC_LIBRARIES_I 7 | INCLUDE "exec/libraries.i" 8 | ENDC !EXEC_LIBRARIES_I 9 | MR_SERIALPORT EQU 0 10 | MR_SERIALBITS EQU 1 11 | MR_PARALLELPORT EQU 2 12 | MR_PARALLELBITS EQU 3 13 | NUMMRTYPES EQU 4 14 | STRUCTURE MiscResource,LIB_SIZE 15 | STRUCT mr_AllocArray,4*NUMMRTYPES 16 | LABEL mr_Sizeof 17 | LIBINIT LIB_BASE 18 | LIBDEF MR_ALLOCMISCRESOURCE 19 | LIBDEF MR_FREEMISCRESOURCE 20 | MISCNAME MACRO 21 | DC.B 'misc.resource',0 22 | ENDM 23 | ENDC !RESOURCE_MISC_I 24 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/resources/potgo.i: -------------------------------------------------------------------------------- 1 | IFND RESOURCES_POTGO_I 2 | RESOURCES_POTGO_I EQU 1 3 | POTGONAME MACRO 4 | DC.B 'potgo.resource' 5 | DC.B 0 6 | DS.W 0 7 | ENDM 8 | ENDC 9 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/workbench/icon.i: -------------------------------------------------------------------------------- 1 | IFND WORKBENCH_ICON_I 2 | WORKBENCH_ICON_I SET 1 3 | ICONNAME MACRO 4 | DC.B 'icon.library',0 5 | ENDM 6 | ENDC !WORKBENCH_ICON_I 7 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include.strip/workbench/startup.i: -------------------------------------------------------------------------------- 1 | 2 | IFND EXEC_TYPES_I 3 | INCLUDE "exec/types.i" 4 | ENDC !EXEC_TYPES_I 5 | IFND EXEC_PORTS_I 6 | INCLUDE "exec/ports.i" 7 | ENDC !EXEC_PORTS_I 8 | IFND LIBRARIES_DOS_I 9 | INCLUDE "libraries/dos.i" 10 | ENDC !LIBRARIES_DOS_I 11 | STRUCTURE WBStartup,0 12 | STRUCT sm_Message,MN_SIZE 13 | APTR sm_Process 14 | BPTR sm_Segment 15 | LONG sm_NumArgs 16 | APTR sm_ToolWindow 17 | APTR sm_ArgList 18 | LABEL sm_SIZEOF 19 | STRUCTURE WBArg,0 20 | BPTR wa_Lock 21 | APTR wa_Name 22 | LABEL wa_SIZEOF 23 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/changes.txt: -------------------------------------------------------------------------------- 1 | Changes made to auto-converted CBM 1.2 Include Files 2 | ==================================================== 3 | 4 | devices/bootblock.i EQU-SET 5 | devices/clipboard.i EQU-SET, removed spurious semi-colons 6 | devices/printer.i EQU-SET 7 | devices/prtbase.i EQU-SET 8 | resources/cia.i added surrounding conditional 9 | resources/potgo.i EQU-SET 10 | workbench/startup.i added surrounding conditional 11 | workbench/workbench.i added surrounding conditional 12 | 13 | 14 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/devices/bootblock.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_BOOTBLOCK_I 2 | DEVICES_BOOTBLOCK_I SET 1 3 | rsreset 4 | BB rs.b 0 5 | BB_ID rs.b 4 6 | BB_CHKSUM rs.l 1 7 | BB_DOSBLOCK rs.l 1 8 | BB_ENTRY rs.w 0 9 | BB_SIZE rs.w 0 10 | BOOTSECTS equ 2 11 | BBID_DOS macro 12 | dc.b 'DOS',0 13 | endm 14 | BBID_KICK macro 15 | dc.b 'KICK' 16 | endm 17 | BBNAME_DOS EQU (('D'<<24)!('O'<<16)!('S'<<8)) 18 | BBNAME_KICK EQU (('K'<<24)!('I'<<16)!('C'<<8)!('K')) 19 | ENDC 20 | 21 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/devices/console_lib.i: -------------------------------------------------------------------------------- 1 | _LVOCDInputHandler EQU -42 2 | _LVORawKeyConvert EQU -48 3 | 4 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/devices/gameport.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_GAMEPORT_I 2 | DEVICES_GAMEPORT_I SET 1 3 | IFND EXEC_IO_I 4 | INCLUDE "exec/io.i" 5 | ENDC 6 | DEVINIT 7 | DEVCMD GPD_READEVENT 8 | DEVCMD GPD_ASKCTYPE 9 | DEVCMD GPD_SETCTYPE 10 | DEVCMD GPD_ASKTRIGGER 11 | DEVCMD GPD_SETTRIGGER 12 | GPTB_DOWNKEYS equ 0 13 | GPTF_DOWNKEYS equ 1<<0 14 | GPTB_UPKEYS equ 1 15 | GPTF_UPKEYS equ 1<<1 16 | rsreset 17 | GamePortTrigger rs.b 0 18 | gpt_Keys rs.w 1 19 | gpt_Timeout rs.w 1 20 | gpt_XDelta rs.w 1 21 | gpt_YDelta rs.w 1 22 | gpt_SIZEOF rs.w 0 23 | GPCT_ALLOCATED EQU -1 24 | GPCT_NOCONTROLLER EQU 0 25 | GPCT_MOUSE EQU 1 26 | GPCT_RELJOYSTICK EQU 2 27 | GPCT_ABSJOYSTICK EQU 3 28 | GPDERR_SETCTYPE EQU 1 29 | ENDC 30 | 31 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/devices/input.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_INPUT_I 2 | DEVICES_INPUT_I SET 1 3 | IFND EXEC_IO_I 4 | INCLUDE "exec/io.i" 5 | ENDC 6 | DEVINIT 7 | DEVCMD IND_ADDHANDLER 8 | DEVCMD IND_REMHANDLER 9 | DEVCMD IND_WRITEEVENT 10 | DEVCMD IND_SETTHRESH 11 | DEVCMD IND_SETPERIOD 12 | DEVCMD IND_SETMPORT 13 | DEVCMD IND_SETMTYPE 14 | DEVCMD IND_SETMTRIG 15 | ENDC 16 | 17 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/devices/keyboard.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_KEYBOARD_I 2 | DEVICES_KEYBOARD_I SET 1 3 | IFND EXEC_IO_I 4 | INCLUDE "exec/io.i" 5 | ENDC 6 | DEVINIT 7 | DEVCMD KBD_READEVENT 8 | DEVCMD KBD_READMATRIX 9 | DEVCMD KBD_ADDRESETHANDLER 10 | DEVCMD KBD_REMRESETHANDLER 11 | DEVCMD KBD_RESETHANDLERDONE 12 | ENDC 13 | 14 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/devices/timer.i: -------------------------------------------------------------------------------- 1 | IFND DEVICES_TIMER_I 2 | DEVICES_TIMER_I SET 1 3 | IFND EXEC_IO_I 4 | INCLUDE "exec/io.i" 5 | ENDC 6 | UNIT_MICROHZ EQU 0 7 | UNIT_VBLANK EQU 1 8 | TIMERNAME MACRO 9 | DC.B 'timer.device',0 10 | DS.W 0 11 | ENDM 12 | rsreset 13 | TIMEVAL rs.b 0 14 | TV_SECS rs.l 1 15 | TV_MICRO rs.l 1 16 | TV_SIZE rs.w 0 17 | rsreset 18 | TIMEREQUEST rs.b IO_SIZE 19 | IOTV_TIME rs.b TV_SIZE 20 | IOTV_SIZE rs.w 0 21 | DEVINIT 22 | DEVCMD TR_ADDREQUEST 23 | DEVCMD TR_GETSYSTIME 24 | DEVCMD TR_SETSYSTIME 25 | ENDC 26 | 27 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/devices/timer_lib.i: -------------------------------------------------------------------------------- 1 | _LVOAddTime EQU -42 2 | _LVOSubTime EQU -48 3 | _LVOCmpTime EQU -54 4 | 5 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/devices.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_DEVICES_I 2 | EXEC_DEVICES_I SET 1 3 | IFND EXEC_LIBRARIES_I 4 | INCLUDE "exec/libraries.i" 5 | ENDC 6 | IFND EXEC_PORTS_I 7 | INCLUDE "exec/ports.i" 8 | ENDC 9 | rsreset 10 | DD rs.b LIB_SIZE 11 | DD_SIZE rs.w 0 12 | rsreset 13 | UNIT rs.b MP_SIZE 14 | UNIT_FLAGS rs.b 1 15 | UNIT_pad rs.b 1 16 | UNIT_OPENCNT rs.w 1 17 | UNIT_SIZE rs.w 0 18 | UNITB_ACTIVE equ 0 19 | UNITF_ACTIVE equ 1<<0 20 | UNITB_INTASK equ 1 21 | UNITF_INTASK equ 1<<1 22 | ENDC 23 | 24 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/errors.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_ERRORS_I 2 | EXEC_ERRORS_I SET 1 3 | IOERR_OPENFAIL EQU -1 4 | IOERR_ABORTED EQU -2 5 | IOERR_NOCMD EQU -3 6 | IOERR_BADLENGTH EQU -4 7 | ERR_OPENDEVICE EQU IOERR_OPENFAIL 8 | ENDC 9 | 10 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/exec.i: -------------------------------------------------------------------------------- 1 | INCLUDE "exec/nodes.i" 2 | INCLUDE "exec/lists.i" 3 | INCLUDE "exec/interrupts.i" 4 | INCLUDE "exec/memory.i" 5 | INCLUDE "exec/ports.i" 6 | INCLUDE "exec/tasks.i" 7 | INCLUDE "exec/libraries.i" 8 | INCLUDE "exec/devices.i" 9 | INCLUDE "exec/io.i" 10 | 11 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/execname.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_EXECNAME_I 2 | EXEC_EXECNAME_I SET 1 3 | EXECNAME macro 4 | dc.b 'exec.library',0 5 | ds.w 0 6 | endm 7 | ENDC 8 | 9 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/initializers.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_INITIALIZERS_I 2 | EXEC_INITIALIZERS_I SET 1 3 | INITBYTE MACRO 4 | DC.B $e0 5 | DC.B 0 6 | DC.W \1 7 | DC.B \2 8 | DC.B 0 9 | ENDM 10 | INITWORD MACRO 11 | DC.B $d0 12 | DC.B 0 13 | DC.W \1 14 | DC.W \2 15 | ENDM 16 | INITLONG MACRO 17 | DC.B $c0 18 | DC.B 0 19 | DC.W \1 20 | DC.L \2 21 | ENDM 22 | INITSTRUCT MACRO 23 | DS.W 0 24 | IFC '\4','' 25 | COUNT\@ SET 0 26 | ENDC 27 | IFNC '\4','' 28 | COUNT\@ SET \4 29 | ENDC 30 | CMD\@ SET (((\1)<<4)!COUNT\@) 31 | IFLE (\2)-255 32 | DC.B (CMD\@)!$80 33 | DC.B \2 34 | MEXIT 35 | ENDC 36 | DC.B CMD\@!$0C0 37 | DC.B (((\2)>>16)&$0FF) 38 | DC.W ((\2)&$0FFFF) 39 | ENDM 40 | ENDC 41 | 42 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/interrupts.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_INTERRUPTS_I 2 | EXEC_INTERRUPTS_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC 6 | IFND EXEC_LISTS_I 7 | INCLUDE "exec/lists.i" 8 | ENDC 9 | rsreset 10 | IS rs.b LN_SIZE 11 | IS_DATA rs.l 1 12 | IS_CODE rs.l 1 13 | IS_SIZE rs.w 0 14 | rsreset 15 | IV rs.b 0 16 | IV_DATA rs.l 1 17 | IV_CODE rs.l 1 18 | IV_NODE rs.l 1 19 | IV_SIZE rs.w 0 20 | SB_SAR equ 15 21 | SF_SAR equ 1<<15 22 | SB_TQE equ 14 23 | SF_TQE equ 1<<14 24 | SB_SINT equ 13 25 | SF_SINT equ 1<<13 26 | rsreset 27 | SH rs.b LH_SIZE 28 | SH_PAD rs.w 1 29 | SH_SIZE rs.w 0 30 | SIH_PRIMASK EQU $0F0 31 | SIH_QUEUES EQU 5 32 | INTB_NMI equ 15 33 | INTF_NMI equ 1<<15 34 | ENDC 35 | 36 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/memory.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_MEMORY_I 2 | EXEC_MEMORY_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC 6 | rsreset 7 | ML rs.b LN_SIZE 8 | ML_NUMENTRIES rs.w 1 9 | ML_ME rs.w 0 10 | ML_SIZE rs.w 0 11 | rsreset 12 | ME rs.b 0 13 | ME_REQS rs.w 0 14 | ME_ADDR rs.l 1 15 | ME_LENGTH rs.l 1 16 | ME_SIZE rs.w 0 17 | MEMB_PUBLIC equ 0 18 | MEMF_PUBLIC equ 1<<0 19 | MEMB_CHIP equ 1 20 | MEMF_CHIP equ 1<<1 21 | MEMB_FAST equ 2 22 | MEMF_FAST equ 1<<2 23 | MEMB_CLEAR equ 16 24 | MEMF_CLEAR equ 1<<16 25 | MEMB_LARGEST equ 17 26 | MEMF_LARGEST equ 1<<17 27 | MEM_BLOCKSIZE EQU 8 28 | MEM_BLOCKMASK EQU (MEM_BLOCKSIZE-1) 29 | rsreset 30 | MH rs.b LN_SIZE 31 | MH_ATTRIBUTES rs.w 1 32 | MH_FIRST rs.l 1 33 | MH_LOWER rs.l 1 34 | MH_UPPER rs.l 1 35 | MH_FREE rs.l 1 36 | MH_SIZE rs.w 0 37 | rsreset 38 | MC rs.b 0 39 | MC_NEXT rs.l 1 40 | MC_BYTES rs.l 1 41 | MC_SIZE rs.l 1 42 | ENDC 43 | 44 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/nodes.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_NODES_I 2 | EXEC_NODES_I SET 1 3 | rsreset 4 | LN rs.b 0 5 | LN_SUCC rs.l 1 6 | LN_PRED rs.l 1 7 | LN_TYPE rs.b 1 8 | LN_PRI rs.b 1 9 | LN_NAME rs.l 1 10 | LN_SIZE rs.w 0 11 | rsreset 12 | MLN rs.b 0 13 | MLN_SUCC rs.l 1 14 | MLN_PRED rs.l 1 15 | MLN_SIZE rs.w 0 16 | NT_UNKNOWN EQU 0 17 | NT_TASK EQU 1 18 | NT_INTERRUPT EQU 2 19 | NT_DEVICE EQU 3 20 | NT_MSGPORT EQU 4 21 | NT_MESSAGE EQU 5 22 | NT_FREEMSG EQU 6 23 | NT_REPLYMSG EQU 7 24 | NT_RESOURCE EQU 8 25 | NT_LIBRARY EQU 9 26 | NT_MEMORY EQU 10 27 | NT_SOFTINT EQU 11 28 | NT_FONT EQU 12 29 | NT_PROCESS EQU 13 30 | NT_SEMAPHORE EQU 14 31 | NT_SIGNALSEM EQU 15 32 | ENDC 33 | 34 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/ports.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_PORTS_I 2 | EXEC_PORTS_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC 6 | IFND EXEC_LISTS_I 7 | INCLUDE "exec/lists.i" 8 | ENDC 9 | rsreset 10 | MP rs.b LN_SIZE 11 | MP_FLAGS rs.b 1 12 | MP_SIGBIT rs.b 1 13 | MP_SIGTASK rs.l 1 14 | MP_MSGLIST rs.b LH_SIZE 15 | MP_SIZE rs.w 0 16 | MP_SOFTINT EQU MP_SIGTASK 17 | PF_ACTION EQU 3 18 | PA_SIGNAL EQU 0 19 | PA_SOFTINT EQU 1 20 | PA_IGNORE EQU 2 21 | rsreset 22 | MN rs.b LN_SIZE 23 | MN_REPLYPORT rs.l 1 24 | MN_LENGTH rs.w 1 25 | MN_SIZE rs.w 0 26 | ENDC 27 | 28 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/resident.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_RESIDENT_I 2 | EXEC_RESIDENT_I SET 1 3 | rsreset 4 | RT rs.b 0 5 | RT_MATCHWORD rs.w 1 6 | RT_MATCHTAG rs.l 1 7 | RT_ENDSKIP rs.l 1 8 | RT_FLAGS rs.b 1 9 | RT_VERSION rs.b 1 10 | RT_TYPE rs.b 1 11 | RT_PRI rs.b 1 12 | RT_NAME rs.l 1 13 | RT_IDSTRING rs.l 1 14 | RT_INIT rs.l 1 15 | RT_SIZE rs.w 0 16 | RTC_MATCHWORD EQU $4AFC 17 | RTB_COLDSTART equ 0 18 | RTF_COLDSTART equ 1<<0 19 | RTB_AUTOINIT equ 7 20 | RTF_AUTOINIT equ 1<<7 21 | RTM_WHEN EQU 1 22 | RTW_NEVER EQU 0 23 | RTW_COLDSTART EQU 1 24 | ENDC 25 | 26 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/semaphores.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_SEMAPHORES_I 2 | EXEC_SEMAPHORES_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC 6 | IFND EXEC_LISTS_I 7 | INCLUDE "exec/lists.i" 8 | ENDC 9 | IFND EXEC_PORTS_I 10 | INCLUDE "exec/ports.i" 11 | ENDC 12 | rsreset 13 | SM rs.b MP_SIZE 14 | SM_BIDS rs.w 1 15 | SM_SIZE rs.w 0 16 | SM_LOCKMSG EQU MP_SIGTASK 17 | rsreset 18 | SSR rs.b MLN_SIZE 19 | SSR_WAITER rs.l 1 20 | SSR_SIZE rs.w 0 21 | rsreset 22 | SS rs.b LN_SIZE 23 | SS_NESTCOUNT rs.w 1 24 | SS_WAITQUEUE rs.b MLH_SIZE 25 | SS_MULTIPLELINK rs.b SSR_SIZE 26 | SS_OWNER rs.l 1 27 | SS_QUEUECOUNT rs.w 1 28 | SS_SIZE rs.w 0 29 | ENDC 30 | 31 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/exec/strings.i: -------------------------------------------------------------------------------- 1 | IFND EXEC_STRINGS_I 2 | EXEC_STRINGS_I SET 1 3 | EOS EQU 0 4 | BELL EQU 7 5 | LF EQU 10 6 | CR EQU 13 7 | BS EQU 8 8 | DEL EQU $7F 9 | NL EQU LF 10 | STRING MACRO 11 | DC.B \1 12 | DC.B 0 13 | CNOP 0,2 14 | ENDM 15 | STRINGL MACRO 16 | DC.B 13,10 17 | DC.B \1 18 | DC.B 0 19 | CNOP 0,2 20 | ENDM 21 | STRINGR MACRO 22 | DC.B \1 23 | DC.B 13,10,0 24 | CNOP 0,2 25 | ENDM 26 | STRINGLR MACRO 27 | DC.B 13,10 28 | DC.B \1 29 | DC.B 13,10,0 30 | CNOP 0,2 31 | ENDM 32 | ENDC 33 | 34 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/graphics/display.i: -------------------------------------------------------------------------------- 1 | IFND GRAPHICS_DISPLAY_I 2 | GRAPHICS_DISPLAY_I SET 1 3 | MODE_640 equ $8000 4 | PLNCNTMSK equ $7 5 | PLNCNTSHFT equ 12 6 | PF2PRI equ $40 7 | COLORON equ $0200 8 | DBLPF equ $400 9 | HOLDNMODIFY equ $800 10 | INTERLACE equ 4 11 | PFA_FINE_SCROLL equ $F 12 | PFB_FINE_SCROLL_SHIFT equ 4 13 | PF_FINE_SCROLL_MASK equ $F 14 | DIW_HORIZ_POS equ $7F 15 | DIW_VRTCL_POS equ $1FF 16 | DIW_VRTCL_POS_SHIFT equ 7 17 | DFTCH_MASK equ $FF 18 | VPOSRLOF equ $8000 19 | ENDC 20 | 21 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/graphics/gfx.i: -------------------------------------------------------------------------------- 1 | IFND GRAPHICS_GFX_I 2 | GRAPHICS_GFX_I SET 1 3 | BITSET equ $8000 4 | BITCLR equ 0 5 | AGNUS equ 1 6 | DENISE equ 1 7 | rsreset 8 | BitMap rs.b 0 9 | bm_BytesPerRow rs.w 1 10 | bm_Rows rs.w 1 11 | bm_Flags rs.b 1 12 | bm_Depth rs.b 1 13 | bm_Pad rs.w 1 14 | bm_Planes rs.b 8*4 15 | bm_SIZEOF rs.w 0 16 | rsreset 17 | Rectangle rs.b 0 18 | ra_MinX rs.w 1 19 | ra_MinY rs.w 1 20 | ra_MaxX rs.w 1 21 | ra_MaxY rs.w 1 22 | ra_SIZEOF rs.w 0 23 | ENDC 24 | 25 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/graphics/layers_lib.i: -------------------------------------------------------------------------------- 1 | _LVOInitLayers EQU -30 2 | _LVOCreateUpfrontLayer EQU -36 3 | _LVOCreateBehindLayer EQU -42 4 | _LVOUpfrontLayer EQU -48 5 | _LVOBehindLayer EQU -54 6 | _LVOMoveLayer EQU -60 7 | _LVOSizeLayer EQU -66 8 | _LVOScrollLayer EQU -72 9 | _LVOBeginUpdate EQU -78 10 | _LVOEndUpdate EQU -84 11 | _LVODeleteLayer EQU -90 12 | _LVOLockLayer EQU -96 13 | _LVOUnlockLayer EQU -102 14 | _LVOLockLayers EQU -108 15 | _LVOUnlockLayers EQU -114 16 | _LVOLockLayerInfo EQU -120 17 | _LVOSwapBitsRastPortClipRect EQU -126 18 | _LVOWhichLayer EQU -132 19 | _LVOUnlockLayerInfo EQU -138 20 | _LVONewLayerInfo EQU -144 21 | _LVODisposeLayerInfo EQU -150 22 | _LVOFattenLayerInfo EQU -156 23 | _LVOThinLayerInfo EQU -162 24 | _LVOMoveLayerInFrontOf EQU -168 25 | _LVOInstallClipRegion EQU -174 26 | 27 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/graphics/regions.i: -------------------------------------------------------------------------------- 1 | IFND GRAPHICS_REGIONS_I 2 | GRAPHICS_REGIONS_I SET 1 3 | IFND GRAPHICS_GFX_I 4 | INCLUDE 'graphics/gfx.i' 5 | ENDC 6 | rsreset 7 | Region rs.b 0 8 | rg_bounds rs.b ra_SIZEOF 9 | rg_RegionRectangle rs.l 1 10 | rg_SIZEOF rs.w 0 11 | rsreset 12 | RegionRectangle rs.b 0 13 | rr_Next rs.l 1 14 | rr_Prev rs.l 1 15 | rr_bounds rs.b ra_SIZEOF 16 | rr_SIZEOF rs.w 0 17 | ENDC 18 | 19 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/graphics/sprite.i: -------------------------------------------------------------------------------- 1 | IFND GRAPHICS_SPRITE_I 2 | GRAPHICS_SPRITE_I SET 1 3 | rsreset 4 | SimpleSprite rs.b 0 5 | ss_posctldata rs.l 1 6 | ss_height rs.w 1 7 | ss_x rs.w 1 8 | ss_y rs.w 1 9 | ss_num rs.w 1 10 | ss_SIZEOF rs.w 0 11 | ENDC 12 | 13 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/hardware/dmabits.i: -------------------------------------------------------------------------------- 1 | IFND HARDWARE_DMABITS_I 2 | HARDWARE_DMABITS_I SET 1 3 | DMAF_SETCLR EQU $8000 4 | DMAF_AUDIO EQU $000F 5 | DMAF_AUD0 EQU $0001 6 | DMAF_AUD1 EQU $0002 7 | DMAF_AUD2 EQU $0004 8 | DMAF_AUD3 EQU $0008 9 | DMAF_DISK EQU $0010 10 | DMAF_SPRITE EQU $0020 11 | DMAF_BLITTER EQU $0040 12 | DMAF_COPPER EQU $0080 13 | DMAF_RASTER EQU $0100 14 | DMAF_MASTER EQU $0200 15 | DMAF_BLITHOG EQU $0400 16 | DMAF_ALL EQU $01FF 17 | DMAF_BLTDONE EQU $4000 18 | DMAF_BLTNZERO EQU $2000 19 | DMAB_SETCLR EQU 15 20 | DMAB_AUD0 EQU 0 21 | DMAB_AUD1 EQU 1 22 | DMAB_AUD2 EQU 2 23 | DMAB_AUD3 EQU 3 24 | DMAB_DISK EQU 4 25 | DMAB_SPRITE EQU 5 26 | DMAB_BLITTER EQU 6 27 | DMAB_COPPER EQU 7 28 | DMAB_RASTER EQU 8 29 | DMAB_MASTER EQU 9 30 | DMAB_BLITHOG EQU 10 31 | DMAB_BLTDONE EQU 14 32 | DMAB_BLTNZERO EQU 13 33 | ENDC 34 | 35 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/hardware/intbits.i: -------------------------------------------------------------------------------- 1 | IFND HARDWARE_INTBITS_I 2 | HARDWARE_INTBITS_I SET 1 3 | INTB_SETCLR EQU (15) 4 | INTB_INTEN EQU (14) 5 | INTB_EXTER EQU (13) 6 | INTB_DSKSYNC EQU (12) 7 | INTB_RBF EQU (11) 8 | INTB_AUD3 EQU (10) 9 | INTB_AUD2 EQU (9) 10 | INTB_AUD1 EQU (8) 11 | INTB_AUD0 EQU (7) 12 | INTB_BLIT EQU (6) 13 | INTB_VERTB EQU (5) 14 | INTB_COPER EQU (4) 15 | INTB_PORTS EQU (3) 16 | INTB_SOFTINT EQU (2) 17 | INTB_DSKBLK EQU (1) 18 | INTB_TBE EQU (0) 19 | INTF_SETCLR EQU (1<<15) 20 | INTF_INTEN EQU (1<<14) 21 | INTF_EXTER EQU (1<<13) 22 | INTF_DSKSYNC EQU (1<<12) 23 | INTF_RBF EQU (1<<11) 24 | INTF_AUD3 EQU (1<<10) 25 | INTF_AUD2 EQU (1<<9) 26 | INTF_AUD1 EQU (1<<8) 27 | INTF_AUD0 EQU (1<<7) 28 | INTF_BLIT EQU (1<<6) 29 | INTF_VERTB EQU (1<<5) 30 | INTF_COPER EQU (1<<4) 31 | INTF_PORTS EQU (1<<3) 32 | INTF_SOFTINT EQU (1<<2) 33 | INTF_DSKBLK EQU (1<<1) 34 | INTF_TBE EQU (1<<0) 35 | ENDC 36 | 37 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/intuition/intuitionbase.i: -------------------------------------------------------------------------------- 1 | IFND INTUITION_INTUITIONBASE_I 2 | INTUITION_INTUITIONBASE_I SET 1 3 | IFND EXEC_TYPES_I 4 | INCLUDE "exec/types.i" 5 | ENDC 6 | IFND EXEC_LIBRARIES_I 7 | INCLUDE "exec/libraries.i" 8 | ENDC 9 | IFND GRAPHICS_VIEW_I 10 | INCLUDE "graphics/view.i" 11 | ENDC 12 | rsreset 13 | IntuitionBase rs.b 0 14 | ib_LibNode rs.b LIB_SIZE 15 | ib_ViewLord rs.b v_SIZEOF 16 | ib_ActiveWindow rs.l 1 17 | ib_ActiveScreen rs.l 1 18 | ib_FirstScreen rs.l 1 19 | ENDC 20 | 21 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/libraries/configvars.i: -------------------------------------------------------------------------------- 1 | IFND LIBRARIES_CONFIGVARS_I 2 | LIBRARIES_CONFIGVARS_I SET 1 3 | IFND EXEC_NODES_I 4 | INCLUDE "exec/nodes.i" 5 | ENDC 6 | IFND LIBRARIES_CONFIGREGS_I 7 | INCLUDE "libraries/configregs.i" 8 | ENDC 9 | rsreset 10 | ConfigDev rs.b 0 11 | cd_Node rs.b LN_SIZE 12 | cd_Flags rs.b 1 13 | cd_Pad rs.b 1 14 | cd_Rom rs.b ExpansionRom_SIZEOF 15 | cd_BoardAddr rs.l 1 16 | cd_BoardSize rs.l 1 17 | cd_SlotAddr rs.w 1 18 | cd_SlotSize rs.w 1 19 | cd_Driver rs.l 1 20 | cd_NextCD rs.l 1 21 | cd_Unused rs.b 4*4 22 | ConfigDev_SIZEOF rs.w 0 23 | CDB_SHUTUP equ 0 24 | CDF_SHUTUP equ 1<<0 25 | CDB_CONFIGME equ 1 26 | CDF_CONFIGME equ 1<<1 27 | rsreset 28 | CurrentBinding rs.b 0 29 | cb_ConfigDev rs.l 1 30 | cb_FileName rs.l 1 31 | cb_ProductString rs.l 1 32 | cb_ToolTypes rs.l 1 33 | CurrentBinding_SIZEOF rs.w 0 34 | ENDC 35 | 36 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/libraries/diskfont_lib.i: -------------------------------------------------------------------------------- 1 | _LVOOpenDiskFont EQU -30 2 | _LVOAvailFonts EQU -36 3 | CALLDISKFONT MACRO 4 | move.l _DiskfontBase,a6 5 | jsr _LVO\1(a6) 6 | ENDM 7 | DISKFONTNAME MACRO 8 | dc.b 'diskfont.library',0 9 | ENDM 10 | 11 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/libraries/expansion.i: -------------------------------------------------------------------------------- 1 | IFND LIBRARIES_EXPANSION_I 2 | LIBRARIES_EXPANSION_I SET 1 3 | EXPANSIONNAME MACRO 4 | dc.b 'expansion.library',0 5 | ENDM 6 | ADNB_STARTPROC equ 0 7 | ADNF_STARTPROC equ 1<<0 8 | ENDC 9 | 10 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/libraries/expansion_lib.i: -------------------------------------------------------------------------------- 1 | _LVOAddConfigDev EQU -30 2 | _LVOexpansionUnused EQU -36 3 | _LVOAllocBoardMem EQU -42 4 | _LVOAllocConfigDev EQU -48 5 | _LVOAllocExpansionMem EQU -54 6 | _LVOConfigBoard EQU -60 7 | _LVOConfigChain EQU -66 8 | _LVOFindConfigDev EQU -72 9 | _LVOFreeBoardMem EQU -78 10 | _LVOFreeConfigDev EQU -84 11 | _LVOFreeExpansionMem EQU -90 12 | _LVOReadExpansionByte EQU -96 13 | _LVOReadExpansionRom EQU -102 14 | _LVORemConfigDev EQU -108 15 | _LVOWriteExpansionByte EQU -114 16 | _LVOObtainConfigBinding EQU -120 17 | _LVOReleaseConfigBinding EQU -126 18 | _LVOSetCurrentBinding EQU -132 19 | _LVOGetCurrentBinding EQU -138 20 | _LVOMakeDosNode EQU -144 21 | _LVOAddDosNode EQU -150 22 | CALLEXP MACRO 23 | move.l _ExpansionBase,a6 24 | jsr _LVO\1(a6) 25 | ENDM 26 | 27 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/libraries/translator.i: -------------------------------------------------------------------------------- 1 | TTL '$Header: translator.i,v 32.1 86/01/22 01:18:17 sam Exp $' 2 | IFND LIBRARIES_TRANSLATOR_I 3 | LIBRARIES_TRANSLATOR_I SET 1 4 | TR_NotUsed EQU -1 5 | TR_NoMem EQU -2 6 | TR_MakeBad EQU -4 7 | ENDC 8 | 9 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/libraries/translator_lib.i: -------------------------------------------------------------------------------- 1 | _LVOTranslate EQU -30 2 | CALLTRANS MACRO 3 | move.l _TranslatorBase,a6 4 | jsr _LVO\1(a6) 5 | ENDM 6 | TRANSNAME MACRO 7 | dc.b 'translator.library',0 8 | ENDM 9 | 10 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/math/mathffp_lib.i: -------------------------------------------------------------------------------- 1 | _LVOSPFix EQU -30 2 | _LVOSPFlt EQU -36 3 | _LVOSPCmp EQU -42 4 | _LVOSPTst EQU -48 5 | _LVOSPAbs EQU -54 6 | _LVOSPNeg EQU -60 7 | _LVOSPAdd EQU -66 8 | _LVOSPSub EQU -72 9 | _LVOSPMul EQU -78 10 | _LVOSPDiv EQU -84 11 | _LVOSPFloor EQU -90 12 | _LVOSPCeil EQU -96 13 | CALLFFP MACRO 14 | move.l _MathBase,a6 15 | jsr _LVO\1(a6) 16 | ENDM 17 | FFPNAME MACRO 18 | dc.b 'mathffp.library',0 19 | ENDM 20 | 21 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/math/mathieeedoubbas_lib.i: -------------------------------------------------------------------------------- 1 | _LVOIEEEDPFix EQU -30 2 | _LVOIEEEDPFlt EQU -36 3 | _LVOIEEEDPCmp EQU -42 4 | _LVOIEEEDPTst EQU -48 5 | _LVOIEEEDPAbs EQU -54 6 | _LVOIEEEDPNeg EQU -60 7 | _LVOIEEEDPAdd EQU -66 8 | _LVOIEEEDPSub EQU -72 9 | _LVOIEEEDPMul EQU -78 10 | _LVOIEEEDPDiv EQU -84 11 | _LVOIEEEDPFloor EQU -90 12 | _LVOIEEEDPCeil EQU -96 13 | CALLIEEEDOUB MACRO 14 | move.l _MathIeeeDoubBasBase,a6 15 | jsr _LVO\1(a6) 16 | ENDM 17 | IEEEDOUBNAME MACRO 18 | dc.b 'mathieeedoubbas.library',0 19 | ENDM 20 | 21 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/math/mathtrans_lib.i: -------------------------------------------------------------------------------- 1 | _LVOSPAtan EQU -30 2 | _LVOSPSin EQU -36 3 | _LVOSPCos EQU -42 4 | _LVOSPTan EQU -48 5 | _LVOSPSincos EQU -54 6 | _LVOSPSinh EQU -60 7 | _LVOSPCosh EQU -66 8 | _LVOSPTanh EQU -72 9 | _LVOSPExp EQU -78 10 | _LVOSPLog EQU -84 11 | _LVOSPPow EQU -90 12 | _LVOSPSqrt EQU -96 13 | _LVOSPTieee EQU -102 14 | _LVOSPFieee EQU -108 15 | _LVOSPAsin EQU -114 16 | _LVOSPAcos EQU -120 17 | _LVOSPLog10 EQU -126 18 | CALLMATHTRANS MACRO 19 | move.l _MathTransBase,a6 20 | jsr _LVO\1(a6) 21 | ENDM 22 | MATHTRANSNAME MACRO 23 | dc.b 'mathtrans.library',0 24 | ENDM 25 | 26 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/resources/cia.i: -------------------------------------------------------------------------------- 1 | IFND RESOURCES_CIA_I 2 | RESOURCES_CIA_I SET 1 3 | CIAANAME MACRO 4 | DC.B 'ciaa.resource',0 5 | ENDM 6 | CIABNAME MACRO 7 | DC.B 'ciab.resource',0 8 | ENDM 9 | ENDC 10 | 11 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/resources/misc.i: -------------------------------------------------------------------------------- 1 | IFND RESOURCES_MISC_I 2 | RESOURCES_MISC_I SET 1 3 | IFND EXEC_TYPES_I 4 | INCLUDE "exec/types.i" 5 | ENDC 6 | IFND EXEC_LIBRARIES_I 7 | INCLUDE "exec/libraries.i" 8 | ENDC 9 | MR_SERIALPORT EQU 0 10 | MR_SERIALBITS EQU 1 11 | MR_PARALLELPORT EQU 2 12 | MR_PARALLELBITS EQU 3 13 | NUMMRTYPES EQU 4 14 | rsreset 15 | MiscResource rs.b LIB_SIZE 16 | mr_AllocArray rs.b 4*NUMMRTYPES 17 | mr_Sizeof rs.w 0 18 | LIBINIT LIB_BASE 19 | LIBDEF MR_ALLOCMISCRESOURCE 20 | LIBDEF MR_FREEMISCRESOURCE 21 | MISCNAME MACRO 22 | DC.B 'misc.resource',0 23 | ENDM 24 | ENDC 25 | 26 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/resources/potgo.i: -------------------------------------------------------------------------------- 1 | IFND RESOURCES_POTGO_I 2 | RESOURCES_POTGO_I SET 1 3 | POTGONAME MACRO 4 | DC.B 'potgo.resource' 5 | DC.B 0 6 | DS.W 0 7 | ENDM 8 | ENDC 9 | 10 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/resources/potgo_lib.i: -------------------------------------------------------------------------------- 1 | _LVOAllocPotBits EQU -6 2 | _LVOFreePotBits EQU -12 3 | _LVOWritePotgo EQU -18 4 | CALLPOTGO MACRO 5 | move.l _PotgoBase,a6 6 | jsr _LVO\1(a6) 7 | ENDM 8 | 9 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/workbench/icon.i: -------------------------------------------------------------------------------- 1 | IFND WORKBENCH_ICON_I 2 | WORKBENCH_ICON_I SET 1 3 | ICONNAME MACRO 4 | DC.B 'icon.library',0 5 | ENDM 6 | ENDC 7 | 8 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/workbench/icon_lib.i: -------------------------------------------------------------------------------- 1 | _LVOGetWBObject EQU -30 2 | _LVOPutWBObject EQU -36 3 | _LVOGetIcon EQU -42 4 | _LVOPutIcon EQU -48 5 | _LVOFreeFreeList EQU -54 6 | _LVOFreeWBObject EQU -60 7 | _LVOAllocWBObject EQU -66 8 | _LVOAddFreeList EQU -72 9 | _LVOGetDiskObject EQU -78 10 | _LVOPutDiskObject EQU -84 11 | _LVOFreeDiskObject EQU -90 12 | _LVOFindToolType EQU -96 13 | _LVOMatchToolValue EQU -102 14 | _LVOBumpRevision EQU -108 15 | CALLICON MACRO 16 | move.l _IconBase,a6 17 | jsr _LVO\1(a6) 18 | ENDM 19 | ICONNAME MACRO 20 | dc.b 'icon.library',0 21 | ENDM 22 | 23 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/include/workbench/startup.i: -------------------------------------------------------------------------------- 1 | IFND WORKBENCH_STARTUP_I 2 | WORKBENCH_STARTUP_I SET 1 3 | IFND EXEC_TYPES_I 4 | INCLUDE "exec/types.i" 5 | ENDC 6 | IFND EXEC_PORTS_I 7 | INCLUDE "exec/ports.i" 8 | ENDC 9 | IFND LIBRARIES_DOS_I 10 | INCLUDE "libraries/dos.i" 11 | ENDC 12 | rsreset 13 | WBStartup rs.b 0 14 | sm_Message rs.b MN_SIZE 15 | sm_Process rs.l 1 16 | sm_Segment rs.l 1 17 | sm_NumArgs rs.l 1 18 | sm_ToolWindow rs.l 1 19 | sm_ArgList rs.l 1 20 | sm_SIZEOF rs.w 0 21 | rsreset 22 | WBArg rs.b 0 23 | wa_Lock rs.l 1 24 | wa_Name rs.l 1 25 | wa_SIZEOF rs.w 0 26 | ENDC 27 | 28 | -------------------------------------------------------------------------------- /AmigaDH0/devpac2/library/Amiga.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devpac2/library/Amiga.lib -------------------------------------------------------------------------------- /AmigaDH0/devs/clipboard.device: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/clipboard.device -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/cdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/cdn -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/ch1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/ch1 -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/ch2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/ch2 -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/d -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/dk -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/e -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/f -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/gb -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/i -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/is: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/is -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/n -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/s -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/usa0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/usa0 -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/usa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/usa1 -------------------------------------------------------------------------------- /AmigaDH0/devs/keymaps/usa2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/keymaps/usa2 -------------------------------------------------------------------------------- /AmigaDH0/devs/narrator.device: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/narrator.device -------------------------------------------------------------------------------- /AmigaDH0/devs/parallel.device: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/parallel.device -------------------------------------------------------------------------------- /AmigaDH0/devs/printer.device: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printer.device -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Alphacom_Alphapro_101: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Alphacom_Alphapro_101 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Brother_HR-15XL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Brother_HR-15XL -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/CBM_MPS1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/CBM_MPS1000 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/CalComp_ColorMaster: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/CalComp_ColorMaster -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/CalComp_ColorMaster2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/CalComp_ColorMaster2 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Canon_PJ-1080A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Canon_PJ-1080A -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Diablo_630: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Diablo_630 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Diablo_Advantage_D25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Diablo_Advantage_D25 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Diablo_C-150: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Diablo_C-150 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/EpsonQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/EpsonQ -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/EpsonXOld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/EpsonXOld -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/EpsonX[CBM_MPS-1250]: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/EpsonX[CBM_MPS-1250] -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/HP_DeskJet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/HP_DeskJet -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/HP_LaserJet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/HP_LaserJet -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/HP_PaintJet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/HP_PaintJet -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/HP_ThinkJet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/HP_ThinkJet -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Howtek_Pixelmaster: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Howtek_Pixelmaster -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/ImagewriterII: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/ImagewriterII -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Nec_Pinwriter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Nec_Pinwriter -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Okidata_293I: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Okidata_293I -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Okidata_92: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Okidata_92 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Okimate_20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Okimate_20 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Quadram_QuadJet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Quadram_QuadJet -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Qume_LetterPro_20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Qume_LetterPro_20 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Toshiba_P351C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Toshiba_P351C -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Toshiba_P351SX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Toshiba_P351SX -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/Xerox_4020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/Xerox_4020 -------------------------------------------------------------------------------- /AmigaDH0/devs/printers/generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/printers/generic -------------------------------------------------------------------------------- /AmigaDH0/devs/ramdrive.device: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/ramdrive.device -------------------------------------------------------------------------------- /AmigaDH0/devs/serial.device: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/serial.device -------------------------------------------------------------------------------- /AmigaDH0/devs/system-configuration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/devs/system-configuration -------------------------------------------------------------------------------- /AmigaDH0/fonts/Courier/11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Courier/11 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Courier/13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Courier/13 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Courier/15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Courier/15 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Courier/18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Courier/18 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Courier/24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Courier/24 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Helvetica/11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Helvetica/11 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Helvetica/13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Helvetica/13 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Helvetica/15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Helvetica/15 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Helvetica/18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Helvetica/18 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Helvetica/24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Helvetica/24 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Helvetica/9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Helvetica/9 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Times/11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Times/11 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Times/13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Times/13 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Times/15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Times/15 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Times/18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Times/18 -------------------------------------------------------------------------------- /AmigaDH0/fonts/Times/24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/Times/24 -------------------------------------------------------------------------------- /AmigaDH0/fonts/diamond.font: -------------------------------------------------------------------------------- 1 | diamond/12 `diamond/20` -------------------------------------------------------------------------------- /AmigaDH0/fonts/diamond/12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/diamond/12 -------------------------------------------------------------------------------- /AmigaDH0/fonts/diamond/20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/diamond/20 -------------------------------------------------------------------------------- /AmigaDH0/fonts/emerald.font: -------------------------------------------------------------------------------- 1 | emerald/17`emerald/20` -------------------------------------------------------------------------------- /AmigaDH0/fonts/emerald/17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/emerald/17 -------------------------------------------------------------------------------- /AmigaDH0/fonts/emerald/20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/emerald/20 -------------------------------------------------------------------------------- /AmigaDH0/fonts/garnet.font: -------------------------------------------------------------------------------- 1 | garnet/16`garnet/9 ` -------------------------------------------------------------------------------- /AmigaDH0/fonts/garnet/16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/garnet/16 -------------------------------------------------------------------------------- /AmigaDH0/fonts/garnet/9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/garnet/9 -------------------------------------------------------------------------------- /AmigaDH0/fonts/opal.font: -------------------------------------------------------------------------------- 1 | opal/12 `opal/9 ` -------------------------------------------------------------------------------- /AmigaDH0/fonts/opal/12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/opal/12 -------------------------------------------------------------------------------- /AmigaDH0/fonts/opal/9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/opal/9 -------------------------------------------------------------------------------- /AmigaDH0/fonts/ruby.font: -------------------------------------------------------------------------------- 1 | ruby/12 `ruby/15`ruby/8` -------------------------------------------------------------------------------- /AmigaDH0/fonts/ruby/12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/ruby/12 -------------------------------------------------------------------------------- /AmigaDH0/fonts/ruby/15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/ruby/15 -------------------------------------------------------------------------------- /AmigaDH0/fonts/ruby/8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/ruby/8 -------------------------------------------------------------------------------- /AmigaDH0/fonts/sapphire.font: -------------------------------------------------------------------------------- 1 | sapphire/14`sapphire/19` -------------------------------------------------------------------------------- /AmigaDH0/fonts/sapphire/14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/sapphire/14 -------------------------------------------------------------------------------- /AmigaDH0/fonts/sapphire/19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/sapphire/19 -------------------------------------------------------------------------------- /AmigaDH0/fonts/topaz.font: -------------------------------------------------------------------------------- 1 | topaz/11 @ -------------------------------------------------------------------------------- /AmigaDH0/fonts/topaz/11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/fonts/topaz/11 -------------------------------------------------------------------------------- /AmigaDH0/l/Aux-Handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/Aux-Handler -------------------------------------------------------------------------------- /AmigaDH0/l/Disk-Validator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/Disk-Validator -------------------------------------------------------------------------------- /AmigaDH0/l/FastFileSystem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/FastFileSystem -------------------------------------------------------------------------------- /AmigaDH0/l/Newcon-Handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/Newcon-Handler -------------------------------------------------------------------------------- /AmigaDH0/l/Pipe-Handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/Pipe-Handler -------------------------------------------------------------------------------- /AmigaDH0/l/Port-Handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/Port-Handler -------------------------------------------------------------------------------- /AmigaDH0/l/Ram-Handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/Ram-Handler -------------------------------------------------------------------------------- /AmigaDH0/l/Shell-Seg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/Shell-Seg -------------------------------------------------------------------------------- /AmigaDH0/l/Speak-Handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/l/Speak-Handler -------------------------------------------------------------------------------- /AmigaDH0/libs/ARP.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/ARP.library -------------------------------------------------------------------------------- /AmigaDH0/libs/STOpus.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/STOpus.library -------------------------------------------------------------------------------- /AmigaDH0/libs/diskfont.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/diskfont.library -------------------------------------------------------------------------------- /AmigaDH0/libs/icon.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/icon.library -------------------------------------------------------------------------------- /AmigaDH0/libs/info.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/info.library -------------------------------------------------------------------------------- /AmigaDH0/libs/mathieeedoubbas.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/mathieeedoubbas.library -------------------------------------------------------------------------------- /AmigaDH0/libs/mathieeedoubtrans.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/mathieeedoubtrans.library -------------------------------------------------------------------------------- /AmigaDH0/libs/mathtrans.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/mathtrans.library -------------------------------------------------------------------------------- /AmigaDH0/libs/translator.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/translator.library -------------------------------------------------------------------------------- /AmigaDH0/libs/version.library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/AmigaDH0/libs/version.library -------------------------------------------------------------------------------- /AmigaDH0/s/CLI-Startup: -------------------------------------------------------------------------------- 1 | prompt "%N> " 2 | -------------------------------------------------------------------------------- /AmigaDH0/s/DPAT: -------------------------------------------------------------------------------- 1 | .key com/a,pat/a,dir/a,opt1,opt2,opt3,opt4 2 | failat 21 3 | echo >ENV:qw<$$> "" first=256 4 | IF $qw<$$> EQ ":" 5 | list >t:q<$$> lformat=" *"%s%s*" *"%s*" " 6 | skip doit 7 | ENDIF 8 | IF $qw<$$> EQ "/" 9 | list >t:q<$$> lformat=" *"%s%s*" *"%s*" " 10 | skip doit 11 | ENDIF 12 | IF EXISTS 13 | list >t:q<$$> lformat=" *"%s%s*" *"/%s*" " 14 | ELSE 15 | list >t:q<$$> lformat=" *"%s%s*" *"*" " 16 | ENDIF 17 | lab doit 18 | IF NOT FAIL 19 | execute t:q<$$> 20 | ELSE 21 | echo " not found" 22 | ENDIF 23 | failat 10 24 | ;do wildcards for double arg command 25 | -------------------------------------------------------------------------------- /AmigaDH0/s/PCD: -------------------------------------------------------------------------------- 1 | .key dir 2 | IF "" EQ "" 3 | assign ofrom<$$>: "" 4 | cd from<$$>: 5 | assign from<$$>: ofrom<$$>: 6 | assign ofrom<$$>: 7 | ELSE 8 | assign from<$$>: "" 9 | cd 10 | ENDIF 11 | ; this is a CD script that remembers the previous directory 12 | -------------------------------------------------------------------------------- /AmigaDH0/s/SPAT: -------------------------------------------------------------------------------- 1 | .key com/a,pat/a,opt1,opt2,opt3,opt4 2 | failat 21 3 | list >t:q<$$> lformat=" *"%s%s*" " 4 | IF NOT FAIL 5 | execute t:q<$$> 6 | ELSE 7 | echo " not found" 8 | ENDIF 9 | failat 10 10 | ;do wildcards for single arg command 11 | -------------------------------------------------------------------------------- /AmigaDH0/s/Shell-Startup: -------------------------------------------------------------------------------- 1 | Prompt "%N.%S> " 2 | alias xcopy copy [] clone 3 | alias endshell endcli 4 | alias pro execute s:spat protect [] 5 | alias sdate execute s:spat setdate [] 6 | alias ren execute s:dpat rename [] 7 | alias clear echo "*E[0;0H*E[J" 8 | alias reverse echo "*E[0;0H*E[41;30m*E[J" 9 | alias normal echo "*E[0;0H*E[40;31m*E[J" 10 | -------------------------------------------------------------------------------- /AmigaDH0/s/Startup-Sequence: -------------------------------------------------------------------------------- 1 | Addbuffers df0: 10 2 | c:SetPatch >NIL: ;patch system functions 3 | cd c: 4 | echo "A500/A2000 U.K. Workbench disk. Release 1.3 version 34.20*N" 5 | Sys:System/FastMemFirst ; move C00000 memory to last in list 6 | BindDrivers 7 | SetClock load ;load system time from real time clock (A1000 owners should 8 | ;replace the SetClock load with Date 9 | FF >NIL: -0 ;speed up Text 10 | resident CLI L:Shell-Seg SYSTEM pure add; activate Shell 11 | resident c:Execute pure 12 | mount newcon: 13 | ; 14 | failat 11 15 | run execute s:StartupII ;This lets resident be used for rest of script 16 | wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done) 17 | ; 18 | SYS:System/SetMap gb ;Activate the ()/* on keypad 19 | path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench 20 | LoadWB delay ;wait for inhibit to end before continuing 21 | endcli >NIL: 22 | -------------------------------------------------------------------------------- /AmigaDH0/s/Startup-Sequence.HD: -------------------------------------------------------------------------------- 1 | ; Startup sequence for Hard Disk users...checks for hard disk, then 2 | ; transfers control if it is present. (The script assumes DH0:) 3 | ; TO USE: copy your normal startup-sequence files (Startup-Sequence, 4 | ; and StartupII to the S: directory of your hard disk. 5 | ; Then rename your normal Startup-Sequence file 6 | ; as Startup-Sequence.f in the S: directory of the floppy, just in case. 7 | ; Now replace the Startup-Sequence file on the floppy with this file. 8 | ; 9 | setpatch 10 | SYS:System/FastMemFirst 11 | binddrivers 12 | assign >NIL: DH0: exists 13 | IF NOT WARN 14 | ; hard disk is present 15 | assign sys: dh0: 16 | assign c: SYS:c 17 | assign L: SYS:l 18 | assign FONTS: SYS:fonts 19 | assign S: SYS:s 20 | assign DEVS: SYS:devs 21 | assign LIBS: SYS:libs 22 | makedir ram:tr 23 | assign t: ram:tr 24 | execute s:Startup-Sequence 25 | ELSE 26 | ; no hard disk 27 | execute s:Startup-Sequence.f 28 | ENDIF 29 | -------------------------------------------------------------------------------- /AmigaDH0/s/StartupII: -------------------------------------------------------------------------------- 1 | resident c:Resident pure 2 | resident c:List pure ;pre-load LIST and CD 3 | resident c:CD pure 4 | resident c:Mount pure ;the next 3 are loaded for speed during startup 5 | resident c:Assign pure 6 | resident c:Makedir pure 7 | ;make IF, ENDIF, ELSE, SKIP, ENDSKIP, and ECHO resident if 8 | ;you use scripts much, and can afford the ram. 9 | ;also make Failat, WAIT, and ENDCLI resident if you use IconX a lot 10 | makedir ram:t 11 | assign T: ram:t ;set up T: directory for scripts 12 | makedir ram:env ; set up ENV: directory 13 | assign ENV: ram:env 14 | makedir ram:clipboards ;set up CLIPS: assign 15 | assign CLIPS: ram:clipboards 16 | mount speak: ;just mounting doesn't take much ram at all 17 | mount aux: 18 | mount pipe: 19 | resident Mount remove ;if you have enough ram, keep these resident 20 | resident Assign remove ;by removing these lines 21 | resident Makedir remove 22 | ; 23 | break 1 C ;signal to other process its ok to finish 24 | -------------------------------------------------------------------------------- /Arnie map.ctm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Arnie map.ctm -------------------------------------------------------------------------------- /BASIC Sprite multiplexing.txt: -------------------------------------------------------------------------------- 1 | BASIC Sprite multiplexing 2 | https://youtu.be/Uo6p9TRzxec 3 | 4 | I was looking at my old multiplexor and thought how it might be useful to expand its capabilities to include multicolour, priority, and expansion for each sprite. 5 | The best way to use the multiplexor is to use the source code and assemble an optimised version that meets specific requirements: https://github.com/martinpiper/C64Public/tree/master/SpriteMultiplexor 6 | 7 | Then I thought, why not add BASIC support for a pre-assembled version? So here it is: https://github.com/martinpiper/C64Public/blob/master/SpriteMultiplexor/BASICDemo.d64 8 | 9 | The BASIC code is commented and demonstrates the functionality: https://github.com/martinpiper/C64Public/blob/master/SpriteMultiplexor/BASICDemo.txt 10 | -------------------------------------------------------------------------------- /Barbarian 1.txt: -------------------------------------------------------------------------------- 1 | 2 | https://www.lemon64.com/game/barbarian-the-ultimate-warrior 3 | 4 | To clear the screen and clear the soure off screen buffer 5 | f 6800 7eff 0 6 | f af00 b92f 0 7 | 8 | 9 | This uses bitmap based player characters, with a sprite overlay for the clothes, and some parts of the head and sword if they are above a certain point. 10 | Also sprites for the head and monster thing that kicks the head. 11 | 12 | 13 | 14 | IK+ video: https://youtu.be/6pNqESNTYB0 15 | IK+ used two sprite grid for two players, and a character based player. 16 | 17 | 18 | https://youtu.be/bLtoCFE3M6o 19 | 20 | 00:12 Introduction 21 | 00:30 Quick graphical overview 22 | 01:54 Player characters in more detail 23 | 03:50 Looking at the memory access 24 | 05:27 Find sprite data... 25 | 06:50 Software sprite off-screen buffers 26 | 11:08 Screen transition/wipe effect 27 | 20:20 Other bitmap animation, the snakes 28 | 20:38 Software sprite analysis - Part 2 29 | -------------------------------------------------------------------------------- /CharsetValues.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/CharsetValues.prg -------------------------------------------------------------------------------- /Cheats.d64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Cheats.d64 -------------------------------------------------------------------------------- /Enigma Force 4000.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Enigma Force 4000.prg -------------------------------------------------------------------------------- /Enigma Force with pic.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Enigma Force with pic.prg -------------------------------------------------------------------------------- /Enigma Force.bat: -------------------------------------------------------------------------------- 1 | ..\c64\acme.exe --lib ..\C64\ --msvc -v9 "Enigma Force.a" 2 | c:\work\c64\bin\LZMPi.exe -pp $37 -c64mbu "Enigma Force 4000.prg" EnigmaForceMouse1.prg $4000 3 | 4 | ..\c64\acme.exe --lib ..\C64\ --msvc -v9 "Enigma Force with pic.a" 5 | c:\work\c64\bin\LZMPi.exe -pp $37 -c64mbu "Enigma Force with pic.prg" EnigmaForceMouse1WithPic.prg $200 6 | 7 | C:\Downloads\WinVICE-3.1-x86-r34062\WinVICE-3.1-x86-r34062\x64sc.exe -controlport1device 3 -remotemonitor EnigmaForceMouse1WithPic.prg 8 | -------------------------------------------------------------------------------- /EnigmaForceMouse1.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/EnigmaForceMouse1.prg -------------------------------------------------------------------------------- /EnigmaForceMouse1WithPic.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/EnigmaForceMouse1WithPic.prg -------------------------------------------------------------------------------- /FeatureEditor.bat: -------------------------------------------------------------------------------- 1 | start http://127.0.0.1:8001/ace-builds-master/demo/autocompletion.html 2 | 3 | rem --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED 4 | java -Dcom.replicanet.cukesplus.server.featureEditor -Dcom.replicanet.ACEServer.debug.requests= -DZbdd6502.trace=true -jar ..\BDD6502\target\BDD6502-1.0.9-SNAPSHOT-jar-with-dependencies.jar --monochrome --plugin pretty --plugin html:target/cucumber --plugin json:target/report1.json --glue TestGlue features 5 | -------------------------------------------------------------------------------- /FlyingShark.d64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/FlyingShark.d64 -------------------------------------------------------------------------------- /FlyingSharkBoot.pdb.marti.config: -------------------------------------------------------------------------------- 1 | WindowWidth=1623 2 | WindowHeight=837 3 | WindowLeft=-1712 4 | WindowTop=47 5 | commandHistory0=bk c000 6 | WindowState=Normal 7 | -------------------------------------------------------------------------------- /FlyingSharkLoader.pdb.marti.config: -------------------------------------------------------------------------------- 1 | WindowWidth=1503 2 | WindowHeight=717 3 | WindowLeft=4 4 | WindowTop=13 5 | commandHistory0=bk c000 6 | WindowState=Normal 7 | -------------------------------------------------------------------------------- /Ghouls and Ghosts.txt: -------------------------------------------------------------------------------- 1 | Ghouls and Ghosts 2 | https://youtu.be/z6hn1Rw4Jis 3 | 4 | https://www.lemon64.com/review/ghouls-n-ghosts/1112 5 | 6 | bank ram 7 | s "c:\temp\gng chrs.bin" 0 f000 f7ff 8 | s "c:\temp\gng blk.bin" 0 bc00 bfff 9 | 10 | c:\work\c64\bin\Swizzle.exe "c:\temp\gng blk.bin" "c:\temp\gng blk swz.bin" 2 4 256 11 | 12 | $c8 = 200 block wifth starting at $a020? 13 | Actually map width per "screen" is 20 (dec) x 10 starting at $a020 apparently 14 | 15 | Two charsets $e800 $f000 16 | 17 | $e800 is used for the trees area 18 | 19 | 20 | -------------------------------------------------------------------------------- /Gribbly's Day Out.txt: -------------------------------------------------------------------------------- 1 | Gribbly's Day Out 2 | https://www.c64-wiki.com/wiki/Gribbly%27s_Day_Out 3 | 4 | "D:\Ultimate tape archive\Ultimate_Tape_Archive_V4.5\Ultimate_Tape_Archive_V4.5\Gribbly's_Day_Out_(1985_Hewson_Consultants)_[206]\Gribbly's_Day_Out.tap" 5 | 6 | 7 | 684d clears a block? 8 | 9 | 53/54 = level data? 10 | 11 | 12 | 458a = level setup? Clear? 13 | 45ab = level object extract/plot? 14 | 45b1 = level side populate? 15 | 16 | Paradroid scrolling routine: https://youtu.be/12Lr2eYTzMg?t=969 17 | 18 | 19 | https://youtu.be/sZyMa-Ec534 20 | 21 | 00:11 Introduction 22 | 01:11 Quick look at the tape version loader 23 | 03:35 Game code start 24 | 04:35 Game map data and scrolling 25 | 06:05 Title screen, score panel, and game character sets 26 | 06:54 Dynamic character set updates 27 | 08:20 Dynamic sprites 28 | 09:32 Closer look at the game map data 29 | 10:55 Similar to Paradroid 30 | 11:25 Extracting the game map using CharPad 31 | 13:04 Game map initialisation code 32 | -------------------------------------------------------------------------------- /HTWASM/BuildIt.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | del HTWAM.prg 3 | 4 | ..\..\C64\acme.exe --lib ..\..\C64\ -v4 --msvc HTWAM4.a 5 | if not exist HTWAM.prg goto error 6 | ..\..\C64\bin\LZMPi.exe -c64mu HTWAM.prg HTWAM.prg $800 >t.txt 7 | if not exist HTWAM.prg goto error 8 | goto end 9 | :error 10 | echo HTWAM.prg not created! 11 | exit /B -1 12 | :end 13 | -------------------------------------------------------------------------------- /HTWASM/HTWAM.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 2012 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTWAM", "HTWAM.vcxproj", "{74571111-EF48-45E5-AE0F-4F819F638E3D}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Release|Win32 = Release|Win32 9 | EndGlobalSection 10 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 11 | {74571111-EF48-45E5-AE0F-4F819F638E3D}.Release|Win32.ActiveCfg = Release|Win32 12 | {74571111-EF48-45E5-AE0F-4F819F638E3D}.Release|Win32.Build.0 = Release|Win32 13 | EndGlobalSection 14 | GlobalSection(SolutionProperties) = preSolution 15 | HideSolutionNode = FALSE 16 | EndGlobalSection 17 | EndGlobal 18 | -------------------------------------------------------------------------------- /HTWASM/clyde1.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/HTWASM/clyde1.prg -------------------------------------------------------------------------------- /HTWASM/clyde2.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/HTWASM/clyde2.prg -------------------------------------------------------------------------------- /HTWASM/clyde3.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/HTWASM/clyde3.prg -------------------------------------------------------------------------------- /HTWASM/htwam.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/HTWASM/htwam.1 -------------------------------------------------------------------------------- /HTWASM/rt1.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/HTWASM/rt1.prg -------------------------------------------------------------------------------- /HTWASM/rt2.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/HTWASM/rt2.prg -------------------------------------------------------------------------------- /Jack the Nipper 2.ctm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Jack the Nipper 2.ctm -------------------------------------------------------------------------------- /Jack the Nipper 2.txt: -------------------------------------------------------------------------------- 1 | Jack the Nipper 2 2 | 3 | Brown and green text MC 4 | Single screen 5 | 6 | Block 6 is a ladder. 7 | 4x4 map blocks, no colour 8 | 9 | $d0 map width? 10 | 11 | Charset $4800 12 | Some dynamic water/flames etc 13 | 14 | Tiles at $0f00 15 | Map at $1f00 16 | 17 | CharPad ctm file created :) 18 | -------------------------------------------------------------------------------- /Koronis Rift.txt: -------------------------------------------------------------------------------- 1 | 2 | https://www.lemon64.com/game/koronis-rift 3 | 4 | f e780 f67f 0 5 | f a780 b67f 0 6 | 7 | 8ad draw loop? 8 | c8fa draw columns, unrolled for a specific column, draw from the bottom up, with X register 9 | Clever use of self modifiying code to replace the unrolled sta aaaa,x with rts 10 | jsr at $c902 is self modified 11 | So actually it draws column spans using the self modified unrolled code, with X 12 | $c92b also jsr is self modified 13 | 14 | 15 | .C:08ad 20 69 C8 JSR $C869 Draws solid columns using self modified unrolled code 16 | .C:08b0 20 67 96 JSR $9667 Draws landscape dots really 17 | .C:08b3 20 CD 4E JSR $4ECD 18 | .C:08b6 20 E1 08 JSR $08E1 19 | .C:08b9 20 EF 08 JSR $08EF Draws sprites 20 | .C:08bc 20 B8 3C JSR $3CB8 21 | .C:08bf 20 F4 18 JSR $18F4 22 | 23 | 24 | 25 | f 8400 873f ff clears the sprites with solid colour 26 | The easiest way is to clip is to change the sprite definition to point to an empty frame 27 | -------------------------------------------------------------------------------- /Lemmings combined small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Lemmings combined small.png -------------------------------------------------------------------------------- /Lemmings combined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Lemmings combined.png -------------------------------------------------------------------------------- /Lotus esprit turbo challenge early prototype.txt: -------------------------------------------------------------------------------- 1 | https://www.gamesthatwerent.com/2015/11/lotus-esprit-turbo-challenge-early-proto/ 2 | https://commodoreformatarchive.com/power-pack-4-january-1991/ 3 | https://www.lemon64.com/forum/viewtopic.php?t=35114 4 | https://archive.org/download/gbc-v18 5 | https://ia802207.us.archive.org/view_archive.php?archive=/9/items/gbc-v18/GBC_V18_01.iso 6 | https://archive.org/download/gbc-v18/GBC_V18_01.iso/Extras%2FCovertapes%2FC%2FCommodore_Format_PowerPack_04.zip 7 | 8 | (C:$4282) h 0 ffff ad 00 dc 9 | 1408 10 | 1402? 11 | 1405? 12 | 34d9 13 | 4246 14 | 4232? 15 | (C:$4282) h 0 ffff ad 01 dc 16 | 1445 17 | 34ec 18 | 4307 19 | 20 | 21 | 22 | Look for similar joystick bits handling code? 23 | h 0 ffff 29 04 d0 24 | 25 | Turn off music, makes it easier to study memory patterns 26 | > 203 60 27 | 28 | -------------------------------------------------------------------------------- /MakeAllScrText.a: -------------------------------------------------------------------------------- 1 | ; c:\work\c64\acme.exe -f cbm -o c:\temp\t.prg C:\Work\DebuggingDetails\MakeAllScrText.a 2 | * = $400 3 | sei 4 | ldy #0 5 | sty $01 6 | sty $fb 7 | lda #4 8 | sta $fc 9 | .l1 10 | lda ($fb),y 11 | and #$1f 12 | sta ($fb),y 13 | iny 14 | bne .l1 15 | inc $fc 16 | bne .l1 17 | jmp * 18 | 19 | -------------------------------------------------------------------------------- /New Rally-X 64.txt: -------------------------------------------------------------------------------- 1 | https://thestuffmade.itch.io/rally-x-64 2 | https://github.com/martinpiper/DebuggingDetails/blob/main/New%20Rally-X%2064.txt 3 | 4 | 5 | Updating the scrolling area character set for the smooth scroll. No need to counter rotate the score panel characters. 6 | 7 | Radar characters. 8 | 9 | Sprites behind the characters. 10 | 11 | Very unrolled speed code, no index register, very quick but uses a lot of memory. 12 | But the game only scrolls in 4 directions so it's OK. 13 | 14 | 15 | 16 | 00:11 Introduction 17 | 00:44 Like Radar Rat Race, but better 18 | 01:30 Title screen 19 | 02:20 Character based score panel and radar 20 | 03:05 Vertical split using software scroll 21 | 04:40 Sprites details 22 | 05:00 Very fast screen scroll code 23 | 09:50 Sprite background priority 24 | 14:00 Timing the scroll code 25 | 18:40 Game in C64DebugGUI 26 | 19:56 Only 7 sprites used? 27 | -------------------------------------------------------------------------------- /Nine - LFT.txt: -------------------------------------------------------------------------------- 1 | Demo here: https://linusakesson.net/scene/nine/index.php 2 | 3 | First 4 | Magician - Char screen 5 | Multiplexed sprites 6 | 7 | 8 | Second 9 | Side border open, screen off 10 | Magician - Sprites with expansion 11 | Expanded sprites pretending to be side borders 12 | 13 | 14 | Third 15 | Extra "sprite" is chars with charset 16 | 17 | 18 | Fourth 19 | Magician - Chars again 20 | With narrower animated sprites in the top border 21 | Some expanded and multicolour 22 | Basically, the top border uses nicely constructed expanded/multicolour/hires sprites that 23 | very closely match the hires only sprites display 24 | 25 | 26 | https://youtu.be/Ik1vsMM2EuY 27 | 28 | 29 | 30 | f 6800 6d00 0 31 | a 8d51 jmp 8d7a 32 | f 6400 6800 %10101010 %01010101 %11111111 33 | -------------------------------------------------------------------------------- /Paradroid game map.ctm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Paradroid game map.ctm -------------------------------------------------------------------------------- /Paradroid tiles mode.ctm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Paradroid tiles mode.ctm -------------------------------------------------------------------------------- /Paradroid titles.ctm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/Paradroid titles.ctm -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # DebuggingDetails 2 | Debugging details for various projects 3 | -------------------------------------------------------------------------------- /Rescue on Fractalus.txt: -------------------------------------------------------------------------------- 1 | 2 | 2f0e calls drawLine 3 | 4 | 5 | 2242 ? 6 | 2224 ? 7 | 8 | to lookup the x column to bitmap cell (x8) 9 | 10 | 11 | 12 | 1bd4 calls .clearScreen0 13 | 14 | al 1ef3 .xCoordTab 15 | 16 | al 1e10 .clearScreen0 17 | al 2171 .drawGround 18 | al 2b67 .drawLine 19 | 20 | al 303e .fillSky 21 | al 2fa4 .fillSkyGroundBlock 22 | al 2fdf .fillSkyGroundBlock2 23 | 24 | -------------------------------------------------------------------------------- /Skyrim.txt: -------------------------------------------------------------------------------- 1 | https://youtu.be/667pXachU5w?t=421 2 | Dawnstar 3 | Wait for caravan 4 | Go to the hidden chest 5 | Sell, quick save, attack, quick load, gold cycle 6 | 7 | 8 | 9 | Use trainer, which gives them lots of gold, then sell them items (like expensive potions you've just crafted). 10 | Train speech left hand tree to get the "vendor buys everything" perk. 11 | -------------------------------------------------------------------------------- /Snow effects.txt: -------------------------------------------------------------------------------- 1 | Snow effects 2 | https://youtu.be/0JYbGuFxPYs 3 | 4 | https://www.youtube.com/watch?v=8RxzkriK3rs&lc=UgxCHHsg1YhTxEt8Ka14AaABAg 5 | 6 | 7 | Waveform Christmas Hit Disk 8 | https://csdb.dk/release/?id=171346 9 | Animates into the bitmap and uses colour (from the "screen" data) to animate the flake colours. 10 | 11 | 12 | https://github.com/martinpiper/C64Public/tree/master/ChristmasDemo 13 | Animates the character set and has static vertical strips. 14 | 15 | 16 | 00:08 Introduction 17 | 00:36 Bitmap animation with sparkles 18 | 03:40 Character set animation method 19 | -------------------------------------------------------------------------------- /Street Surfer.txt: -------------------------------------------------------------------------------- 1 | Street Surfer 2 | https://www.lemon64.com/game/street-surfer 3 | "D:\Ultimate tape archive\Ultimate_Tape_Archive_V4.5\Ultimate_Tape_Archive_V4.5\Street_Surfer_(1986_Entertainment_USA)_[2843]\Street_Surfer.tap" 4 | 5 | f 4f00 5b7f aa 6 | 7 | (C:$0c15) a 400 8 | .0400 inc d020 9 | .0403 jsr 16e8 10 | .0406 dec d020 11 | .0409 rts 12 | .040a 13 | 14 | > c13 0 4 15 | -------------------------------------------------------------------------------- /Tape loaders.txt: -------------------------------------------------------------------------------- 1 | c:\work\c64\bin\TapeTool.exe r c:\work\c64\IRQTape\TapeTool\test.tap bc1000 2 | 3 | 0 rem this will read an auto run tape file 4 | 1 rem and relocate it to 16384 onwards 5 | 2 rem this allows easier study 6 | 3 a=16384 7 | 10 fori=0to1023:pokea+i,0:next 8 | 20 poke780,0:sys65469:rem setnam 9 | 30 poke780,1:poke781,1:poke782,0:sys65466:rem setlfs 10 | 40 sys65472:rem open 11 | 50 s=(peek(830)*256)+peek(829) 12 | 60 e=(peek(832)*256)+peek(831) 13 | 70 for i=828to1019:pokea+i,peek(i):pokei,0:next 14 | 80 print"remember to use goto 200" 15 | 90 print"start end: ",s,e 16 | 100 input a$ 17 | 110 poke781,1:sys65478:rem chkin 18 | 120 sys65487:rem chrin 19 | 130 input a$ 20 | 200 fori=stoe:pokea+i,peek(828+i-s):next 21 | -------------------------------------------------------------------------------- /TapeTool.txt: -------------------------------------------------------------------------------- 1 | Download from: https://martin-piper.itch.io/c64tapetool 2 | 3 | https://youtu.be/zPLjrAsoUk0 4 | 5 | 00:00 Introduction to the quick start 6 | 00:25 Downloading the software 7 | 00:50 Windows security messages 8 | 01:14 Running the example batch file 9 | 01:20 TAP file running with turbo loader 10 | 01:40 Compressed blocks in any order 11 | 02:50 Build batch file in more detail 12 | 03:15 Changing the loader 13 | 03:28 How the framework includes options 14 | 03:48 Configuring the data for the TAP file 15 | 04:45 Compressed data blocks display 16 | 05:15 Customising the TAP file build options 17 | 06:02 Tape turbo loading speed 18 | 06:25 Handling loading errors with retry 19 | 07:58 Sprites in the borders while loading 20 | 09:10 Removing the bitmap to reduce the size 21 | 09:58 Using the filename byte 22 | 11:27 Data block interleaving 23 | 12:26 Software is free to use 24 | -------------------------------------------------------------------------------- /Turbo Outrun.txt: -------------------------------------------------------------------------------- 1 | Turbo Outrun 2 | "D:\C64_Preservation_Project_10th_Anniversary_Collection_G64\c64pp-g64-zip\t\turbo_out_run_s1[us_gold_1989](pal)(!).g64" 3 | 4 | break 1092 5 | l "c:\temp\good330.prg" 0 6 | Interesting protection code, returning the code that kills itself instead of the real game code :) 7 | 8 | 9 | 10 | Hi nybble first, then low nybble, for samples 11 | 12 | 13 | 14 | Part 1 and 3 15 | 3f36 = timer units 16 | 3f35 = timer tens 17 | > 3ea2 60 18 | 19 | Part 2 20 | > 3e85 60 21 | 22 | Part 4 23 | > 3ebc 60 24 | 25 | 26 | 27 | https://youtu.be/HcRXNUe7sp8 28 | 00:11 Introduction 29 | 00:38 Disk protection fails?! 30 | 08:28 Bypass the protection 31 | 09:31 Playing sound samples 32 | 22:02 Title screen bouncing text 33 | 25:34 Game view graphics 34 | 35:36 Finding infinite time 35 | 42:28 Roadside object data 36 | 46:20 Engine, tyres, or turbo? 37 | 27:50 Revisiting the palm trees 38 | 49:48 Ending screen priority fix 39 | 51:12 Course map complete 40 | -------------------------------------------------------------------------------- /efload.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/efload.bmp -------------------------------------------------------------------------------- /efload.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinpiper/DebuggingDetails/f49278368df035bead5d4e97cf56341e6bfbf28b/efload.scr -------------------------------------------------------------------------------- /tbk.lbl: -------------------------------------------------------------------------------- 1 | break .KERNALSerialBus_SendTALK 2 | break .KERNALSerialBus_SendLISTEN 3 | break .KERNALSerialBus_SendData 4 | break .KERNALSerialBus_SendLISTENSecondaryAddress 5 | break .KERNALSerialBus_ClearATN 6 | break .KERNALSerialBus_SendTALKSecondaryAddress 7 | break .KERNALSerialBus_SendDataDeferred 8 | break .KERNALSerialBus_SendUNTALK 9 | break .KERNALSerialBus_SendUNLISTEN 10 | break .KERNALSerialBus_ReceiveData 11 | --------------------------------------------------------------------------------