├── 16 ├── 16 │ ├── 16_mm.c │ ├── SCRC │ │ ├── CONSTANT.H │ │ ├── FUNPTR.EXE │ │ ├── MAKEFILE │ │ ├── PALETTE.C │ │ ├── PALETTE.H │ │ ├── TEST.C │ │ ├── TEST.EXE │ │ ├── constant.h │ │ ├── fade.c │ │ ├── fade.exe │ │ ├── fade2.c │ │ ├── funptr.c │ │ ├── funptr.exe │ │ ├── makefile │ │ ├── palette.c │ │ ├── palette.h │ │ ├── test.c │ │ └── test.exe │ ├── TEST.C │ ├── ed.pcx │ ├── emmo │ │ ├── emmtest.exe │ │ ├── emsdump.exe │ │ └── maptest0.exe │ ├── gfx.pal │ ├── inpu.bat │ ├── inputest.bfproject │ ├── inputest.exe │ ├── lib │ │ ├── MODEX16.C │ │ ├── MODEX16.H │ │ ├── lib_com.cpp │ │ └── lib_com.h │ ├── makefile │ ├── modex16.7z │ ├── old16.7z │ ├── opl2.c │ ├── opl2.h │ └── src │ │ ├── inputest.c │ │ └── lib │ │ ├── 16_in.c │ │ ├── 16_in.h │ │ ├── lib_head.c │ │ ├── lib_head.h │ │ └── types.h ├── (RUN_RUN.TO) ├── (_START_.__) ├── (_______.__) ├── (~~~~~~~.~~) ├── 00jsmn00.7z ├── 16_mm.c ├── ADT2PLAY │ ├── FILE_ID.DIZ │ ├── ILOADERS.INC │ ├── MAKE.BAT │ ├── STRINGIO.PAS │ ├── STRUCTRS.INC │ ├── TXTSCRIO.PAS │ ├── a2player.c │ ├── a2player.h │ ├── a2player.pas │ ├── adt2play.c │ ├── adt2play.pas │ ├── parserio.pas │ ├── timerint.pas │ ├── typconst.inc │ └── unpk_lib.pas ├── EMS.BAS ├── GAMECOLR.PAL ├── ID_MM.C ├── ID_MMw.C ├── ID_SD.C ├── ID_SD.EQU ├── ID_SD.H ├── ID_SD_A.ASM ├── ID_SD_A.BAK ├── PCGPE10.7z ├── PCX_LIB │ ├── PCX_COMM.C │ ├── PCX_DISP.C │ ├── PCX_EXAM.C │ ├── PCX_EXAM.EXE │ ├── PCX_EXT.H │ ├── PCX_FILE.C │ ├── PCX_FMT.DOC │ ├── PCX_INT.H │ ├── PCX_LIB.BAT │ ├── PCX_LIB.DOC │ ├── PCX_LIB.ZIP │ ├── RD_DEMO.C │ ├── RD_DEMO.EXE │ ├── TEST_04.PCX │ ├── TEST_06.PCX │ ├── TEST_16.PCX │ ├── TEST_19.PCX │ ├── WR_DEMO.C │ ├── WR_DEMO.EXE │ └── chikyuu.pcx ├── PMDIBM.COM ├── Project 16.bfproject ├── SCRC.ZIP ├── SP2.COM ├── VGAPA.PCX ├── WOLFSRC-8086.zip ├── WOLFSRC │ ├── AUDIOSDM.H │ ├── AUDIOSOD.H │ ├── AUDIOWL1.H │ ├── AUDIOWL6.H │ ├── BUDIOSOD.H │ ├── BUDIOWL6.H │ ├── C0.ASM │ ├── CONTIGSC.C │ ├── DETECT.C │ ├── FOREIGN.H │ ├── F_SPEAR.H │ ├── GFXE_SOD.EQU │ ├── GFXE_SOD.H │ ├── GFXE_WL1.EQU │ ├── GFXE_WL1.H │ ├── GFXE_WL6.EQU │ ├── GFXE_WL6.H │ ├── GFXV_SDM.EQU │ ├── GFXV_SDM.H │ ├── GFXV_SOD.EQU │ ├── GFXV_SOD.H │ ├── GFXV_WL1.EQU │ ├── GFXV_WL1.H │ ├── GFXV_WL6.EQU │ ├── GFXV_WL6.H │ ├── GO.BAT │ ├── GOODSTUF.TXT │ ├── H_LDIV.ASM │ ├── ID_CA.C │ ├── ID_CA.H │ ├── ID_HEAD.H │ ├── ID_HEADS.H │ ├── ID_IN.C │ ├── ID_IN.H │ ├── ID_MM.C │ ├── ID_MM.H │ ├── ID_PM.C │ ├── ID_PM.H │ ├── ID_SD.C │ ├── ID_SD.EQU │ ├── ID_SD.H │ ├── ID_SD_A.ASM │ ├── ID_SD_A.BAK │ ├── ID_US.H │ ├── ID_US_1.C │ ├── ID_US_A.ASM │ ├── ID_VH.H │ ├── ID_VH_A.ASM │ ├── ID_VL.BAK │ ├── ID_VL.C │ ├── ID_VL.EQU │ ├── ID_VL.H │ ├── ID_VL_A.ASM │ ├── JABHACK.ASM │ ├── MAPSSDM.H │ ├── MAPSSOD.H │ ├── MAPSWL1.H │ ├── MAPSWL6.H │ ├── MAPSWLF.H │ ├── MUNGE.C │ ├── OBJ │ │ ├── WOLF3D.EXE │ │ └── WOLF3D.MAP │ ├── OLDSCALE.C │ ├── PICLIST.H │ ├── README.USO │ ├── README │ │ ├── LICENSE.DOC │ │ ├── README.TXT │ │ └── RELEASE.TXT │ ├── RULES.ASI │ ├── SDMVER.H │ ├── SHAREMSG.H │ ├── SODVER.H │ ├── SPANISH.H │ ├── SPANVER.H │ ├── SV.EXE │ ├── VERSION.H │ ├── WHACK_A.ASM │ ├── WLFJ1VER.H │ ├── WL_ACT1.C │ ├── WL_ACT2.C │ ├── WL_AGENT.C │ ├── WL_ASM.ASM │ ├── WL_DEBUG.C │ ├── WL_DEF.H │ ├── WL_DRAW.C │ ├── WL_DR_A.ASM │ ├── WL_GAME.C │ ├── WL_INTER.C │ ├── WL_MAIN.C │ ├── WL_MENU.C │ ├── WL_SCALE.C │ ├── WL_STATE.C │ ├── WL_TEXT.C │ ├── WOLF.IDE │ ├── WOLF.OBR │ ├── WOLF.~DE │ ├── WOLF1VER.H │ ├── WOLF3D.DSK │ ├── WOLF3D.MAP │ ├── WOLF3D.PRJ │ ├── WOLFGTV.H │ ├── WOLFHACK.C │ ├── WOLFJVER.H │ ├── WOLFVER.H │ ├── id_vh.c │ ├── makefile.wl6 │ ├── wl_menu.h │ └── wl_play.c ├── XMSARRAY.CPP ├── adplug.7z ├── catafile.sh ├── catwat.7z ├── ckpatch-0.11.3.zip ├── dist.sh ├── dosbox_0.74_mod.diff ├── ems1.zip ├── ems3.zip ├── ems_.c ├── emstulkt.zip ├── fcsp2src.zip ├── fcsp2src │ ├── FCINFO12.TXT │ ├── FILE_ID.DIZ │ ├── MAKE.BAT │ ├── README │ ├── SP2.COM │ ├── SP2ORIG.COM │ ├── scene.org.txt │ ├── sp16.asm │ ├── sp2.asm │ ├── sp2.exe │ ├── sp2orig.asm │ ├── sp2wdis.asm │ └── sp2wdis.exe ├── glist.c ├── graph.h ├── grdemo.c ├── intro │ ├── M13ORG.ASC │ ├── M13ORG.GIF │ ├── MXORG.ASC │ ├── MXORG.GIF │ ├── XINTRO.TXT │ └── lib.c ├── keenfile.sh ├── keensource456.zip ├── ll.7z ├── makefile.old ├── mk0croll.wat ├── modex │ ├── asm.bat │ ├── c_utils.asm │ ├── c_utils.h │ ├── c_utils.lst │ ├── c_utils.sbr │ ├── demos │ │ ├── basic7 │ │ │ ├── chardemo.bas │ │ │ ├── make-lib.bat │ │ │ ├── modex.bi │ │ │ ├── modex.qlb │ │ │ ├── test6.bas │ │ │ ├── uasm-bc7.bat │ │ │ ├── utils.asm │ │ │ └── utils.bi │ │ ├── c │ │ │ ├── c_utils.asm │ │ │ ├── c_utils.h │ │ │ ├── c_utils.lst │ │ │ ├── c_utils.sbr │ │ │ ├── makefile │ │ │ ├── modex.asm │ │ │ ├── modex.bi │ │ │ ├── modex.h │ │ │ ├── utls-asm.bat │ │ │ ├── w.sh │ │ │ ├── x-demo.c │ │ │ ├── x-demo.dsk │ │ │ ├── x-demo.exe │ │ │ ├── x-demo.prj │ │ │ └── x.exe │ │ ├── chardemo.exe │ │ ├── pascal │ │ │ └── test5.pas │ │ ├── qb45 │ │ │ ├── make-lib.bat │ │ │ ├── modex.bi │ │ │ ├── modex.qlb │ │ │ ├── test6a.bas │ │ │ ├── test6a.exe │ │ │ ├── uasm-qb4.bat │ │ │ ├── utils.asm │ │ │ └── utils.bi │ │ ├── rom_8x8.fnt │ │ ├── spaceage.fnt │ │ ├── system.fnt │ │ └── test6.exe │ ├── fontedit │ │ ├── charsets.cs │ │ ├── csedit.doc │ │ ├── csedit.exe │ │ ├── inverse.fnt │ │ ├── mouseimg.cs │ │ ├── palette.cs │ │ ├── rom_8x8.fnt │ │ ├── spaceage.fnt │ │ └── system.fnt │ ├── makefile │ ├── mode-x.txt │ ├── modex.asm │ ├── modex.bi │ ├── modex.h │ ├── modex.lst │ ├── modex.sbr │ ├── modex105.zip │ ├── packing.lst │ ├── paledit │ │ ├── bakapi.pal │ │ ├── charsets.cs │ │ ├── diagonal.pal │ │ ├── gamecolr.pal │ │ ├── mouseimg.cs │ │ ├── paledit.doc │ │ ├── paledit.exe │ │ ├── palview.exe │ │ ├── prime.pal │ │ ├── rgb.pal │ │ └── scroll.pal │ ├── readme.doc │ ├── utls-asm.bat │ ├── w.sh │ ├── x.exe │ ├── x_demo.c │ ├── x_demo.dsk │ ├── x_demo.exe │ └── x_demo.prj ├── modex105.zip ├── modex16 │ ├── 0croll.c │ ├── 16render.c │ ├── 16render.h │ ├── 286@12.log │ ├── 286@8.log │ ├── 46113319.pcx │ ├── bitmap.c │ ├── bitmap.h │ ├── chikyuu.pcx │ ├── computer.pcx │ ├── dos_kb.c │ ├── dos_kb.h │ ├── ed.pcx │ ├── ed2.pcx │ ├── edw.pcx │ ├── gfx.pal │ ├── koishi.pcx │ ├── koishi^^.pcx │ ├── koishi~.pcx │ ├── lib │ │ ├── lib_com.cpp │ │ └── lib_com.h │ ├── makefile │ ├── mayu.pcx │ ├── modex16.c │ ├── modex16.h │ ├── palettec.c │ ├── pcxtest.c │ ├── pcxtest.exe │ ├── q.pcx │ ├── rarity.pcx │ ├── scroll.c │ ├── scroll.exe │ ├── test.c │ ├── test.exe │ ├── test.txt │ ├── test2.c │ ├── test2.exe │ ├── types.h │ └── w.pcx ├── othersrc │ ├── emmtest.c │ ├── emstest.c │ ├── lib │ │ ├── ems.c │ │ ├── ems.h │ │ ├── midi.c │ │ ├── midi.h │ │ ├── tst.c │ │ ├── xms.c │ │ └── xms.h │ ├── midi.c │ ├── test0.c │ ├── test2.c │ ├── testemm.c │ ├── testemm0.c │ ├── testsnd.c │ └── tsthimem.c ├── planrpcx.exe ├── portable.h ├── rac │ ├── D-INFO.TXT │ ├── FILE_ID.DIZ │ ├── RAC.DOC │ ├── RAC.EXE │ └── RAC.REV ├── rac001a.zip ├── reg_ex.c ├── roads │ ├── ANIM.C │ ├── BOOKENDS.C │ ├── FX.C │ ├── FX.H │ ├── INITROAD.C │ ├── INITW.C │ ├── KEYS.H │ ├── MAKEFILE.MAK │ ├── READ.ME │ ├── ROADS.C │ ├── ROADS.EXE │ ├── ROADS.GIF │ ├── ROADS.H │ ├── TILEIO.C │ ├── TILES.H │ └── VERSION.H ├── sb_sd.c ├── scrasm │ ├── 80X86.ASC │ ├── 80X86.TXT │ ├── CONSTANT.INC │ ├── DIAGONAL.MAP │ ├── DIAGONAL.PAL │ ├── DIAGONAL.TIL │ ├── GENMAP.C │ ├── GENMAP.EXE │ ├── GENMAP.LNK │ ├── GENPAL.C │ ├── GENPAL.EXE │ ├── GENPAL.LNK │ ├── GENSQ.C │ ├── GENSQ.EXE │ ├── GENSQ.LNK │ ├── INIT.INC │ ├── KEYB.INC │ ├── LZTIMER.ASM │ ├── MAIN.ASM │ ├── MAKEFILE │ ├── MAP.INC │ ├── MODEX.INC │ ├── PAGE.INC │ ├── PALETTE.INC │ ├── SCROLL.DOC │ ├── SCROLL.EXE │ ├── SCROLL.INC │ ├── SCROLL.LNK │ ├── SCROLL.MAP │ ├── SCROLL.PAL │ ├── SCROLL.TIL │ └── SPRITE.INC ├── sod8086 │ ├── WOLF3D.SYM │ ├── audiosdm.h │ ├── audiosod.h │ ├── audiowl1.h │ ├── audiowl6.h │ ├── budiosod.h │ ├── budiowl6.h │ ├── c0.asm │ ├── c0.bak │ ├── clean.bat │ ├── contigsc.bak │ ├── contigsc.c │ ├── detect.c │ ├── f_spear.h │ ├── foreign.h │ ├── gamepal.c │ ├── gfxe_sod.equ │ ├── gfxe_sod.h │ ├── gfxe_wl1.equ │ ├── gfxe_wl1.h │ ├── gfxe_wl6.equ │ ├── gfxe_wl6.h │ ├── gfxv_sdm.equ │ ├── gfxv_sdm.h │ ├── gfxv_sod.equ │ ├── gfxv_sod.h │ ├── gfxv_wl1.equ │ ├── gfxv_wl1.h │ ├── gfxv_wl6.equ │ ├── gfxv_wl6.h │ ├── go.bat │ ├── goodstuf.txt │ ├── h_ldiv.asm │ ├── id_ca.c │ ├── id_ca.h │ ├── id_head.h │ ├── id_heads.h │ ├── id_in.c │ ├── id_in.h │ ├── id_mm.c │ ├── id_mm.h │ ├── id_pm.c │ ├── id_pm.h │ ├── id_sd.c │ ├── id_sd.equ │ ├── id_sd.h │ ├── id_sd_a.asm │ ├── id_sd_a.bak │ ├── id_us.h │ ├── id_us_1.c │ ├── id_us_a.asm │ ├── id_vh.c │ ├── id_vh.h │ ├── id_vh_a.asm │ ├── id_vl.bak │ ├── id_vl.c │ ├── id_vl.equ │ ├── id_vl.h │ ├── id_vl_a.asm │ ├── jabhack.asm │ ├── makefile.wl6 │ ├── mapssdm.h │ ├── mapssod.h │ ├── mapswl1.h │ ├── mapswl6.h │ ├── mapswlf.h │ ├── moveexe.bat │ ├── munge.c │ ├── obj │ │ ├── WOLF3D.EXE │ │ ├── obj.zip │ │ └── wolf3d.map │ ├── oldscale.c │ ├── piclist.h │ ├── readme.uso │ ├── readme │ │ ├── license.doc │ │ ├── readme.txt │ │ └── release.txt │ ├── rules.asi │ ├── sdmver.h │ ├── sharemsg.h │ ├── signon.c │ ├── sodver.h │ ├── spanish.h │ ├── spanver.h │ ├── sv.exe │ ├── version.h │ ├── wf3dver.h │ ├── whack_a.asm │ ├── wl_act1.c │ ├── wl_act2.c │ ├── wl_agent.c │ ├── wl_asm.asm │ ├── wl_debug.c │ ├── wl_def.h │ ├── wl_dr_a.asm │ ├── wl_draw.c │ ├── wl_game.c │ ├── wl_inter.c │ ├── wl_main.c │ ├── wl_menu.c │ ├── wl_menu.h │ ├── wl_play.c │ ├── wl_scale.c │ ├── wl_state.c │ ├── wl_text.c │ ├── wlfj1ver.h │ ├── wolf.ide │ ├── wolf.obr │ ├── wolf.~de │ ├── wolf1ver.h │ ├── wolf3d.cfg │ ├── wolf3d.dsk │ ├── wolf3d.map │ ├── wolf3d.prj │ ├── wolfgtv.h │ ├── wolfhack.c │ ├── wolfjver.h │ └── wolfver.h ├── src │ ├── _scroll.c │ ├── bakapi4b.c │ ├── fonttes0.c │ ├── inntest.c │ ├── lib │ │ ├── 16_in_o.c │ │ ├── 16_in_o.h │ │ ├── 16_vrs.c │ │ ├── 16_vrs.h │ │ ├── 16render.c │ │ ├── 16render.h │ │ ├── _croll16.c │ │ ├── bitmap.c │ │ ├── bitmap.h │ │ ├── fmapread.c │ │ ├── fmapread.h │ │ ├── mapread.c │ │ ├── mapread.h │ │ ├── oldwalk.c │ │ ├── omodex16.c │ │ ├── omodex16.h │ │ ├── planar.c │ │ └── planar.h │ ├── miditest.c │ ├── planrpcx.c │ ├── scroll.c │ └── vgacamm.c ├── starport2 │ ├── FCINFO12.TXT │ ├── FILE_ID.DIZ │ ├── MAKE.BAT │ ├── README │ ├── SP2.ASM │ └── SP2.COM ├── swapbranchcode.sh ├── ted5 │ ├── BACKUP.BAT │ ├── CHARSE.LBM │ ├── EGAHEAD.TED │ ├── EGALATCH.TED │ ├── GRAB.BAT │ ├── GRAPHTED.H │ ├── INFO.TXT │ ├── JHUFF.C │ ├── JHUFF.H │ ├── LIB.C │ ├── LIB.H │ ├── LIB_A.ASM │ ├── MAPTEMP │ ├── MAPTHEAD │ ├── MEMMGR.C │ ├── MEMMGR.H │ ├── MENU.C │ ├── MENU.H │ ├── README.TXT │ ├── README.md │ ├── T.BAT │ ├── TDCONFIG.TD │ ├── TED.NSC │ ├── TED5-1.C │ ├── TED5-2.C │ ├── TED5-3.C │ ├── TED5-4.C │ ├── TED5.C │ ├── TED5.DSK │ ├── TED5.EXE │ ├── TED5.H │ ├── TED5.MAP │ ├── TED5.PRJ │ ├── TED5.SYM │ ├── TED5.TDK │ ├── TED5_A.ASM │ ├── TEST.BAT │ ├── XMS.C │ ├── XMS.H │ ├── _TEDCHAR.EGA │ └── _TOM.PIC ├── test2.exe ├── tweak16 │ ├── 16 │ ├── 09TO10.CPP │ ├── 132X25S.TWK │ ├── 132X43S.TWK │ ├── 132X50S.TWK │ ├── 132X60S.TWK │ ├── 16.2 │ ├── 16.21 │ ├── 16.24 │ ├── 16.256 │ ├── 16.Q │ ├── 160X120.256 │ ├── 162.C │ ├── 162.EXE │ ├── 192X144.256 │ ├── 256X192.256 │ ├── 256X224.256 │ ├── 256X240.256 │ ├── 256X256.256 │ ├── 256X256C.256 │ ├── 320X200.256 │ ├── 320X240.256 │ ├── 320X240.C │ ├── 320X240.EXE │ ├── 320X400.256 │ ├── 360X270.256 │ ├── 360X360.256 │ ├── 360X400.256 │ ├── 360X480.256 │ ├── 376X564.256 │ ├── 400X300.256 │ ├── 400X300S.256 │ ├── 400X600.256 │ ├── 400X600S.256 │ ├── 40X12.TWK │ ├── 432X600S.256 │ ├── 640X400S.256 │ ├── 800X600.16 │ ├── 800X600S.16 │ ├── 80X43.TWK │ ├── 80X50.TWK │ ├── C&T.DAT │ ├── DETECT.CPP │ ├── DETECT.HPP │ ├── EXAMPLE1.C │ ├── EXAMPLE1.EXE │ ├── EXAMPLE2.C │ ├── EXAMPLE2.EXE │ ├── MAKEFILE │ ├── MISC.HPP │ ├── MISC │ │ ├── CHIPTECH.TXT │ │ ├── READ.ME │ │ ├── SETMODEX.ASM │ │ ├── VGA.TXT │ │ └── VGABIOS.TXT │ ├── MODES.DOC │ ├── NAMEDREG.CPP │ ├── REGEDIT.CPP │ ├── REGEDIT.HPP │ ├── REGISTER.CPP │ ├── REGISTER.HPP │ ├── REGTABLE.CPP │ ├── REGTABLE.HPP │ ├── SCREEN.CPP │ ├── SCREEN.HPP │ ├── TESTPAT.CPP │ ├── TESTPAT.HPP │ ├── TWEAK.CPP │ ├── TWEAK.DAT │ ├── TWEAK.DOC │ ├── TWEAK.EXE │ ├── TWEAK2C.CPP │ ├── TWEAK2C.EXE │ ├── TWEAKOLD.DAT │ ├── TWKUSER.C │ ├── TWKUSER.H │ ├── VGALIB.CPP │ ├── VGALIB.HPP │ └── XINTRO │ │ ├── LIB.EXE │ │ ├── LIB.SMP │ │ ├── M13ORG.ASC │ │ ├── M13ORG.GIF │ │ ├── MXORG.ASC │ │ ├── MXORG.GIF │ │ ├── RUN.BAT │ │ ├── XINTRO.TXT │ │ ├── XINTRO.zip │ │ ├── lib.c │ │ └── x.bat ├── v2 │ ├── CONSOLE.TXT │ ├── MAPED.CFG │ ├── MAPED.EXE │ ├── MAPED2.TXT │ ├── V2A10_27.ZIP │ ├── V2T5_9.ZIP │ ├── V2U5_9.ZIP │ ├── VCC.EXE │ ├── VERGE.EXE │ ├── VERGEC.TXT │ ├── archives │ │ └── V2GPL.ZIP │ ├── contents.txt │ ├── source │ │ ├── ENGINE │ │ │ ├── AUDIO.H │ │ │ ├── A_MEMORY.C │ │ │ ├── A_MEMORY.H │ │ │ ├── CONLIB.C │ │ │ ├── CONLIB.H │ │ │ ├── CONSOLE.C │ │ │ ├── CONSOLE.H │ │ │ ├── CONTROLS.C │ │ │ ├── CONTROLS.H │ │ │ ├── ENGINE.C │ │ │ ├── ENGINE.H │ │ │ ├── ENTITY.C │ │ │ ├── ENTITY.H │ │ │ ├── FLI.C │ │ │ ├── FLI.H │ │ │ ├── FONT.C │ │ │ ├── FONT.H │ │ │ ├── IMAGE.C │ │ │ ├── IMAGE.H │ │ │ ├── INTER.H │ │ │ ├── KEYBOARD.H │ │ │ ├── KEYBOARD.S │ │ │ ├── MAIN.H │ │ │ ├── MAKEFILE │ │ │ ├── MESSAGE.C │ │ │ ├── MESSAGE.H │ │ │ ├── MIKMOD.A │ │ │ ├── MIKMOD.C │ │ │ ├── MIKMOD.H │ │ │ ├── MODE13H.C │ │ │ ├── MODEINIT.C │ │ │ ├── MODEX.C │ │ │ ├── MTYPES.H │ │ │ ├── PCX.H │ │ │ ├── RENDER.C │ │ │ ├── RENDER.H │ │ │ ├── SINCOS.H │ │ │ ├── SOUND.C │ │ │ ├── SOUND.H │ │ │ ├── STARTUP.C │ │ │ ├── TIMER.C │ │ │ ├── TIMER.H │ │ │ ├── VC.C │ │ │ ├── VC.H │ │ │ ├── VCCODE.H │ │ │ ├── VDRIVER.C │ │ │ ├── VDRIVER.H │ │ │ ├── VERGE.C │ │ │ ├── VERGE.H │ │ │ ├── VESA.C │ │ │ ├── VFILE.C │ │ │ └── VFILE.H │ │ ├── MAPED │ │ │ ├── A_MEMORY.C │ │ │ ├── COLBAK.H │ │ │ ├── COLSTUFF.H │ │ │ ├── COLUMNS.C │ │ │ ├── COLUMNS.H │ │ │ ├── CONFIG.C │ │ │ ├── CONFIG.H │ │ │ ├── CONTROLS.C │ │ │ ├── GUI.C │ │ │ ├── GUI.H │ │ │ ├── GUICOMP.C │ │ │ ├── GUICOMP.H │ │ │ ├── INTER.H │ │ │ ├── KEYBOARD.C │ │ │ ├── KEYBOARD.H │ │ │ ├── MAKEFILE │ │ │ ├── MAPED.C │ │ │ ├── MAPED.H │ │ │ ├── MIKMOD.C │ │ │ ├── MIKMOD.H │ │ │ ├── MINIMAP.C │ │ │ ├── MINIMAP.H │ │ │ ├── MODE13H.C │ │ │ ├── MODE13H.H │ │ │ ├── MODEX.C │ │ │ ├── MODEX.H │ │ │ ├── MOUSE.C │ │ │ ├── MOUSE.H │ │ │ ├── MTYPES.H │ │ │ ├── PCX.C │ │ │ ├── RENDER.C │ │ │ ├── RENDER.H │ │ │ ├── SMALFONT.C │ │ │ ├── SMALFONT.H │ │ │ ├── SSAVER.C │ │ │ ├── SSAVER.H │ │ │ ├── SSAVER1.C │ │ │ ├── TILEED.C │ │ │ ├── TILEED.H │ │ │ ├── TILESEL.C │ │ │ ├── TILESEL.H │ │ │ ├── TIMER.C │ │ │ ├── TIMER.H │ │ │ ├── VDRIVER.C │ │ │ ├── VDRIVER.H │ │ │ └── VERGEPAL.H │ │ ├── README.TXT │ │ ├── UTIL │ │ │ ├── CHRCONV │ │ │ │ ├── CHRCONV.C │ │ │ │ ├── CHRCONV.TXT │ │ │ │ ├── DARIN.CHR │ │ │ │ └── MAKEDJ.BAT │ │ │ ├── CHRMAK │ │ │ │ ├── CHRMAK.CC │ │ │ │ ├── CHRMAK.TXT │ │ │ │ ├── MAKEDJ.BAT │ │ │ │ ├── MAKEWAT.BAT │ │ │ │ ├── VECNA.MAK │ │ │ │ ├── VECNA.PCX │ │ │ │ └── VER │ │ │ ├── PACK │ │ │ │ ├── MAKEDJ.BAT │ │ │ │ ├── PACK.C │ │ │ │ ├── PACK.TXT │ │ │ │ ├── TEST │ │ │ │ └── TODO │ │ │ ├── PCX2FNT │ │ │ │ ├── FONT0.PCX │ │ │ │ ├── FONT02B.PCX │ │ │ │ ├── MAKEDJ.BAT │ │ │ │ ├── PCX2FNT.C │ │ │ │ └── PCX2FNT.TXT │ │ │ ├── TRANS │ │ │ │ ├── MAKEDJ.BAT │ │ │ │ ├── SULLY.PDF │ │ │ │ ├── TRANS.C │ │ │ │ ├── TRANS.TXT │ │ │ │ ├── TYRIAN.PDF │ │ │ │ ├── TYRPAL.PCX │ │ │ │ └── VERGE.PDF │ │ │ └── UNPACK │ │ │ │ ├── MAKEDJ.BAT │ │ │ │ ├── TEST │ │ │ │ ├── TODO │ │ │ │ ├── UNPACK.C │ │ │ │ └── UNPACK.TXT │ │ ├── VCC │ │ │ ├── CLEAN.BAT │ │ │ ├── CODE.H │ │ │ ├── COMPILE.C │ │ │ ├── COMPILE.H │ │ │ ├── FUNCLIB.C │ │ │ ├── FUNCLIB.H │ │ │ ├── LEXICAL.C │ │ │ ├── LEXICAL.H │ │ │ ├── MAKEDJ.BAT │ │ │ ├── PREPROC.C │ │ │ ├── PREPROC.H │ │ │ ├── VCC.C │ │ │ ├── VCC.H │ │ │ └── VCCODE.H │ │ └── gnu.txt │ ├── template │ │ ├── NULL.VSP │ │ ├── SYSTEM.IDX │ │ ├── SYSTEM.VCS │ │ ├── TRANS.TBL │ │ ├── USER.CFG │ │ ├── VECNA.CHR │ │ ├── VERGE.EXE │ │ ├── VERGE.LOG │ │ ├── console.gif │ │ ├── start.map │ │ ├── start.vc │ │ ├── system.fnt │ │ ├── system.vc │ │ └── text.fnt │ └── util │ │ ├── CHRCONV.EXE │ │ ├── CHRCONV.TXT │ │ ├── CHRMAK.EXE │ │ ├── CHRMAK.TXT │ │ ├── PACK.EXE │ │ ├── PACK.TXT │ │ ├── PCX2FNT.EXE │ │ ├── PCX2FNT.TXT │ │ ├── TRANS.EXE │ │ ├── TRANS.TXT │ │ ├── UNPACK.EXE │ │ └── UNPACK.TXT ├── vgap.pcx ├── w_modex.7z ├── webswag.7z ├── wf3d8086.zip ├── wf3d8086 │ ├── WOLF3D.SYM │ ├── audiosdm.h │ ├── audiosod.h │ ├── audiowl1.h │ ├── audiowl6.h │ ├── budiosod.h │ ├── budiowl6.h │ ├── c0.asm │ ├── c0.bak │ ├── clean.bat │ ├── contigsc.bak │ ├── contigsc.c │ ├── detect.c │ ├── f_spear.h │ ├── foreign.h │ ├── gamepal.c │ ├── gfxe_sod.equ │ ├── gfxe_sod.h │ ├── gfxe_wl1.equ │ ├── gfxe_wl1.h │ ├── gfxe_wl6.equ │ ├── gfxe_wl6.h │ ├── gfxv_sdm.equ │ ├── gfxv_sdm.h │ ├── gfxv_sod.equ │ ├── gfxv_sod.h │ ├── gfxv_wl1.equ │ ├── gfxv_wl1.h │ ├── gfxv_wl6.equ │ ├── gfxv_wl6.h │ ├── go.bat │ ├── goodstuf.txt │ ├── h_ldiv.asm │ ├── id_ca.c │ ├── id_ca.h │ ├── id_head.h │ ├── id_heads.h │ ├── id_in.c │ ├── id_in.h │ ├── id_mm.c │ ├── id_mm.h │ ├── id_pm.c │ ├── id_pm.h │ ├── id_sd.c │ ├── id_sd.equ │ ├── id_sd.h │ ├── id_sd_a.asm │ ├── id_sd_a.bak │ ├── id_us.h │ ├── id_us_1.c │ ├── id_us_a.asm │ ├── id_vh.c │ ├── id_vh.h │ ├── id_vh_a.asm │ ├── id_vl.bak │ ├── id_vl.c │ ├── id_vl.equ │ ├── id_vl.h │ ├── id_vl_a.asm │ ├── jabhack.asm │ ├── makefile.wl6 │ ├── mapssdm.h │ ├── mapssod.h │ ├── mapswl1.h │ ├── mapswl6.h │ ├── mapswlf.h │ ├── moveexe.bat │ ├── munge.c │ ├── obj │ │ ├── WOLF3D.EXE │ │ ├── obj.zip │ │ └── wolf3d.map │ ├── oldscale.c │ ├── piclist.h │ ├── readme.uso │ ├── readme │ │ ├── license.doc │ │ ├── readme.txt │ │ └── release.txt │ ├── rules.asi │ ├── sdmver.h │ ├── sharemsg.h │ ├── signon.c │ ├── sodver.h │ ├── spanish.h │ ├── spanver.h │ ├── sv.exe │ ├── version.h │ ├── wf3dver.h │ ├── whack_a.asm │ ├── wl_act1.c │ ├── wl_act2.c │ ├── wl_agent.c │ ├── wl_asm.asm │ ├── wl_debug.c │ ├── wl_def.h │ ├── wl_dr_a.asm │ ├── wl_draw.c │ ├── wl_game.c │ ├── wl_inter.c │ ├── wl_main.c │ ├── wl_menu.c │ ├── wl_menu.h │ ├── wl_play.c │ ├── wl_scale.c │ ├── wl_state.c │ ├── wl_text.c │ ├── wlfj1ver.h │ ├── wolf.ide │ ├── wolf.obr │ ├── wolf.~de │ ├── wolf1ver.h │ ├── wolf3d.cfg │ ├── wolf3d.dsk │ ├── wolf3d.map │ ├── wolf3d.prj │ ├── wolf3d.sym │ ├── wolfgtv.h │ ├── wolfhack.c │ ├── wolfjver.h │ └── wolfver.h ├── wolffile.sh ├── x.zip ├── x │ ├── default.fnt │ ├── makefile │ ├── modex.def │ ├── modex.h │ ├── modex.lbr │ ├── modex.pas │ ├── modex │ │ ├── DEMO01.EXE │ │ ├── DEMO01.PAS │ │ ├── DEMO02.EXE │ │ ├── DEMO02.PAS │ │ ├── DEMO03.EXE │ │ ├── DEMO03.PAS │ │ ├── DEMO04.DAT │ │ ├── DEMO04.EXE │ │ ├── DEMO04.PAS │ │ ├── DEMO05.EXE │ │ ├── DEMO05.PAS │ │ ├── DEMO06.DAT │ │ ├── DEMO06.EXE │ │ ├── DEMO06.PAS │ │ ├── DEMO07.EXE │ │ ├── DEMO07.PAS │ │ ├── MATH.INC │ │ ├── PLASMA.PAS │ │ ├── QIX2.EXE │ │ ├── QIX2.PAS │ │ ├── README.TXT │ │ ├── SINCOS.INC │ │ ├── THREED.ASM │ │ ├── THREED.H │ │ └── THREED.PAS │ ├── mxbb.asm │ ├── mxcc.asm │ ├── mxcg.asm │ ├── mxcl.asm │ ├── mxcr.asm │ ├── mxel.asm │ ├── mxfb.asm │ ├── mxfp.asm │ ├── mxgc.asm │ ├── mxgi.asm │ ├── mxgm.asm │ ├── mxgp.asm │ ├── mxgv.asm │ ├── mxhl.asm │ ├── mxit.asm │ ├── mxll.asm │ ├── mxln.asm │ ├── mxot.asm │ ├── mxpb.asm │ ├── mxpf.asm │ ├── mxpg.asm │ ├── mxpi.asm │ ├── mxpn.asm │ ├── mxpp.asm │ ├── mxra.asm │ ├── mxrp.asm │ ├── mxsa.asm │ ├── mxsc.asm │ ├── mxsi.asm │ ├── mxsl.asm │ ├── mxsm.asm │ ├── mxsp.asm │ ├── mxss.asm │ ├── mxtl.asm │ ├── mxvs.asm │ ├── mxwd.asm │ ├── mxwm.asm │ ├── mxwp.asm │ ├── mxwr.asm │ └── readme.txt ├── x_ │ ├── MODEX.BAK │ ├── default.fnt │ ├── makefile │ ├── modex.def │ ├── modex.h │ ├── modex.lbr │ ├── modex.pas │ ├── modex │ │ ├── DEMO01.EXE │ │ ├── DEMO01.PAS │ │ ├── DEMO02.EXE │ │ ├── DEMO02.PAS │ │ ├── DEMO03.EXE │ │ ├── DEMO03.PAS │ │ ├── DEMO04.DAT │ │ ├── DEMO04.EXE │ │ ├── DEMO04.PAS │ │ ├── DEMO05.EXE │ │ ├── DEMO05.PAS │ │ ├── DEMO06.DAT │ │ ├── DEMO06.EXE │ │ ├── DEMO06.PAS │ │ ├── DEMO07.EXE │ │ ├── DEMO07.PAS │ │ ├── MATH.INC │ │ ├── PLASMA.PAS │ │ ├── QIX2.EXE │ │ ├── QIX2.PAS │ │ ├── README.TXT │ │ ├── SINCOS.INC │ │ ├── THREED.ASM │ │ ├── THREED.H │ │ └── THREED.PAS │ ├── mxbb.asm │ ├── mxcc.asm │ ├── mxcg.asm │ ├── mxcl.asm │ ├── mxcr.asm │ ├── mxel.asm │ ├── mxfb.asm │ ├── mxfp.asm │ ├── mxgc.asm │ ├── mxgi.asm │ ├── mxgm.asm │ ├── mxgp.asm │ ├── mxgv.asm │ ├── mxhl.asm │ ├── mxit.asm │ ├── mxll.asm │ ├── mxln.asm │ ├── mxot.asm │ ├── mxpb.asm │ ├── mxpf.asm │ ├── mxpg.asm │ ├── mxpi.asm │ ├── mxpn.asm │ ├── mxpp.asm │ ├── mxra.asm │ ├── mxrp.asm │ ├── mxsa.asm │ ├── mxsc.asm │ ├── mxsi.asm │ ├── mxsl.asm │ ├── mxsm.asm │ ├── mxsp.asm │ ├── mxss.asm │ ├── mxtl.asm │ ├── mxvs.asm │ ├── mxwd.asm │ ├── mxwm.asm │ ├── mxwp.asm │ ├── mxwr.asm │ └── readme.txt ├── xlib │ ├── crisp6x9.fnt │ ├── demo1.c │ ├── demo10.exe │ ├── demo2.c │ ├── demo3.c │ ├── demo4.c │ ├── demo5.c │ ├── demo6.c │ ├── demo7.c │ ├── demo8.c │ ├── demo9.exe │ ├── fixed6x8.fnt │ ├── makefile │ ├── model.inc │ ├── modernb.fnt │ ├── readme.txt │ ├── smalthin.fnt │ ├── timpani.fnt │ ├── tiny4.fnt │ ├── updates.doc │ ├── var6x8.fnt │ ├── varswisb.fnt │ ├── varswisl.fnt │ ├── xbezier.asm │ ├── xbezier.h │ ├── xbezier.inc │ ├── xbmtools.asm │ ├── xbmtools.h │ ├── xbmtools.inc │ ├── xcbitm32.c │ ├── xcbitm32.h │ ├── xcbitmap.asm │ ├── xcbitmap.h │ ├── xcbitmap.inc │ ├── xcircle.asm │ ├── xcircle.h │ ├── xcircle.inc │ ├── xclippbm.asm │ ├── xclippbm.h │ ├── xclippbm.inc │ ├── xcomppbm.asm │ ├── xcomppbm.h │ ├── xcomppbm.inc │ ├── xdetect.asm │ ├── xdetect.h │ ├── xdetect.inc │ ├── xfileio.asm │ ├── xfileio.h │ ├── xfileio.inc │ ├── xfill.asm │ ├── xfill.h │ ├── xfill.inc │ ├── xlib.h │ ├── xlib.inc │ ├── xlib_all.h │ ├── xlibref1.doc │ ├── xlibref2.doc │ ├── xline.asm │ ├── xline.h │ ├── xline.inc │ ├── xmain.asm │ ├── xmain.inc │ ├── xmakevbm.c │ ├── xmouse.asm │ ├── xmouse.h │ ├── xpal.asm │ ├── xpal.h │ ├── xpal.inc │ ├── xpbitmap.asm │ ├── xpbitmap.h │ ├── xpbitmap.inc │ ├── xpbmclip.asm │ ├── xpbmclip.h │ ├── xpbmclip.inc │ ├── xpoint.asm │ ├── xpoint.h │ ├── xpoint.inc │ ├── xpolygon.asm │ ├── xpolygon.h │ ├── xpolygon.inc │ ├── xprintf.c │ ├── xrect.asm │ ├── xrect.h │ ├── xrect.inc │ ├── xrletool.asm │ ├── xrletool.h │ ├── xrletool.inc │ ├── xtext.asm │ ├── xtext.h │ ├── xtext.inc │ ├── xvbitmap.asm │ ├── xvbitmap.h │ ├── xvbitmap.inc │ ├── xvbmtool.inc │ ├── xvsync.asm │ ├── xvsync.h │ ├── xvsync.inc │ └── zip.bat ├── xlib06.zip ├── xw │ ├── default.fnt │ ├── makefile │ ├── makefile.bcc │ ├── modex.bak │ ├── modex.def │ ├── modex.h │ ├── modex.lbr │ ├── modex.lib │ ├── modex.pas │ ├── modex │ │ ├── DEMO01.EXE │ │ ├── DEMO01.PAS │ │ ├── DEMO02.EXE │ │ ├── DEMO02.PAS │ │ ├── DEMO03.EXE │ │ ├── DEMO03.PAS │ │ ├── DEMO04.DAT │ │ ├── DEMO04.EXE │ │ ├── DEMO04.PAS │ │ ├── DEMO05.EXE │ │ ├── DEMO05.PAS │ │ ├── DEMO06.DAT │ │ ├── DEMO06.EXE │ │ ├── DEMO06.PAS │ │ ├── DEMO07.EXE │ │ ├── DEMO07.PAS │ │ ├── MATH.INC │ │ ├── PLASMA.PAS │ │ ├── QIX2.EXE │ │ ├── QIX2.PAS │ │ ├── README.TXT │ │ ├── SINCOS.INC │ │ ├── THREED.ASM │ │ ├── THREED.H │ │ ├── THREED.PAS │ │ └── demo01.c │ ├── mxbb.asm │ ├── mxcc.asm │ ├── mxcg.asm │ ├── mxcl.asm │ ├── mxcr.asm │ ├── mxel.asm │ ├── mxfb.asm │ ├── mxfp.asm │ ├── mxgc.asm │ ├── mxgi.asm │ ├── mxgm.asm │ ├── mxgp.asm │ ├── mxgv.asm │ ├── mxhl.asm │ ├── mxit.asm │ ├── mxll.asm │ ├── mxln.asm │ ├── mxot.asm │ ├── mxpb.asm │ ├── mxpf.asm │ ├── mxpg.asm │ ├── mxpi.asm │ ├── mxpn.asm │ ├── mxpp.asm │ ├── mxra.asm │ ├── mxrp.asm │ ├── mxsa.asm │ ├── mxsc.asm │ ├── mxsi.asm │ ├── mxsl.asm │ ├── mxsm.asm │ ├── mxsp.asm │ ├── mxss.asm │ ├── mxtl.asm │ ├── mxvs.asm │ ├── mxwd.asm │ ├── mxwm.asm │ ├── mxwp.asm │ ├── mxwr.asm │ └── readme.txt ├── xw_ │ ├── default.fnt │ ├── makefile │ ├── makefile.bcc │ ├── modex.bak │ ├── modex.def │ ├── modex.h │ ├── modex.lbr │ ├── modex.lib │ ├── modex.pas │ ├── modex │ │ ├── DEMO01.EXE │ │ ├── DEMO01.PAS │ │ ├── DEMO02.EXE │ │ ├── DEMO02.PAS │ │ ├── DEMO03.EXE │ │ ├── DEMO03.PAS │ │ ├── DEMO04.DAT │ │ ├── DEMO04.EXE │ │ ├── DEMO04.PAS │ │ ├── DEMO05.EXE │ │ ├── DEMO05.PAS │ │ ├── DEMO06.DAT │ │ ├── DEMO06.EXE │ │ ├── DEMO06.PAS │ │ ├── DEMO07.EXE │ │ ├── DEMO07.PAS │ │ ├── MATH.INC │ │ ├── PLASMA.PAS │ │ ├── QIX2.EXE │ │ ├── QIX2.PAS │ │ ├── README.TXT │ │ ├── SINCOS.INC │ │ ├── THREED.ASM │ │ ├── THREED.H │ │ ├── THREED.PAS │ │ └── demo01.c │ ├── mxbb.asm │ ├── mxcc.asm │ ├── mxcg.asm │ ├── mxcl.asm │ ├── mxcr.asm │ ├── mxel.asm │ ├── mxfb.asm │ ├── mxfp.asm │ ├── mxgc.asm │ ├── mxgi.asm │ ├── mxgm.asm │ ├── mxgp.asm │ ├── mxgv.asm │ ├── mxhl.asm │ ├── mxit.asm │ ├── mxll.asm │ ├── mxln.asm │ ├── mxot.asm │ ├── mxot_.asm │ ├── mxpb.asm │ ├── mxpf.asm │ ├── mxpg.asm │ ├── mxpi.asm │ ├── mxpn.asm │ ├── mxpp.asm │ ├── mxra.asm │ ├── mxrp.asm │ ├── mxsa.asm │ ├── mxsc.asm │ ├── mxsi.asm │ ├── mxsl.asm │ ├── mxsm.asm │ ├── mxsp.asm │ ├── mxss.asm │ ├── mxtl.asm │ ├── mxvs.asm │ ├── mxwd.asm │ ├── mxwm.asm │ ├── mxwp.asm │ ├── mxwr.asm │ ├── readme.txt │ ├── xw.bat │ └── xw.sh └── xw__ │ ├── default.fnt │ ├── makefile │ ├── makefile.bcc │ ├── modex.bak │ ├── modex.def │ ├── modex.h │ ├── modex.lbr │ ├── modex.lib │ ├── modex.pas │ ├── modex │ ├── DEMO01.EXE │ ├── DEMO01.PAS │ ├── DEMO02.EXE │ ├── DEMO02.PAS │ ├── DEMO03.EXE │ ├── DEMO03.PAS │ ├── DEMO04.DAT │ ├── DEMO04.EXE │ ├── DEMO04.PAS │ ├── DEMO05.EXE │ ├── DEMO05.PAS │ ├── DEMO06.DAT │ ├── DEMO06.EXE │ ├── DEMO06.PAS │ ├── DEMO07.EXE │ ├── DEMO07.PAS │ ├── MATH.INC │ ├── PLASMA.PAS │ ├── QIX2.EXE │ ├── QIX2.PAS │ ├── README.TXT │ ├── SINCOS.INC │ ├── THREED.ASM │ ├── THREED.H │ ├── THREED.PAS │ └── demo01.c │ ├── mxbb.asm │ ├── mxcc.asm │ ├── mxcg.asm │ ├── mxcl.asm │ ├── mxcr.asm │ ├── mxel.asm │ ├── mxfb.asm │ ├── mxfp.asm │ ├── mxgc.asm │ ├── mxgi.asm │ ├── mxgm.asm │ ├── mxgp.asm │ ├── mxgv.asm │ ├── mxhl.asm │ ├── mxit.asm │ ├── mxll.asm │ ├── mxln.asm │ ├── mxot.asm │ ├── mxot_.asm │ ├── mxpb.asm │ ├── mxpf.asm │ ├── mxpg.asm │ ├── mxpi.asm │ ├── mxpn.asm │ ├── mxpp.asm │ ├── mxra.asm │ ├── mxrp.asm │ ├── mxsa.asm │ ├── mxsc.asm │ ├── mxsi.asm │ ├── mxsl.asm │ ├── mxsm.asm │ ├── mxsp.asm │ ├── mxss.asm │ ├── mxtl.asm │ ├── mxvs.asm │ ├── mxwd.asm │ ├── mxwm.asm │ ├── mxwp.asm │ ├── mxwr.asm │ ├── readme.txt │ ├── xw.bat │ └── xw.sh ├── .gitignore ├── .gitmodules ├── BAKA PEEEEEEEEEEEEEEEE.jpg ├── EXMMTEST.LOG ├── LICENCE ├── PCXTEST.LOG ├── Project 16.bfproject ├── README.md ├── SCREEN.DAT ├── SCREEN.RAW ├── TODO.md ├── WBUILD.BAT ├── WHAT_WAS_CHANGED ├── __seguse.txt ├── _ca_use.txt ├── _gamesta.txt ├── _mm_use.txt ├── _pm_use.txt ├── _pm_use_.txt ├── _rf_use.txt ├── _varsuse.txt ├── baka pee.png ├── bcexmm.dsk ├── bcexmm.exe ├── bcexmm.prj ├── cute.pal ├── cute.vrl ├── data ├── 0.vgm ├── 02.imf ├── 02.vgm ├── 0es0.map ├── 0es0.tmx ├── 0est.map ├── 1.vgm ├── 16.pal ├── 16t.pal ├── 4.vgm ├── 4.vgz ├── 44606385.png ├── 45556867.png ├── 46113319.pcx ├── COMPUTER.PCX ├── EDw.PCX ├── G.PAL ├── MAYU.PCX ├── aconita.pal ├── aconita.pcx ├── aconita.vrl ├── adlib.vgm ├── adlibsp.vgm ├── bakapi.png ├── boink.pal ├── chikyuu a cute!.jpg ├── chikyuu.pcx ├── chikyuu.png ├── chikyuu==.pcx ├── chikyuu==.png ├── chistnd.pcx ├── compwrld.vgm ├── cute.pcx ├── cute.png ├── default.pal ├── ed.pcx ├── ed.png ├── ed2.pcx ├── example │ ├── ptmp.pcx │ └── ptmp1.pcx ├── font.pcx ├── forest.gif ├── forest.pcx ├── g0.pal ├── genvga.sh ├── grafx2.pal ├── hb1 │ ├── vgadict.hb1 │ ├── vgagraph.hb1 │ └── vgahead.hb1 ├── ibm.lgo ├── koishi.pcx ├── koishi^^.pcx ├── koishi~.pcx ├── koishi~~.pcx ├── maryai.pal ├── maryai.pcx ├── maryai.vrl ├── maryai2.pcx ├── maryai4.pcx ├── maryai4a.pcx ├── maryai4b.pcx ├── maryai4c.pcx ├── me.gif ├── me.pcx ├── mebak.pcx ├── meeee.png ├── oldtest.map ├── oldtest.tmx ├── paltest.pcx ├── pretty.pal ├── ptmp.16 ├── ptmp.pcx ├── ptmp1.pcx ├── q.pcx ├── rarity.pcx ├── rose ├── searchin.imf ├── spri.zip ├── spri │ ├── CHUBACW0.VRL │ ├── CHUBACW1.VRL │ ├── CHUBACW2.VRL │ ├── CHUBFCW0.VRL │ ├── CHUBFCW1.VRL │ ├── CHUBFCW2.VRL │ ├── CHUBLCW0.VRL │ ├── CHUBLCW1.VRL │ ├── CHUBLCW2.VRL │ ├── CHUBRCW0.VRL │ ├── CHUBRCW1.VRL │ ├── CHUBRCW2.VRL │ ├── MEBACW0.VRL │ ├── MEBACW1.VRL │ ├── MEBACW2.VRL │ ├── MEBFCW0.VRL │ ├── MEBFCW1.VRL │ ├── MEBFCW2.VRL │ ├── MEBLCW0.VRL │ ├── MEBLCW1.VRL │ ├── MEBLCW2.VRL │ ├── MEBRCW0.VRL │ ├── MEBRCW1.VRL │ ├── MEBRCW2.VRL │ ├── PRSBACW0.VRL │ ├── PRSBACW1.VRL │ ├── PRSBACW2.VRL │ ├── PRSBFCW0.VRL │ ├── PRSBFCW1.VRL │ ├── PRSBFCW2.VRL │ ├── PRSBLCW0.VRL │ ├── PRSBLCW1.VRL │ ├── PRSBLCW2.VRL │ ├── PRSBRCW0.VRL │ ├── PRSBRCW1.VRL │ ├── PRSBRCW2.VRL │ ├── chikyuu.h │ ├── chikyuu.pal │ ├── chikyuu.sht │ ├── chikyuu.vrl │ ├── chikyuu.vrs │ ├── chikyuus.h │ ├── chistnd.h │ ├── chistnd.pal │ ├── chistnd.sht │ ├── chistnd.vrl │ ├── chistnd.vrs │ ├── me.h │ ├── me.pal │ ├── me.sht │ ├── me.vrl │ ├── me.vrs │ ├── ptmp.h │ ├── ptmp.pal │ ├── ptmp.sht │ ├── ptmp.vrs │ └── ptmps.h ├── tes0.map ├── tes0.tmx ├── test.map ├── test.tmx ├── tesuto.pcx ├── vga.pal ├── w.pcx ├── waifu.txt ├── whatislo.vgm └── wwww.pcx ├── debug.png ├── design.txt ├── doc ├── 16.16 ├── 16.txt ├── 16story.txt ├── CGUIDE_3.TXT ├── If this image offends you, then please GTFO wwww.jpg ├── VGA_crtc.gif ├── art_tut │ ├── palette tut.png │ └── pallette1390508302777.jpg ├── cguide3.zip ├── char.txt ├── char │ ├── chikyu │ ├── chikyu.png │ ├── chikyuu$.png │ ├── chikyuu67471425_p0.png │ ├── chikyuuy.png │ └── zap.png ├── cow │ ├── 9.cow │ ├── cirno.cow │ ├── cirno2.cow │ ├── cirno29.cow │ ├── cirno9.cow │ └── metan1.cow ├── faq.txt ├── fig1-1_i.pcx ├── fig1-1_i.png ├── oldsrc │ ├── eng_core.cpp.0 │ └── eng_core.h.0 ├── parody.doc ├── planarNotes.txt ├── project.txt ├── project16.txt ├── scroll.txt ├── timeline.txt ├── upmem.pcx └── vgaregs.txt ├── dro2imf ├── dro2vgm ├── fix_this.txt ├── make-lowercase ├── makefile ├── sparky4.do ├── src ├── 0croll.c ├── 0tesuto.c ├── 16.c ├── 16.h ├── 16.ses ├── 1croll.c ├── bakapi.c ├── bakapi.h ├── core │ ├── _demowl.c │ ├── wl_act1.c │ ├── wl_act2.c │ ├── wl_agent.c │ ├── wl_asm.asm │ ├── wl_debug.c │ ├── wl_def.h │ ├── wl_dr_a.asm │ ├── wl_draw.c │ ├── wl_game.c │ ├── wl_inter.c │ ├── wl_main.c │ ├── wl_menu.c │ ├── wl_menu.h │ ├── wl_play.c │ ├── wl_scale.c │ ├── wl_state.c │ └── wl_text.c ├── emsdump.c ├── exmmtest.c ├── exmmtest.h ├── fd-dbg.c ├── fmemtest.c ├── fontgfx.c ├── fonttest.c ├── imfplay.c ├── inputest.c ├── lib │ ├── 16_ca.c │ ├── 16_ca.h │ ├── 16_dbg.c │ ├── 16_dbg.h │ ├── 16_dbg_1.c │ ├── 16_enti.c │ ├── 16_enti.h │ ├── 16_hc.c │ ├── 16_hc.h │ ├── 16_head.c │ ├── 16_head.h │ ├── 16_in.c │ ├── 16_in.h │ ├── 16_map.c │ ├── 16_map.h │ ├── 16_mm.c │ ├── 16_mm.h │ ├── 16_pm.c │ ├── 16_pm.h │ ├── 16_rf.c │ ├── 16_rf.h │ ├── 16_sd.c │ ├── 16_sd.h │ ├── 16_snd.c │ ├── 16_snd.h │ ├── 16_spri.c │ ├── 16_spri.h │ ├── 16_t.h │ ├── 16_tail.c │ ├── 16_tail.h │ ├── 16_tail_.c │ ├── 16_tdef.h │ ├── 16_timer.c │ ├── 16_timer.h │ ├── 16_us.c │ ├── 16_us.c_ │ ├── 16_us.h_ │ ├── 16_vl.c │ ├── 16_vl.h │ ├── 16_vl_1.c │ ├── 16_vl_2.c │ ├── 16_vlpa_.c │ ├── 16_vlpal.c │ ├── 16_vlpal.h │ ├── 16_vlpld.h │ ├── 16text.c │ ├── 16text.h │ ├── bakapee.c │ ├── bakapee.h │ ├── bitmapl.c │ ├── bitmapl.h │ ├── exmm │ │ ├── EM0.EXE │ │ ├── EMM_ALL.TXT │ │ ├── XMEM.ALL │ │ ├── emmret.h │ │ ├── emmsize.h │ │ ├── memory.c │ │ ├── memory.h │ │ ├── x.bat │ │ ├── xmem.asm │ │ ├── xmem.c │ │ ├── xmem.h │ │ └── xmem.txt │ ├── gamepal.c │ ├── hp │ │ ├── act │ │ │ ├── c3_act1.c │ │ │ ├── c6_act1.c │ │ │ ├── c6_act2.c │ │ │ ├── c6_act3.c │ │ │ ├── c6_act4.c │ │ │ ├── kd_act1.c │ │ │ ├── kd_act2.c │ │ │ ├── wl_act1.c │ │ │ └── wl_act2.c │ │ ├── asm │ │ │ ├── c3_asm.asm │ │ │ ├── c6_asm.asm │ │ │ └── wl_asm.asm │ │ ├── c3_trace.c │ │ ├── c3_wiz.c │ │ ├── c6_trace.c │ │ ├── c6_wiz.c │ │ ├── debug │ │ │ ├── c3_debug.c │ │ │ ├── c6_debug.c │ │ │ └── wl_debug.c │ │ ├── def │ │ │ ├── c3_def.h │ │ │ ├── kd_def.h │ │ │ └── wl_def.h │ │ ├── democ3.c │ │ ├── democ6.c │ │ ├── demohp.c │ │ ├── demokd.c │ │ ├── demowl.c │ │ ├── draw │ │ │ ├── c3_draw.c │ │ │ ├── c6_draw.c │ │ │ └── wl_draw.c │ │ ├── game │ │ │ ├── c3_game.c │ │ │ ├── c6_game.c │ │ │ └── wl_game.c │ │ ├── inter │ │ │ └── wl_inter.c │ │ ├── kd_demo.c │ │ ├── kd_keen.c │ │ ├── main │ │ │ ├── c3_main.c │ │ │ ├── c6_main.c │ │ │ ├── kd_main.c │ │ │ └── wl_main.c │ │ ├── menu │ │ │ ├── wl_menu.c │ │ │ └── wl_menu.h │ │ ├── play │ │ │ ├── c3_play.c │ │ │ ├── c6_play.c │ │ │ ├── kd_play.c │ │ │ └── wl_play.c │ │ ├── scale │ │ │ ├── c3_sca_a.asm │ │ │ ├── c3_scale.c │ │ │ ├── c6_sca_a.asm │ │ │ ├── c6_scale.c │ │ │ └── wl_scale.c │ │ ├── state │ │ │ ├── c3_state.c │ │ │ ├── c6_state.c │ │ │ └── wl_state.c │ │ ├── wl_agent.c │ │ ├── wl_dr_a.asm │ │ └── wl_text.c │ ├── id_ca.c │ ├── modex16 │ │ ├── 160x120.h │ │ ├── 16planar.c │ │ ├── 16planar.h │ │ ├── 192x144.h │ │ ├── 192x144_.h │ │ ├── 256x192.h │ │ ├── 320x200.h │ │ └── 320x240.h │ ├── nyan │ │ ├── kitten.c │ │ └── kitten.h │ ├── scroll16.c │ ├── scroll16.h │ ├── testpatt.h │ ├── vgmsnd │ │ ├── 3812intf.c │ │ ├── 3812intf.h │ │ ├── FotF_Title.vgm │ │ ├── GingaNinkyouDen_Round3.vgm │ │ ├── Lemmings3D_SweetLand1.vgm │ │ ├── Lemmings_LetsGo.vgm │ │ ├── VGMFile.h │ │ ├── VgmSndDrv.7z │ │ ├── VgmSndDrv.exe │ │ ├── VgmSndDrv.sln │ │ ├── VgmSndDrv.vcxproj │ │ ├── VgmSndDrv.vcxproj.filters │ │ ├── common.h │ │ ├── fmopl.c │ │ ├── fmopl.h │ │ ├── main.c │ │ ├── mamedef.h │ │ ├── stdbool.h │ │ ├── stdtype.h │ │ ├── vgmSnd.c │ │ └── vgmSnd.h │ └── wcpu │ │ ├── 16_wcpu.c │ │ ├── 16_wcpu.h │ │ ├── makefile │ │ ├── wcpu.c │ │ ├── wcpu.exe │ │ └── wcpu.h ├── maptest.c ├── mmtest.c ├── palbomb.c ├── palettec.c ├── palettel.c ├── pallist.txt ├── paltest.c ├── pcxtest.c ├── pcxtest2.c ├── ps.c ├── scroll.c ├── sdtest.c ├── sountest.c ├── tesuto.c ├── tesuto.h ├── util │ ├── bcexmm.sh │ ├── cputype.asm │ ├── db.c │ ├── git │ │ ├── git_con.fig │ │ ├── git_igno.re │ │ └── git_modu.les │ ├── qfoot.sh │ ├── qhead.sh │ ├── setres.c │ ├── shbat │ │ ├── DLD.BAT │ │ ├── DLDV.BAT │ │ ├── WBUILD.BAT │ │ ├── awoo.sh │ │ ├── boop.sh │ │ ├── btget.bat │ │ ├── cutetest.bat │ │ ├── dld.sh │ │ ├── dldv.sh │ │ ├── fcsp2.bat │ │ ├── l4get.bat │ │ ├── mkdld.sh │ │ ├── q.sh │ │ ├── qcata.sh │ │ ├── qdl.sh │ │ ├── qkeen.sh │ │ ├── qwolf.sh │ │ ├── respri.sh │ │ ├── runtest.bat │ │ ├── sd.bat │ │ ├── simulate-sparky4-watcom-env.sh │ │ ├── spri.sh │ │ ├── ud.sh │ │ ├── wbuild.sh │ │ ├── x4get.bat │ │ └── xxdiff.sh │ ├── z.sh │ └── z2.sh ├── vgmtest.c ├── vidtest.c ├── vrldbg.c ├── vrstest.c ├── xcroll.c └── zcroll.c ├── stuckon.txt ├── ud.sh ├── videolay.txt ├── wantdbg.txt ├── wbuild.sh └── wolf3dpm.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/.gitmodules -------------------------------------------------------------------------------- /16/(RUN_RUN.TO): -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /16/(_START_.__): -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /16/(_______.__): -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /16/(~~~~~~~.~~): -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /16/00jsmn00.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/00jsmn00.7z -------------------------------------------------------------------------------- /16/16/16_mm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/16_mm.c -------------------------------------------------------------------------------- /16/16/SCRC/CONSTANT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/CONSTANT.H -------------------------------------------------------------------------------- /16/16/SCRC/FUNPTR.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/FUNPTR.EXE -------------------------------------------------------------------------------- /16/16/SCRC/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/MAKEFILE -------------------------------------------------------------------------------- /16/16/SCRC/PALETTE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/PALETTE.C -------------------------------------------------------------------------------- /16/16/SCRC/PALETTE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/PALETTE.H -------------------------------------------------------------------------------- /16/16/SCRC/TEST.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/TEST.C -------------------------------------------------------------------------------- /16/16/SCRC/TEST.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/TEST.EXE -------------------------------------------------------------------------------- /16/16/SCRC/constant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/constant.h -------------------------------------------------------------------------------- /16/16/SCRC/fade.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/fade.c -------------------------------------------------------------------------------- /16/16/SCRC/fade.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/fade.exe -------------------------------------------------------------------------------- /16/16/SCRC/fade2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/fade2.c -------------------------------------------------------------------------------- /16/16/SCRC/funptr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/funptr.c -------------------------------------------------------------------------------- /16/16/SCRC/funptr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/funptr.exe -------------------------------------------------------------------------------- /16/16/SCRC/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/makefile -------------------------------------------------------------------------------- /16/16/SCRC/palette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/palette.c -------------------------------------------------------------------------------- /16/16/SCRC/palette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/palette.h -------------------------------------------------------------------------------- /16/16/SCRC/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/test.c -------------------------------------------------------------------------------- /16/16/SCRC/test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/SCRC/test.exe -------------------------------------------------------------------------------- /16/16/TEST.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/TEST.C -------------------------------------------------------------------------------- /16/16/ed.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/ed.pcx -------------------------------------------------------------------------------- /16/16/gfx.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/gfx.pal -------------------------------------------------------------------------------- /16/16/inpu.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/inpu.bat -------------------------------------------------------------------------------- /16/16/inputest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/inputest.exe -------------------------------------------------------------------------------- /16/16/lib/MODEX16.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/lib/MODEX16.C -------------------------------------------------------------------------------- /16/16/lib/MODEX16.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/lib/MODEX16.H -------------------------------------------------------------------------------- /16/16/lib/lib_com.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/lib/lib_com.cpp -------------------------------------------------------------------------------- /16/16/lib/lib_com.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/lib/lib_com.h -------------------------------------------------------------------------------- /16/16/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/makefile -------------------------------------------------------------------------------- /16/16/modex16.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/modex16.7z -------------------------------------------------------------------------------- /16/16/old16.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/old16.7z -------------------------------------------------------------------------------- /16/16/opl2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/opl2.c -------------------------------------------------------------------------------- /16/16/opl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/opl2.h -------------------------------------------------------------------------------- /16/16/src/inputest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/src/inputest.c -------------------------------------------------------------------------------- /16/16/src/lib/16_in.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/src/lib/16_in.c -------------------------------------------------------------------------------- /16/16/src/lib/16_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/src/lib/16_in.h -------------------------------------------------------------------------------- /16/16/src/lib/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16/src/lib/types.h -------------------------------------------------------------------------------- /16/16_mm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/16_mm.c -------------------------------------------------------------------------------- /16/ADT2PLAY/MAKE.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ADT2PLAY/MAKE.BAT -------------------------------------------------------------------------------- /16/EMS.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/EMS.BAS -------------------------------------------------------------------------------- /16/GAMECOLR.PAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/GAMECOLR.PAL -------------------------------------------------------------------------------- /16/ID_MM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ID_MM.C -------------------------------------------------------------------------------- /16/ID_MMw.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ID_MMw.C -------------------------------------------------------------------------------- /16/ID_SD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ID_SD.C -------------------------------------------------------------------------------- /16/ID_SD.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ID_SD.EQU -------------------------------------------------------------------------------- /16/ID_SD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ID_SD.H -------------------------------------------------------------------------------- /16/ID_SD_A.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ID_SD_A.ASM -------------------------------------------------------------------------------- /16/ID_SD_A.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ID_SD_A.BAK -------------------------------------------------------------------------------- /16/PCGPE10.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCGPE10.7z -------------------------------------------------------------------------------- /16/PCX_LIB/PCX_COMM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCX_LIB/PCX_COMM.C -------------------------------------------------------------------------------- /16/PCX_LIB/PCX_DISP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCX_LIB/PCX_DISP.C -------------------------------------------------------------------------------- /16/PCX_LIB/PCX_EXAM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCX_LIB/PCX_EXAM.C -------------------------------------------------------------------------------- /16/PCX_LIB/PCX_EXT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCX_LIB/PCX_EXT.H -------------------------------------------------------------------------------- /16/PCX_LIB/PCX_FILE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCX_LIB/PCX_FILE.C -------------------------------------------------------------------------------- /16/PCX_LIB/PCX_INT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCX_LIB/PCX_INT.H -------------------------------------------------------------------------------- /16/PCX_LIB/RD_DEMO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCX_LIB/RD_DEMO.C -------------------------------------------------------------------------------- /16/PCX_LIB/WR_DEMO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PCX_LIB/WR_DEMO.C -------------------------------------------------------------------------------- /16/PMDIBM.COM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/PMDIBM.COM -------------------------------------------------------------------------------- /16/SCRC.ZIP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/SCRC.ZIP -------------------------------------------------------------------------------- /16/SP2.COM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/SP2.COM -------------------------------------------------------------------------------- /16/VGAPA.PCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/VGAPA.PCX -------------------------------------------------------------------------------- /16/WOLFSRC-8086.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC-8086.zip -------------------------------------------------------------------------------- /16/WOLFSRC/AUDIOSDM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/AUDIOSDM.H -------------------------------------------------------------------------------- /16/WOLFSRC/AUDIOSOD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/AUDIOSOD.H -------------------------------------------------------------------------------- /16/WOLFSRC/AUDIOWL1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/AUDIOWL1.H -------------------------------------------------------------------------------- /16/WOLFSRC/AUDIOWL6.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/AUDIOWL6.H -------------------------------------------------------------------------------- /16/WOLFSRC/BUDIOSOD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/BUDIOSOD.H -------------------------------------------------------------------------------- /16/WOLFSRC/BUDIOWL6.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/BUDIOWL6.H -------------------------------------------------------------------------------- /16/WOLFSRC/C0.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/C0.ASM -------------------------------------------------------------------------------- /16/WOLFSRC/CONTIGSC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/CONTIGSC.C -------------------------------------------------------------------------------- /16/WOLFSRC/DETECT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/DETECT.C -------------------------------------------------------------------------------- /16/WOLFSRC/FOREIGN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/FOREIGN.H -------------------------------------------------------------------------------- /16/WOLFSRC/F_SPEAR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/F_SPEAR.H -------------------------------------------------------------------------------- /16/WOLFSRC/GFXE_SOD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/GFXE_SOD.H -------------------------------------------------------------------------------- /16/WOLFSRC/GFXE_WL1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/GFXE_WL1.H -------------------------------------------------------------------------------- /16/WOLFSRC/GFXE_WL6.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/GFXE_WL6.H -------------------------------------------------------------------------------- /16/WOLFSRC/GFXV_SDM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/GFXV_SDM.H -------------------------------------------------------------------------------- /16/WOLFSRC/GFXV_SOD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/GFXV_SOD.H -------------------------------------------------------------------------------- /16/WOLFSRC/GFXV_WL1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/GFXV_WL1.H -------------------------------------------------------------------------------- /16/WOLFSRC/GFXV_WL6.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/GFXV_WL6.H -------------------------------------------------------------------------------- /16/WOLFSRC/GO.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/GO.BAT -------------------------------------------------------------------------------- /16/WOLFSRC/H_LDIV.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/H_LDIV.ASM -------------------------------------------------------------------------------- /16/WOLFSRC/ID_CA.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_CA.C -------------------------------------------------------------------------------- /16/WOLFSRC/ID_CA.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_CA.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_HEAD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_HEAD.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_HEADS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_HEADS.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_IN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_IN.C -------------------------------------------------------------------------------- /16/WOLFSRC/ID_IN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_IN.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_MM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_MM.C -------------------------------------------------------------------------------- /16/WOLFSRC/ID_MM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_MM.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_PM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_PM.C -------------------------------------------------------------------------------- /16/WOLFSRC/ID_PM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_PM.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_SD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_SD.C -------------------------------------------------------------------------------- /16/WOLFSRC/ID_SD.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_SD.EQU -------------------------------------------------------------------------------- /16/WOLFSRC/ID_SD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_SD.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_US.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_US.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_US_1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_US_1.C -------------------------------------------------------------------------------- /16/WOLFSRC/ID_VH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_VH.H -------------------------------------------------------------------------------- /16/WOLFSRC/ID_VL.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_VL.BAK -------------------------------------------------------------------------------- /16/WOLFSRC/ID_VL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_VL.C -------------------------------------------------------------------------------- /16/WOLFSRC/ID_VL.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_VL.EQU -------------------------------------------------------------------------------- /16/WOLFSRC/ID_VL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/ID_VL.H -------------------------------------------------------------------------------- /16/WOLFSRC/MAPSSDM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/MAPSSDM.H -------------------------------------------------------------------------------- /16/WOLFSRC/MAPSSOD.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/MAPSSOD.H -------------------------------------------------------------------------------- /16/WOLFSRC/MAPSWL1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/MAPSWL1.H -------------------------------------------------------------------------------- /16/WOLFSRC/MAPSWL6.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/MAPSWL6.H -------------------------------------------------------------------------------- /16/WOLFSRC/MAPSWLF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/MAPSWLF.H -------------------------------------------------------------------------------- /16/WOLFSRC/MUNGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/MUNGE.C -------------------------------------------------------------------------------- /16/WOLFSRC/OLDSCALE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/OLDSCALE.C -------------------------------------------------------------------------------- /16/WOLFSRC/PICLIST.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/PICLIST.H -------------------------------------------------------------------------------- /16/WOLFSRC/README.USO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/README.USO -------------------------------------------------------------------------------- /16/WOLFSRC/RULES.ASI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/RULES.ASI -------------------------------------------------------------------------------- /16/WOLFSRC/SDMVER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/SDMVER.H -------------------------------------------------------------------------------- /16/WOLFSRC/SHAREMSG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/SHAREMSG.H -------------------------------------------------------------------------------- /16/WOLFSRC/SODVER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/SODVER.H -------------------------------------------------------------------------------- /16/WOLFSRC/SPANISH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/SPANISH.H -------------------------------------------------------------------------------- /16/WOLFSRC/SPANVER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/SPANVER.H -------------------------------------------------------------------------------- /16/WOLFSRC/SV.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/SV.EXE -------------------------------------------------------------------------------- /16/WOLFSRC/VERSION.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/VERSION.H -------------------------------------------------------------------------------- /16/WOLFSRC/WLFJ1VER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WLFJ1VER.H -------------------------------------------------------------------------------- /16/WOLFSRC/WL_ACT1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_ACT1.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_ACT2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_ACT2.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_AGENT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_AGENT.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_ASM.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_ASM.ASM -------------------------------------------------------------------------------- /16/WOLFSRC/WL_DEBUG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_DEBUG.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_DEF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_DEF.H -------------------------------------------------------------------------------- /16/WOLFSRC/WL_DRAW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_DRAW.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_GAME.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_GAME.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_INTER.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_INTER.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_MAIN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_MAIN.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_MENU.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_MENU.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_SCALE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_SCALE.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_STATE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_STATE.C -------------------------------------------------------------------------------- /16/WOLFSRC/WL_TEXT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WL_TEXT.C -------------------------------------------------------------------------------- /16/WOLFSRC/WOLF.IDE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLF.IDE -------------------------------------------------------------------------------- /16/WOLFSRC/WOLF.OBR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLF.OBR -------------------------------------------------------------------------------- /16/WOLFSRC/WOLF.~DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLF.~DE -------------------------------------------------------------------------------- /16/WOLFSRC/WOLF1VER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLF1VER.H -------------------------------------------------------------------------------- /16/WOLFSRC/WOLF3D.DSK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLF3D.DSK -------------------------------------------------------------------------------- /16/WOLFSRC/WOLF3D.MAP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLF3D.MAP -------------------------------------------------------------------------------- /16/WOLFSRC/WOLF3D.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLF3D.PRJ -------------------------------------------------------------------------------- /16/WOLFSRC/WOLFGTV.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLFGTV.H -------------------------------------------------------------------------------- /16/WOLFSRC/WOLFHACK.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLFHACK.C -------------------------------------------------------------------------------- /16/WOLFSRC/WOLFJVER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLFJVER.H -------------------------------------------------------------------------------- /16/WOLFSRC/WOLFVER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/WOLFVER.H -------------------------------------------------------------------------------- /16/WOLFSRC/id_vh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/id_vh.c -------------------------------------------------------------------------------- /16/WOLFSRC/wl_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/wl_menu.h -------------------------------------------------------------------------------- /16/WOLFSRC/wl_play.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/WOLFSRC/wl_play.c -------------------------------------------------------------------------------- /16/XMSARRAY.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/XMSARRAY.CPP -------------------------------------------------------------------------------- /16/adplug.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/adplug.7z -------------------------------------------------------------------------------- /16/catafile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/catafile.sh -------------------------------------------------------------------------------- /16/catwat.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/catwat.7z -------------------------------------------------------------------------------- /16/ckpatch-0.11.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ckpatch-0.11.3.zip -------------------------------------------------------------------------------- /16/dist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/dist.sh -------------------------------------------------------------------------------- /16/ems1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ems1.zip -------------------------------------------------------------------------------- /16/ems3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ems3.zip -------------------------------------------------------------------------------- /16/ems_.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ems_.c -------------------------------------------------------------------------------- /16/emstulkt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/emstulkt.zip -------------------------------------------------------------------------------- /16/fcsp2src.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/fcsp2src.zip -------------------------------------------------------------------------------- /16/fcsp2src/MAKE.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/fcsp2src/MAKE.BAT -------------------------------------------------------------------------------- /16/fcsp2src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/fcsp2src/README -------------------------------------------------------------------------------- /16/fcsp2src/SP2.COM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/fcsp2src/SP2.COM -------------------------------------------------------------------------------- /16/fcsp2src/sp16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/fcsp2src/sp16.asm -------------------------------------------------------------------------------- /16/fcsp2src/sp2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/fcsp2src/sp2.asm -------------------------------------------------------------------------------- /16/fcsp2src/sp2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/fcsp2src/sp2.exe -------------------------------------------------------------------------------- /16/glist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/glist.c -------------------------------------------------------------------------------- /16/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/graph.h -------------------------------------------------------------------------------- /16/grdemo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/grdemo.c -------------------------------------------------------------------------------- /16/intro/M13ORG.ASC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/intro/M13ORG.ASC -------------------------------------------------------------------------------- /16/intro/M13ORG.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/intro/M13ORG.GIF -------------------------------------------------------------------------------- /16/intro/MXORG.ASC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/intro/MXORG.ASC -------------------------------------------------------------------------------- /16/intro/MXORG.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/intro/MXORG.GIF -------------------------------------------------------------------------------- /16/intro/XINTRO.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/intro/XINTRO.TXT -------------------------------------------------------------------------------- /16/intro/lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/intro/lib.c -------------------------------------------------------------------------------- /16/keenfile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/keenfile.sh -------------------------------------------------------------------------------- /16/keensource456.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/keensource456.zip -------------------------------------------------------------------------------- /16/ll.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ll.7z -------------------------------------------------------------------------------- /16/makefile.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/makefile.old -------------------------------------------------------------------------------- /16/mk0croll.wat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/mk0croll.wat -------------------------------------------------------------------------------- /16/modex/asm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/asm.bat -------------------------------------------------------------------------------- /16/modex/c_utils.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/c_utils.asm -------------------------------------------------------------------------------- /16/modex/c_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/c_utils.h -------------------------------------------------------------------------------- /16/modex/c_utils.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/c_utils.lst -------------------------------------------------------------------------------- /16/modex/c_utils.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/c_utils.sbr -------------------------------------------------------------------------------- /16/modex/demos/c/w.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/demos/c/w.sh -------------------------------------------------------------------------------- /16/modex/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/makefile -------------------------------------------------------------------------------- /16/modex/mode-x.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/mode-x.txt -------------------------------------------------------------------------------- /16/modex/modex.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/modex.asm -------------------------------------------------------------------------------- /16/modex/modex.bi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/modex.bi -------------------------------------------------------------------------------- /16/modex/modex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/modex.h -------------------------------------------------------------------------------- /16/modex/modex.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/modex.lst -------------------------------------------------------------------------------- /16/modex/modex.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/modex.sbr -------------------------------------------------------------------------------- /16/modex/modex105.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/modex105.zip -------------------------------------------------------------------------------- /16/modex/packing.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/packing.lst -------------------------------------------------------------------------------- /16/modex/readme.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/readme.doc -------------------------------------------------------------------------------- /16/modex/utls-asm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/utls-asm.bat -------------------------------------------------------------------------------- /16/modex/w.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/w.sh -------------------------------------------------------------------------------- /16/modex/x.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/x.exe -------------------------------------------------------------------------------- /16/modex/x_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/x_demo.c -------------------------------------------------------------------------------- /16/modex/x_demo.dsk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/x_demo.dsk -------------------------------------------------------------------------------- /16/modex/x_demo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/x_demo.exe -------------------------------------------------------------------------------- /16/modex/x_demo.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex/x_demo.prj -------------------------------------------------------------------------------- /16/modex105.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex105.zip -------------------------------------------------------------------------------- /16/modex16/0croll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/0croll.c -------------------------------------------------------------------------------- /16/modex16/16render.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/16render.c -------------------------------------------------------------------------------- /16/modex16/16render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/16render.h -------------------------------------------------------------------------------- /16/modex16/286@12.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/286@12.log -------------------------------------------------------------------------------- /16/modex16/286@8.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/286@8.log -------------------------------------------------------------------------------- /16/modex16/bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/bitmap.c -------------------------------------------------------------------------------- /16/modex16/bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/bitmap.h -------------------------------------------------------------------------------- /16/modex16/dos_kb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/dos_kb.c -------------------------------------------------------------------------------- /16/modex16/dos_kb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/dos_kb.h -------------------------------------------------------------------------------- /16/modex16/ed.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/ed.pcx -------------------------------------------------------------------------------- /16/modex16/ed2.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/ed2.pcx -------------------------------------------------------------------------------- /16/modex16/edw.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/edw.pcx -------------------------------------------------------------------------------- /16/modex16/gfx.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/gfx.pal -------------------------------------------------------------------------------- /16/modex16/koishi.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/koishi.pcx -------------------------------------------------------------------------------- /16/modex16/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/makefile -------------------------------------------------------------------------------- /16/modex16/mayu.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/mayu.pcx -------------------------------------------------------------------------------- /16/modex16/modex16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/modex16.c -------------------------------------------------------------------------------- /16/modex16/modex16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/modex16.h -------------------------------------------------------------------------------- /16/modex16/palettec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/palettec.c -------------------------------------------------------------------------------- /16/modex16/pcxtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/pcxtest.c -------------------------------------------------------------------------------- /16/modex16/q.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/q.pcx -------------------------------------------------------------------------------- /16/modex16/rarity.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/rarity.pcx -------------------------------------------------------------------------------- /16/modex16/scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/scroll.c -------------------------------------------------------------------------------- /16/modex16/scroll.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/scroll.exe -------------------------------------------------------------------------------- /16/modex16/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/test.c -------------------------------------------------------------------------------- /16/modex16/test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/test.exe -------------------------------------------------------------------------------- /16/modex16/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/test.txt -------------------------------------------------------------------------------- /16/modex16/test2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/test2.c -------------------------------------------------------------------------------- /16/modex16/test2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/test2.exe -------------------------------------------------------------------------------- /16/modex16/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/types.h -------------------------------------------------------------------------------- /16/modex16/w.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/modex16/w.pcx -------------------------------------------------------------------------------- /16/othersrc/emmtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/emmtest.c -------------------------------------------------------------------------------- /16/othersrc/emstest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/emstest.c -------------------------------------------------------------------------------- /16/othersrc/lib/ems.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/lib/ems.c -------------------------------------------------------------------------------- /16/othersrc/lib/ems.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/lib/ems.h -------------------------------------------------------------------------------- /16/othersrc/lib/tst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/lib/tst.c -------------------------------------------------------------------------------- /16/othersrc/lib/xms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/lib/xms.c -------------------------------------------------------------------------------- /16/othersrc/lib/xms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/lib/xms.h -------------------------------------------------------------------------------- /16/othersrc/midi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/midi.c -------------------------------------------------------------------------------- /16/othersrc/test0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/test0.c -------------------------------------------------------------------------------- /16/othersrc/test2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/test2.c -------------------------------------------------------------------------------- /16/othersrc/testemm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/testemm.c -------------------------------------------------------------------------------- /16/othersrc/testsnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/othersrc/testsnd.c -------------------------------------------------------------------------------- /16/planrpcx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/planrpcx.exe -------------------------------------------------------------------------------- /16/portable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/portable.h -------------------------------------------------------------------------------- /16/rac/D-INFO.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/rac/D-INFO.TXT -------------------------------------------------------------------------------- /16/rac/FILE_ID.DIZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/rac/FILE_ID.DIZ -------------------------------------------------------------------------------- /16/rac/RAC.DOC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/rac/RAC.DOC -------------------------------------------------------------------------------- /16/rac/RAC.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/rac/RAC.EXE -------------------------------------------------------------------------------- /16/rac/RAC.REV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/rac/RAC.REV -------------------------------------------------------------------------------- /16/rac001a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/rac001a.zip -------------------------------------------------------------------------------- /16/reg_ex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/reg_ex.c -------------------------------------------------------------------------------- /16/roads/ANIM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/ANIM.C -------------------------------------------------------------------------------- /16/roads/BOOKENDS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/BOOKENDS.C -------------------------------------------------------------------------------- /16/roads/FX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/FX.C -------------------------------------------------------------------------------- /16/roads/FX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/FX.H -------------------------------------------------------------------------------- /16/roads/INITROAD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/INITROAD.C -------------------------------------------------------------------------------- /16/roads/INITW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/INITW.C -------------------------------------------------------------------------------- /16/roads/KEYS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/KEYS.H -------------------------------------------------------------------------------- /16/roads/MAKEFILE.MAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/MAKEFILE.MAK -------------------------------------------------------------------------------- /16/roads/READ.ME: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/READ.ME -------------------------------------------------------------------------------- /16/roads/ROADS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/ROADS.C -------------------------------------------------------------------------------- /16/roads/ROADS.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/ROADS.EXE -------------------------------------------------------------------------------- /16/roads/ROADS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/ROADS.GIF -------------------------------------------------------------------------------- /16/roads/ROADS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/ROADS.H -------------------------------------------------------------------------------- /16/roads/TILEIO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/TILEIO.C -------------------------------------------------------------------------------- /16/roads/TILES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/TILES.H -------------------------------------------------------------------------------- /16/roads/VERSION.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/roads/VERSION.H -------------------------------------------------------------------------------- /16/sb_sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sb_sd.c -------------------------------------------------------------------------------- /16/scrasm/80X86.ASC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/80X86.ASC -------------------------------------------------------------------------------- /16/scrasm/80X86.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/80X86.TXT -------------------------------------------------------------------------------- /16/scrasm/GENMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/GENMAP.C -------------------------------------------------------------------------------- /16/scrasm/GENMAP.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/GENMAP.EXE -------------------------------------------------------------------------------- /16/scrasm/GENMAP.LNK: -------------------------------------------------------------------------------- 1 | genmap.obj; 2 | -------------------------------------------------------------------------------- /16/scrasm/GENPAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/GENPAL.C -------------------------------------------------------------------------------- /16/scrasm/GENPAL.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/GENPAL.EXE -------------------------------------------------------------------------------- /16/scrasm/GENPAL.LNK: -------------------------------------------------------------------------------- 1 | genpal.obj; 2 | -------------------------------------------------------------------------------- /16/scrasm/GENSQ.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/GENSQ.C -------------------------------------------------------------------------------- /16/scrasm/GENSQ.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/GENSQ.EXE -------------------------------------------------------------------------------- /16/scrasm/GENSQ.LNK: -------------------------------------------------------------------------------- 1 | gensq.obj; 2 | -------------------------------------------------------------------------------- /16/scrasm/INIT.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/INIT.INC -------------------------------------------------------------------------------- /16/scrasm/KEYB.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/KEYB.INC -------------------------------------------------------------------------------- /16/scrasm/LZTIMER.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/LZTIMER.ASM -------------------------------------------------------------------------------- /16/scrasm/MAIN.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/MAIN.ASM -------------------------------------------------------------------------------- /16/scrasm/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/MAKEFILE -------------------------------------------------------------------------------- /16/scrasm/MAP.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/MAP.INC -------------------------------------------------------------------------------- /16/scrasm/MODEX.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/MODEX.INC -------------------------------------------------------------------------------- /16/scrasm/PAGE.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/PAGE.INC -------------------------------------------------------------------------------- /16/scrasm/PALETTE.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/PALETTE.INC -------------------------------------------------------------------------------- /16/scrasm/SCROLL.DOC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/SCROLL.DOC -------------------------------------------------------------------------------- /16/scrasm/SCROLL.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/SCROLL.EXE -------------------------------------------------------------------------------- /16/scrasm/SCROLL.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/SCROLL.INC -------------------------------------------------------------------------------- /16/scrasm/SCROLL.LNK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/SCROLL.LNK -------------------------------------------------------------------------------- /16/scrasm/SCROLL.MAP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/SCROLL.MAP -------------------------------------------------------------------------------- /16/scrasm/SCROLL.PAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/SCROLL.PAL -------------------------------------------------------------------------------- /16/scrasm/SCROLL.TIL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/SCROLL.TIL -------------------------------------------------------------------------------- /16/scrasm/SPRITE.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/scrasm/SPRITE.INC -------------------------------------------------------------------------------- /16/sod8086/WOLF3D.SYM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/WOLF3D.SYM -------------------------------------------------------------------------------- /16/sod8086/audiosdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/audiosdm.h -------------------------------------------------------------------------------- /16/sod8086/audiosod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/audiosod.h -------------------------------------------------------------------------------- /16/sod8086/audiowl1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/audiowl1.h -------------------------------------------------------------------------------- /16/sod8086/audiowl6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/audiowl6.h -------------------------------------------------------------------------------- /16/sod8086/budiosod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/budiosod.h -------------------------------------------------------------------------------- /16/sod8086/budiowl6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/budiowl6.h -------------------------------------------------------------------------------- /16/sod8086/c0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/c0.asm -------------------------------------------------------------------------------- /16/sod8086/c0.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/c0.bak -------------------------------------------------------------------------------- /16/sod8086/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/clean.bat -------------------------------------------------------------------------------- /16/sod8086/contigsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/contigsc.c -------------------------------------------------------------------------------- /16/sod8086/detect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/detect.c -------------------------------------------------------------------------------- /16/sod8086/f_spear.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/f_spear.h -------------------------------------------------------------------------------- /16/sod8086/foreign.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/foreign.h -------------------------------------------------------------------------------- /16/sod8086/gamepal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/gamepal.c -------------------------------------------------------------------------------- /16/sod8086/gfxe_sod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/gfxe_sod.h -------------------------------------------------------------------------------- /16/sod8086/gfxe_wl1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/gfxe_wl1.h -------------------------------------------------------------------------------- /16/sod8086/go.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/go.bat -------------------------------------------------------------------------------- /16/sod8086/id_ca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_ca.c -------------------------------------------------------------------------------- /16/sod8086/id_ca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_ca.h -------------------------------------------------------------------------------- /16/sod8086/id_in.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_in.c -------------------------------------------------------------------------------- /16/sod8086/id_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_in.h -------------------------------------------------------------------------------- /16/sod8086/id_mm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_mm.c -------------------------------------------------------------------------------- /16/sod8086/id_mm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_mm.h -------------------------------------------------------------------------------- /16/sod8086/id_pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_pm.c -------------------------------------------------------------------------------- /16/sod8086/id_pm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_pm.h -------------------------------------------------------------------------------- /16/sod8086/id_sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_sd.c -------------------------------------------------------------------------------- /16/sod8086/id_sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_sd.h -------------------------------------------------------------------------------- /16/sod8086/id_us.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_us.h -------------------------------------------------------------------------------- /16/sod8086/id_vh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_vh.c -------------------------------------------------------------------------------- /16/sod8086/id_vh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_vh.h -------------------------------------------------------------------------------- /16/sod8086/id_vl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_vl.c -------------------------------------------------------------------------------- /16/sod8086/id_vl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/id_vl.h -------------------------------------------------------------------------------- /16/sod8086/munge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/munge.c -------------------------------------------------------------------------------- /16/sod8086/sv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/sod8086/sv.exe -------------------------------------------------------------------------------- /16/src/_scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/src/_scroll.c -------------------------------------------------------------------------------- /16/src/bakapi4b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/src/bakapi4b.c -------------------------------------------------------------------------------- /16/src/fonttes0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/src/fonttes0.c -------------------------------------------------------------------------------- /16/src/inntest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/src/inntest.c -------------------------------------------------------------------------------- /16/src/miditest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/src/miditest.c -------------------------------------------------------------------------------- /16/src/planrpcx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/src/planrpcx.c -------------------------------------------------------------------------------- /16/src/scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/src/scroll.c -------------------------------------------------------------------------------- /16/src/vgacamm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/src/vgacamm.c -------------------------------------------------------------------------------- /16/ted5/BACKUP.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/BACKUP.BAT -------------------------------------------------------------------------------- /16/ted5/CHARSE.LBM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/CHARSE.LBM -------------------------------------------------------------------------------- /16/ted5/EGAHEAD.TED: -------------------------------------------------------------------------------- 1 | c`a(n` -------------------------------------------------------------------------------- /16/ted5/GRAB.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/GRAB.BAT -------------------------------------------------------------------------------- /16/ted5/GRAPHTED.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/GRAPHTED.H -------------------------------------------------------------------------------- /16/ted5/INFO.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/INFO.TXT -------------------------------------------------------------------------------- /16/ted5/JHUFF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/JHUFF.C -------------------------------------------------------------------------------- /16/ted5/JHUFF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/JHUFF.H -------------------------------------------------------------------------------- /16/ted5/LIB.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/LIB.C -------------------------------------------------------------------------------- /16/ted5/LIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/LIB.H -------------------------------------------------------------------------------- /16/ted5/LIB_A.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/LIB_A.ASM -------------------------------------------------------------------------------- /16/ted5/MAPTEMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/MAPTEMP -------------------------------------------------------------------------------- /16/ted5/MAPTHEAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/MAPTHEAD -------------------------------------------------------------------------------- /16/ted5/MEMMGR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/MEMMGR.C -------------------------------------------------------------------------------- /16/ted5/MEMMGR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/MEMMGR.H -------------------------------------------------------------------------------- /16/ted5/MENU.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/MENU.C -------------------------------------------------------------------------------- /16/ted5/MENU.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/MENU.H -------------------------------------------------------------------------------- /16/ted5/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/README.TXT -------------------------------------------------------------------------------- /16/ted5/README.md: -------------------------------------------------------------------------------- 1 | TED5 2 | ==== 3 | -------------------------------------------------------------------------------- /16/ted5/T.BAT: -------------------------------------------------------------------------------- 1 | cd test 2 | td386 ..\ted5 3 | cd .. 4 | bcx 5 | -------------------------------------------------------------------------------- /16/ted5/TED.NSC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED.NSC -------------------------------------------------------------------------------- /16/ted5/TED5-1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5-1.C -------------------------------------------------------------------------------- /16/ted5/TED5-2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5-2.C -------------------------------------------------------------------------------- /16/ted5/TED5-3.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5-3.C -------------------------------------------------------------------------------- /16/ted5/TED5-4.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5-4.C -------------------------------------------------------------------------------- /16/ted5/TED5.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5.C -------------------------------------------------------------------------------- /16/ted5/TED5.DSK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5.DSK -------------------------------------------------------------------------------- /16/ted5/TED5.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5.EXE -------------------------------------------------------------------------------- /16/ted5/TED5.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5.H -------------------------------------------------------------------------------- /16/ted5/TED5.MAP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5.MAP -------------------------------------------------------------------------------- /16/ted5/TED5.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5.PRJ -------------------------------------------------------------------------------- /16/ted5/TED5.SYM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5.SYM -------------------------------------------------------------------------------- /16/ted5/TED5.TDK: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /16/ted5/TED5_A.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TED5_A.ASM -------------------------------------------------------------------------------- /16/ted5/TEST.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/TEST.BAT -------------------------------------------------------------------------------- /16/ted5/XMS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/XMS.C -------------------------------------------------------------------------------- /16/ted5/XMS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/XMS.H -------------------------------------------------------------------------------- /16/ted5/_TOM.PIC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/ted5/_TOM.PIC -------------------------------------------------------------------------------- /16/test2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/test2.exe -------------------------------------------------------------------------------- /16/tweak16/16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/16 -------------------------------------------------------------------------------- /16/tweak16/16.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/16.2 -------------------------------------------------------------------------------- /16/tweak16/16.21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/16.21 -------------------------------------------------------------------------------- /16/tweak16/16.24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/16.24 -------------------------------------------------------------------------------- /16/tweak16/16.256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/16.256 -------------------------------------------------------------------------------- /16/tweak16/16.Q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/16.Q -------------------------------------------------------------------------------- /16/tweak16/162.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/162.C -------------------------------------------------------------------------------- /16/tweak16/162.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/162.EXE -------------------------------------------------------------------------------- /16/tweak16/C&T.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/tweak16/C&T.DAT -------------------------------------------------------------------------------- /16/v2/CONSOLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/CONSOLE.TXT -------------------------------------------------------------------------------- /16/v2/MAPED.CFG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/MAPED.CFG -------------------------------------------------------------------------------- /16/v2/MAPED.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/MAPED.EXE -------------------------------------------------------------------------------- /16/v2/MAPED2.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/MAPED2.TXT -------------------------------------------------------------------------------- /16/v2/V2A10_27.ZIP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/V2A10_27.ZIP -------------------------------------------------------------------------------- /16/v2/V2T5_9.ZIP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/V2T5_9.ZIP -------------------------------------------------------------------------------- /16/v2/V2U5_9.ZIP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/V2U5_9.ZIP -------------------------------------------------------------------------------- /16/v2/VCC.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/VCC.EXE -------------------------------------------------------------------------------- /16/v2/VERGE.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/VERGE.EXE -------------------------------------------------------------------------------- /16/v2/VERGEC.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/VERGEC.TXT -------------------------------------------------------------------------------- /16/v2/contents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/v2/contents.txt -------------------------------------------------------------------------------- /16/v2/template/SYSTEM.IDX: -------------------------------------------------------------------------------- 1 | c`@ -------------------------------------------------------------------------------- /16/v2/template/system.vc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /16/vgap.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/vgap.pcx -------------------------------------------------------------------------------- /16/w_modex.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/w_modex.7z -------------------------------------------------------------------------------- /16/webswag.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/webswag.7z -------------------------------------------------------------------------------- /16/wf3d8086.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/wf3d8086.zip -------------------------------------------------------------------------------- /16/wf3d8086/c0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/wf3d8086/c0.asm -------------------------------------------------------------------------------- /16/wf3d8086/c0.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/wf3d8086/c0.bak -------------------------------------------------------------------------------- /16/wf3d8086/go.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/wf3d8086/go.bat -------------------------------------------------------------------------------- /16/wf3d8086/sv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/wf3d8086/sv.exe -------------------------------------------------------------------------------- /16/wolffile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/wolffile.sh -------------------------------------------------------------------------------- /16/x.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x.zip -------------------------------------------------------------------------------- /16/x/default.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/default.fnt -------------------------------------------------------------------------------- /16/x/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/makefile -------------------------------------------------------------------------------- /16/x/modex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/modex.def -------------------------------------------------------------------------------- /16/x/modex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/modex.h -------------------------------------------------------------------------------- /16/x/modex.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/modex.lbr -------------------------------------------------------------------------------- /16/x/modex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/modex.pas -------------------------------------------------------------------------------- /16/x/mxbb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxbb.asm -------------------------------------------------------------------------------- /16/x/mxcc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxcc.asm -------------------------------------------------------------------------------- /16/x/mxcg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxcg.asm -------------------------------------------------------------------------------- /16/x/mxcl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxcl.asm -------------------------------------------------------------------------------- /16/x/mxcr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxcr.asm -------------------------------------------------------------------------------- /16/x/mxel.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxel.asm -------------------------------------------------------------------------------- /16/x/mxfb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxfb.asm -------------------------------------------------------------------------------- /16/x/mxfp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxfp.asm -------------------------------------------------------------------------------- /16/x/mxgc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxgc.asm -------------------------------------------------------------------------------- /16/x/mxgi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxgi.asm -------------------------------------------------------------------------------- /16/x/mxgm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxgm.asm -------------------------------------------------------------------------------- /16/x/mxgp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxgp.asm -------------------------------------------------------------------------------- /16/x/mxgv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxgv.asm -------------------------------------------------------------------------------- /16/x/mxhl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxhl.asm -------------------------------------------------------------------------------- /16/x/mxit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxit.asm -------------------------------------------------------------------------------- /16/x/mxll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxll.asm -------------------------------------------------------------------------------- /16/x/mxln.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxln.asm -------------------------------------------------------------------------------- /16/x/mxot.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxot.asm -------------------------------------------------------------------------------- /16/x/mxpb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxpb.asm -------------------------------------------------------------------------------- /16/x/mxpf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxpf.asm -------------------------------------------------------------------------------- /16/x/mxpg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxpg.asm -------------------------------------------------------------------------------- /16/x/mxpi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxpi.asm -------------------------------------------------------------------------------- /16/x/mxpn.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxpn.asm -------------------------------------------------------------------------------- /16/x/mxpp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxpp.asm -------------------------------------------------------------------------------- /16/x/mxra.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxra.asm -------------------------------------------------------------------------------- /16/x/mxrp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxrp.asm -------------------------------------------------------------------------------- /16/x/mxsa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxsa.asm -------------------------------------------------------------------------------- /16/x/mxsc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxsc.asm -------------------------------------------------------------------------------- /16/x/mxsi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxsi.asm -------------------------------------------------------------------------------- /16/x/mxsl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxsl.asm -------------------------------------------------------------------------------- /16/x/mxsm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxsm.asm -------------------------------------------------------------------------------- /16/x/mxsp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxsp.asm -------------------------------------------------------------------------------- /16/x/mxss.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxss.asm -------------------------------------------------------------------------------- /16/x/mxtl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxtl.asm -------------------------------------------------------------------------------- /16/x/mxvs.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxvs.asm -------------------------------------------------------------------------------- /16/x/mxwd.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxwd.asm -------------------------------------------------------------------------------- /16/x/mxwm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxwm.asm -------------------------------------------------------------------------------- /16/x/mxwp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxwp.asm -------------------------------------------------------------------------------- /16/x/mxwr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/mxwr.asm -------------------------------------------------------------------------------- /16/x/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x/readme.txt -------------------------------------------------------------------------------- /16/x_/MODEX.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/MODEX.BAK -------------------------------------------------------------------------------- /16/x_/default.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/default.fnt -------------------------------------------------------------------------------- /16/x_/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/makefile -------------------------------------------------------------------------------- /16/x_/modex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/modex.def -------------------------------------------------------------------------------- /16/x_/modex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/modex.h -------------------------------------------------------------------------------- /16/x_/modex.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/modex.lbr -------------------------------------------------------------------------------- /16/x_/modex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/modex.pas -------------------------------------------------------------------------------- /16/x_/mxbb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxbb.asm -------------------------------------------------------------------------------- /16/x_/mxcc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxcc.asm -------------------------------------------------------------------------------- /16/x_/mxcg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxcg.asm -------------------------------------------------------------------------------- /16/x_/mxcl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxcl.asm -------------------------------------------------------------------------------- /16/x_/mxcr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxcr.asm -------------------------------------------------------------------------------- /16/x_/mxel.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxel.asm -------------------------------------------------------------------------------- /16/x_/mxfb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxfb.asm -------------------------------------------------------------------------------- /16/x_/mxfp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxfp.asm -------------------------------------------------------------------------------- /16/x_/mxgc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxgc.asm -------------------------------------------------------------------------------- /16/x_/mxgi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxgi.asm -------------------------------------------------------------------------------- /16/x_/mxgm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxgm.asm -------------------------------------------------------------------------------- /16/x_/mxgp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxgp.asm -------------------------------------------------------------------------------- /16/x_/mxgv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxgv.asm -------------------------------------------------------------------------------- /16/x_/mxhl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxhl.asm -------------------------------------------------------------------------------- /16/x_/mxit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxit.asm -------------------------------------------------------------------------------- /16/x_/mxll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxll.asm -------------------------------------------------------------------------------- /16/x_/mxln.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxln.asm -------------------------------------------------------------------------------- /16/x_/mxot.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxot.asm -------------------------------------------------------------------------------- /16/x_/mxpb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxpb.asm -------------------------------------------------------------------------------- /16/x_/mxpf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxpf.asm -------------------------------------------------------------------------------- /16/x_/mxpg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxpg.asm -------------------------------------------------------------------------------- /16/x_/mxpi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxpi.asm -------------------------------------------------------------------------------- /16/x_/mxpn.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxpn.asm -------------------------------------------------------------------------------- /16/x_/mxpp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxpp.asm -------------------------------------------------------------------------------- /16/x_/mxra.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxra.asm -------------------------------------------------------------------------------- /16/x_/mxrp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxrp.asm -------------------------------------------------------------------------------- /16/x_/mxsa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxsa.asm -------------------------------------------------------------------------------- /16/x_/mxsc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxsc.asm -------------------------------------------------------------------------------- /16/x_/mxsi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxsi.asm -------------------------------------------------------------------------------- /16/x_/mxsl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxsl.asm -------------------------------------------------------------------------------- /16/x_/mxsm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxsm.asm -------------------------------------------------------------------------------- /16/x_/mxsp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxsp.asm -------------------------------------------------------------------------------- /16/x_/mxss.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxss.asm -------------------------------------------------------------------------------- /16/x_/mxtl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxtl.asm -------------------------------------------------------------------------------- /16/x_/mxvs.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxvs.asm -------------------------------------------------------------------------------- /16/x_/mxwd.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxwd.asm -------------------------------------------------------------------------------- /16/x_/mxwm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxwm.asm -------------------------------------------------------------------------------- /16/x_/mxwp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxwp.asm -------------------------------------------------------------------------------- /16/x_/mxwr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/mxwr.asm -------------------------------------------------------------------------------- /16/x_/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/x_/readme.txt -------------------------------------------------------------------------------- /16/xlib/demo1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo1.c -------------------------------------------------------------------------------- /16/xlib/demo10.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo10.exe -------------------------------------------------------------------------------- /16/xlib/demo2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo2.c -------------------------------------------------------------------------------- /16/xlib/demo3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo3.c -------------------------------------------------------------------------------- /16/xlib/demo4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo4.c -------------------------------------------------------------------------------- /16/xlib/demo5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo5.c -------------------------------------------------------------------------------- /16/xlib/demo6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo6.c -------------------------------------------------------------------------------- /16/xlib/demo7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo7.c -------------------------------------------------------------------------------- /16/xlib/demo8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo8.c -------------------------------------------------------------------------------- /16/xlib/demo9.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/demo9.exe -------------------------------------------------------------------------------- /16/xlib/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/makefile -------------------------------------------------------------------------------- /16/xlib/model.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/model.inc -------------------------------------------------------------------------------- /16/xlib/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/readme.txt -------------------------------------------------------------------------------- /16/xlib/tiny4.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/tiny4.fnt -------------------------------------------------------------------------------- /16/xlib/var6x8.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/var6x8.fnt -------------------------------------------------------------------------------- /16/xlib/xbezier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xbezier.h -------------------------------------------------------------------------------- /16/xlib/xbmtools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xbmtools.h -------------------------------------------------------------------------------- /16/xlib/xcbitm32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xcbitm32.c -------------------------------------------------------------------------------- /16/xlib/xcbitm32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xcbitm32.h -------------------------------------------------------------------------------- /16/xlib/xcbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xcbitmap.h -------------------------------------------------------------------------------- /16/xlib/xcircle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xcircle.h -------------------------------------------------------------------------------- /16/xlib/xclippbm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xclippbm.h -------------------------------------------------------------------------------- /16/xlib/xcomppbm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xcomppbm.h -------------------------------------------------------------------------------- /16/xlib/xdetect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xdetect.h -------------------------------------------------------------------------------- /16/xlib/xfileio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xfileio.h -------------------------------------------------------------------------------- /16/xlib/xfill.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xfill.asm -------------------------------------------------------------------------------- /16/xlib/xfill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xfill.h -------------------------------------------------------------------------------- /16/xlib/xfill.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xfill.inc -------------------------------------------------------------------------------- /16/xlib/xlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xlib.h -------------------------------------------------------------------------------- /16/xlib/xlib.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xlib.inc -------------------------------------------------------------------------------- /16/xlib/xlib_all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xlib_all.h -------------------------------------------------------------------------------- /16/xlib/xline.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xline.asm -------------------------------------------------------------------------------- /16/xlib/xline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xline.h -------------------------------------------------------------------------------- /16/xlib/xline.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xline.inc -------------------------------------------------------------------------------- /16/xlib/xmain.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xmain.asm -------------------------------------------------------------------------------- /16/xlib/xmain.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xmain.inc -------------------------------------------------------------------------------- /16/xlib/xmakevbm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xmakevbm.c -------------------------------------------------------------------------------- /16/xlib/xmouse.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xmouse.asm -------------------------------------------------------------------------------- /16/xlib/xmouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xmouse.h -------------------------------------------------------------------------------- /16/xlib/xpal.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpal.asm -------------------------------------------------------------------------------- /16/xlib/xpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpal.h -------------------------------------------------------------------------------- /16/xlib/xpal.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpal.inc -------------------------------------------------------------------------------- /16/xlib/xpbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpbitmap.h -------------------------------------------------------------------------------- /16/xlib/xpbmclip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpbmclip.h -------------------------------------------------------------------------------- /16/xlib/xpoint.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpoint.asm -------------------------------------------------------------------------------- /16/xlib/xpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpoint.h -------------------------------------------------------------------------------- /16/xlib/xpoint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpoint.inc -------------------------------------------------------------------------------- /16/xlib/xpolygon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xpolygon.h -------------------------------------------------------------------------------- /16/xlib/xprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xprintf.c -------------------------------------------------------------------------------- /16/xlib/xrect.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xrect.asm -------------------------------------------------------------------------------- /16/xlib/xrect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xrect.h -------------------------------------------------------------------------------- /16/xlib/xrect.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xrect.inc -------------------------------------------------------------------------------- /16/xlib/xrletool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xrletool.h -------------------------------------------------------------------------------- /16/xlib/xtext.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xtext.asm -------------------------------------------------------------------------------- /16/xlib/xtext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xtext.h -------------------------------------------------------------------------------- /16/xlib/xtext.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xtext.inc -------------------------------------------------------------------------------- /16/xlib/xvbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xvbitmap.h -------------------------------------------------------------------------------- /16/xlib/xvsync.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xvsync.asm -------------------------------------------------------------------------------- /16/xlib/xvsync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xvsync.h -------------------------------------------------------------------------------- /16/xlib/xvsync.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/xvsync.inc -------------------------------------------------------------------------------- /16/xlib/zip.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib/zip.bat -------------------------------------------------------------------------------- /16/xlib06.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xlib06.zip -------------------------------------------------------------------------------- /16/xw/default.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/default.fnt -------------------------------------------------------------------------------- /16/xw/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/makefile -------------------------------------------------------------------------------- /16/xw/makefile.bcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/makefile.bcc -------------------------------------------------------------------------------- /16/xw/modex.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/modex.bak -------------------------------------------------------------------------------- /16/xw/modex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/modex.def -------------------------------------------------------------------------------- /16/xw/modex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/modex.h -------------------------------------------------------------------------------- /16/xw/modex.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/modex.lbr -------------------------------------------------------------------------------- /16/xw/modex.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/modex.lib -------------------------------------------------------------------------------- /16/xw/modex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/modex.pas -------------------------------------------------------------------------------- /16/xw/mxbb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxbb.asm -------------------------------------------------------------------------------- /16/xw/mxcc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxcc.asm -------------------------------------------------------------------------------- /16/xw/mxcg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxcg.asm -------------------------------------------------------------------------------- /16/xw/mxcl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxcl.asm -------------------------------------------------------------------------------- /16/xw/mxcr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxcr.asm -------------------------------------------------------------------------------- /16/xw/mxel.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxel.asm -------------------------------------------------------------------------------- /16/xw/mxfb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxfb.asm -------------------------------------------------------------------------------- /16/xw/mxfp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxfp.asm -------------------------------------------------------------------------------- /16/xw/mxgc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxgc.asm -------------------------------------------------------------------------------- /16/xw/mxgi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxgi.asm -------------------------------------------------------------------------------- /16/xw/mxgm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxgm.asm -------------------------------------------------------------------------------- /16/xw/mxgp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxgp.asm -------------------------------------------------------------------------------- /16/xw/mxgv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxgv.asm -------------------------------------------------------------------------------- /16/xw/mxhl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxhl.asm -------------------------------------------------------------------------------- /16/xw/mxit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxit.asm -------------------------------------------------------------------------------- /16/xw/mxll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxll.asm -------------------------------------------------------------------------------- /16/xw/mxln.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxln.asm -------------------------------------------------------------------------------- /16/xw/mxot.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxot.asm -------------------------------------------------------------------------------- /16/xw/mxpb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxpb.asm -------------------------------------------------------------------------------- /16/xw/mxpf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxpf.asm -------------------------------------------------------------------------------- /16/xw/mxpg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxpg.asm -------------------------------------------------------------------------------- /16/xw/mxpi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxpi.asm -------------------------------------------------------------------------------- /16/xw/mxpn.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxpn.asm -------------------------------------------------------------------------------- /16/xw/mxpp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxpp.asm -------------------------------------------------------------------------------- /16/xw/mxra.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxra.asm -------------------------------------------------------------------------------- /16/xw/mxrp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxrp.asm -------------------------------------------------------------------------------- /16/xw/mxsa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxsa.asm -------------------------------------------------------------------------------- /16/xw/mxsc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxsc.asm -------------------------------------------------------------------------------- /16/xw/mxsi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxsi.asm -------------------------------------------------------------------------------- /16/xw/mxsl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxsl.asm -------------------------------------------------------------------------------- /16/xw/mxsm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxsm.asm -------------------------------------------------------------------------------- /16/xw/mxsp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxsp.asm -------------------------------------------------------------------------------- /16/xw/mxss.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxss.asm -------------------------------------------------------------------------------- /16/xw/mxtl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxtl.asm -------------------------------------------------------------------------------- /16/xw/mxvs.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxvs.asm -------------------------------------------------------------------------------- /16/xw/mxwd.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxwd.asm -------------------------------------------------------------------------------- /16/xw/mxwm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxwm.asm -------------------------------------------------------------------------------- /16/xw/mxwp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxwp.asm -------------------------------------------------------------------------------- /16/xw/mxwr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/mxwr.asm -------------------------------------------------------------------------------- /16/xw/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw/readme.txt -------------------------------------------------------------------------------- /16/xw_/default.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/default.fnt -------------------------------------------------------------------------------- /16/xw_/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/makefile -------------------------------------------------------------------------------- /16/xw_/modex.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/modex.bak -------------------------------------------------------------------------------- /16/xw_/modex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/modex.def -------------------------------------------------------------------------------- /16/xw_/modex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/modex.h -------------------------------------------------------------------------------- /16/xw_/modex.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/modex.lbr -------------------------------------------------------------------------------- /16/xw_/modex.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/modex.lib -------------------------------------------------------------------------------- /16/xw_/modex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/modex.pas -------------------------------------------------------------------------------- /16/xw_/mxbb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxbb.asm -------------------------------------------------------------------------------- /16/xw_/mxcc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxcc.asm -------------------------------------------------------------------------------- /16/xw_/mxcg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxcg.asm -------------------------------------------------------------------------------- /16/xw_/mxcl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxcl.asm -------------------------------------------------------------------------------- /16/xw_/mxcr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxcr.asm -------------------------------------------------------------------------------- /16/xw_/mxel.asm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /16/xw_/mxfb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxfb.asm -------------------------------------------------------------------------------- /16/xw_/mxfp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxfp.asm -------------------------------------------------------------------------------- /16/xw_/mxgc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxgc.asm -------------------------------------------------------------------------------- /16/xw_/mxgi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxgi.asm -------------------------------------------------------------------------------- /16/xw_/mxgm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxgm.asm -------------------------------------------------------------------------------- /16/xw_/mxgp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxgp.asm -------------------------------------------------------------------------------- /16/xw_/mxgv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxgv.asm -------------------------------------------------------------------------------- /16/xw_/mxhl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxhl.asm -------------------------------------------------------------------------------- /16/xw_/mxit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxit.asm -------------------------------------------------------------------------------- /16/xw_/mxll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxll.asm -------------------------------------------------------------------------------- /16/xw_/mxln.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxln.asm -------------------------------------------------------------------------------- /16/xw_/mxot.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxot.asm -------------------------------------------------------------------------------- /16/xw_/mxot_.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxot_.asm -------------------------------------------------------------------------------- /16/xw_/mxpb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxpb.asm -------------------------------------------------------------------------------- /16/xw_/mxpf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxpf.asm -------------------------------------------------------------------------------- /16/xw_/mxpg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxpg.asm -------------------------------------------------------------------------------- /16/xw_/mxpi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxpi.asm -------------------------------------------------------------------------------- /16/xw_/mxpn.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxpn.asm -------------------------------------------------------------------------------- /16/xw_/mxpp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxpp.asm -------------------------------------------------------------------------------- /16/xw_/mxra.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxra.asm -------------------------------------------------------------------------------- /16/xw_/mxrp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxrp.asm -------------------------------------------------------------------------------- /16/xw_/mxsa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxsa.asm -------------------------------------------------------------------------------- /16/xw_/mxsc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxsc.asm -------------------------------------------------------------------------------- /16/xw_/mxsi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxsi.asm -------------------------------------------------------------------------------- /16/xw_/mxsl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxsl.asm -------------------------------------------------------------------------------- /16/xw_/mxsm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxsm.asm -------------------------------------------------------------------------------- /16/xw_/mxsp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxsp.asm -------------------------------------------------------------------------------- /16/xw_/mxss.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxss.asm -------------------------------------------------------------------------------- /16/xw_/mxtl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxtl.asm -------------------------------------------------------------------------------- /16/xw_/mxvs.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxvs.asm -------------------------------------------------------------------------------- /16/xw_/mxwd.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxwd.asm -------------------------------------------------------------------------------- /16/xw_/mxwm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxwm.asm -------------------------------------------------------------------------------- /16/xw_/mxwp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxwp.asm -------------------------------------------------------------------------------- /16/xw_/mxwr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/mxwr.asm -------------------------------------------------------------------------------- /16/xw_/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/readme.txt -------------------------------------------------------------------------------- /16/xw_/xw.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/xw.bat -------------------------------------------------------------------------------- /16/xw_/xw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw_/xw.sh -------------------------------------------------------------------------------- /16/xw__/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/makefile -------------------------------------------------------------------------------- /16/xw__/modex.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/modex.bak -------------------------------------------------------------------------------- /16/xw__/modex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/modex.def -------------------------------------------------------------------------------- /16/xw__/modex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/modex.h -------------------------------------------------------------------------------- /16/xw__/modex.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/modex.lbr -------------------------------------------------------------------------------- /16/xw__/modex.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/modex.lib -------------------------------------------------------------------------------- /16/xw__/modex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/modex.pas -------------------------------------------------------------------------------- /16/xw__/mxbb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxbb.asm -------------------------------------------------------------------------------- /16/xw__/mxcc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxcc.asm -------------------------------------------------------------------------------- /16/xw__/mxcg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxcg.asm -------------------------------------------------------------------------------- /16/xw__/mxcl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxcl.asm -------------------------------------------------------------------------------- /16/xw__/mxcr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxcr.asm -------------------------------------------------------------------------------- /16/xw__/mxel.asm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /16/xw__/mxfb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxfb.asm -------------------------------------------------------------------------------- /16/xw__/mxfp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxfp.asm -------------------------------------------------------------------------------- /16/xw__/mxgc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxgc.asm -------------------------------------------------------------------------------- /16/xw__/mxgi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxgi.asm -------------------------------------------------------------------------------- /16/xw__/mxgm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxgm.asm -------------------------------------------------------------------------------- /16/xw__/mxgp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxgp.asm -------------------------------------------------------------------------------- /16/xw__/mxgv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxgv.asm -------------------------------------------------------------------------------- /16/xw__/mxhl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxhl.asm -------------------------------------------------------------------------------- /16/xw__/mxit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxit.asm -------------------------------------------------------------------------------- /16/xw__/mxll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxll.asm -------------------------------------------------------------------------------- /16/xw__/mxln.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxln.asm -------------------------------------------------------------------------------- /16/xw__/mxot.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxot.asm -------------------------------------------------------------------------------- /16/xw__/mxot_.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxot_.asm -------------------------------------------------------------------------------- /16/xw__/mxpb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxpb.asm -------------------------------------------------------------------------------- /16/xw__/mxpf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxpf.asm -------------------------------------------------------------------------------- /16/xw__/mxpg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxpg.asm -------------------------------------------------------------------------------- /16/xw__/mxpi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxpi.asm -------------------------------------------------------------------------------- /16/xw__/mxpn.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxpn.asm -------------------------------------------------------------------------------- /16/xw__/mxpp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxpp.asm -------------------------------------------------------------------------------- /16/xw__/mxra.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxra.asm -------------------------------------------------------------------------------- /16/xw__/mxrp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxrp.asm -------------------------------------------------------------------------------- /16/xw__/mxsa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxsa.asm -------------------------------------------------------------------------------- /16/xw__/mxsc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxsc.asm -------------------------------------------------------------------------------- /16/xw__/mxsi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxsi.asm -------------------------------------------------------------------------------- /16/xw__/mxsl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxsl.asm -------------------------------------------------------------------------------- /16/xw__/mxsm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxsm.asm -------------------------------------------------------------------------------- /16/xw__/mxsp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxsp.asm -------------------------------------------------------------------------------- /16/xw__/mxss.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxss.asm -------------------------------------------------------------------------------- /16/xw__/mxtl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxtl.asm -------------------------------------------------------------------------------- /16/xw__/mxvs.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxvs.asm -------------------------------------------------------------------------------- /16/xw__/mxwd.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxwd.asm -------------------------------------------------------------------------------- /16/xw__/mxwm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxwm.asm -------------------------------------------------------------------------------- /16/xw__/mxwp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxwp.asm -------------------------------------------------------------------------------- /16/xw__/mxwr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/mxwr.asm -------------------------------------------------------------------------------- /16/xw__/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/readme.txt -------------------------------------------------------------------------------- /16/xw__/xw.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/xw.bat -------------------------------------------------------------------------------- /16/xw__/xw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/16/xw__/xw.sh -------------------------------------------------------------------------------- /EXMMTEST.LOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/EXMMTEST.LOG -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/LICENCE -------------------------------------------------------------------------------- /PCXTEST.LOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/PCXTEST.LOG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/README.md -------------------------------------------------------------------------------- /SCREEN.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/SCREEN.DAT -------------------------------------------------------------------------------- /SCREEN.RAW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/SCREEN.RAW -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/TODO.md -------------------------------------------------------------------------------- /WBUILD.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/WBUILD.BAT -------------------------------------------------------------------------------- /WHAT_WAS_CHANGED: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/WHAT_WAS_CHANGED -------------------------------------------------------------------------------- /__seguse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/__seguse.txt -------------------------------------------------------------------------------- /_ca_use.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/_ca_use.txt -------------------------------------------------------------------------------- /_gamesta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/_gamesta.txt -------------------------------------------------------------------------------- /_mm_use.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/_mm_use.txt -------------------------------------------------------------------------------- /_pm_use.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/_pm_use.txt -------------------------------------------------------------------------------- /_pm_use_.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/_pm_use_.txt -------------------------------------------------------------------------------- /_rf_use.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/_rf_use.txt -------------------------------------------------------------------------------- /_varsuse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/_varsuse.txt -------------------------------------------------------------------------------- /baka pee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/baka pee.png -------------------------------------------------------------------------------- /bcexmm.dsk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/bcexmm.dsk -------------------------------------------------------------------------------- /bcexmm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/bcexmm.exe -------------------------------------------------------------------------------- /bcexmm.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/bcexmm.prj -------------------------------------------------------------------------------- /cute.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/cute.pal -------------------------------------------------------------------------------- /cute.vrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/cute.vrl -------------------------------------------------------------------------------- /data/0.vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/0.vgm -------------------------------------------------------------------------------- /data/02.imf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/02.imf -------------------------------------------------------------------------------- /data/02.vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/02.vgm -------------------------------------------------------------------------------- /data/0es0.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/0es0.map -------------------------------------------------------------------------------- /data/0es0.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/0es0.tmx -------------------------------------------------------------------------------- /data/0est.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/0est.map -------------------------------------------------------------------------------- /data/1.vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/1.vgm -------------------------------------------------------------------------------- /data/16.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/16.pal -------------------------------------------------------------------------------- /data/16t.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/16t.pal -------------------------------------------------------------------------------- /data/4.vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/4.vgm -------------------------------------------------------------------------------- /data/4.vgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/4.vgz -------------------------------------------------------------------------------- /data/44606385.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/44606385.png -------------------------------------------------------------------------------- /data/45556867.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/45556867.png -------------------------------------------------------------------------------- /data/46113319.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/46113319.pcx -------------------------------------------------------------------------------- /data/COMPUTER.PCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/COMPUTER.PCX -------------------------------------------------------------------------------- /data/EDw.PCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/EDw.PCX -------------------------------------------------------------------------------- /data/G.PAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/G.PAL -------------------------------------------------------------------------------- /data/MAYU.PCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/MAYU.PCX -------------------------------------------------------------------------------- /data/aconita.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/aconita.pal -------------------------------------------------------------------------------- /data/aconita.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/aconita.pcx -------------------------------------------------------------------------------- /data/aconita.vrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/aconita.vrl -------------------------------------------------------------------------------- /data/adlib.vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/adlib.vgm -------------------------------------------------------------------------------- /data/adlibsp.vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/adlibsp.vgm -------------------------------------------------------------------------------- /data/bakapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/bakapi.png -------------------------------------------------------------------------------- /data/boink.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/boink.pal -------------------------------------------------------------------------------- /data/chikyuu.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/chikyuu.pcx -------------------------------------------------------------------------------- /data/chikyuu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/chikyuu.png -------------------------------------------------------------------------------- /data/chikyuu==.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/chikyuu==.pcx -------------------------------------------------------------------------------- /data/chikyuu==.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/chikyuu==.png -------------------------------------------------------------------------------- /data/chistnd.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/chistnd.pcx -------------------------------------------------------------------------------- /data/compwrld.vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/compwrld.vgm -------------------------------------------------------------------------------- /data/cute.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/cute.pcx -------------------------------------------------------------------------------- /data/cute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/cute.png -------------------------------------------------------------------------------- /data/default.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/default.pal -------------------------------------------------------------------------------- /data/ed.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/ed.pcx -------------------------------------------------------------------------------- /data/ed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/ed.png -------------------------------------------------------------------------------- /data/ed2.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/ed2.pcx -------------------------------------------------------------------------------- /data/font.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/font.pcx -------------------------------------------------------------------------------- /data/forest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/forest.gif -------------------------------------------------------------------------------- /data/forest.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/forest.pcx -------------------------------------------------------------------------------- /data/g0.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/g0.pal -------------------------------------------------------------------------------- /data/genvga.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/genvga.sh -------------------------------------------------------------------------------- /data/grafx2.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/grafx2.pal -------------------------------------------------------------------------------- /data/ibm.lgo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/ibm.lgo -------------------------------------------------------------------------------- /data/koishi.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/koishi.pcx -------------------------------------------------------------------------------- /data/koishi^^.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/koishi^^.pcx -------------------------------------------------------------------------------- /data/koishi~.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/koishi~.pcx -------------------------------------------------------------------------------- /data/koishi~~.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/koishi~~.pcx -------------------------------------------------------------------------------- /data/maryai.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/maryai.pal -------------------------------------------------------------------------------- /data/maryai.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/maryai.pcx -------------------------------------------------------------------------------- /data/maryai.vrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/maryai.vrl -------------------------------------------------------------------------------- /data/maryai2.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/maryai2.pcx -------------------------------------------------------------------------------- /data/maryai4.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/maryai4.pcx -------------------------------------------------------------------------------- /data/maryai4a.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/maryai4a.pcx -------------------------------------------------------------------------------- /data/maryai4b.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/maryai4b.pcx -------------------------------------------------------------------------------- /data/maryai4c.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/maryai4c.pcx -------------------------------------------------------------------------------- /data/me.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/me.gif -------------------------------------------------------------------------------- /data/me.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/me.pcx -------------------------------------------------------------------------------- /data/mebak.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/mebak.pcx -------------------------------------------------------------------------------- /data/meeee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/meeee.png -------------------------------------------------------------------------------- /data/oldtest.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/oldtest.map -------------------------------------------------------------------------------- /data/oldtest.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/oldtest.tmx -------------------------------------------------------------------------------- /data/paltest.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/paltest.pcx -------------------------------------------------------------------------------- /data/pretty.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/pretty.pal -------------------------------------------------------------------------------- /data/ptmp.16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/ptmp.16 -------------------------------------------------------------------------------- /data/ptmp.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/ptmp.pcx -------------------------------------------------------------------------------- /data/ptmp1.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/ptmp1.pcx -------------------------------------------------------------------------------- /data/q.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/q.pcx -------------------------------------------------------------------------------- /data/rarity.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/rarity.pcx -------------------------------------------------------------------------------- /data/rose: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/rose -------------------------------------------------------------------------------- /data/searchin.imf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/searchin.imf -------------------------------------------------------------------------------- /data/spri.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri.zip -------------------------------------------------------------------------------- /data/spri/me.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/me.h -------------------------------------------------------------------------------- /data/spri/me.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/me.pal -------------------------------------------------------------------------------- /data/spri/me.sht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/me.sht -------------------------------------------------------------------------------- /data/spri/me.vrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/me.vrl -------------------------------------------------------------------------------- /data/spri/me.vrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/me.vrs -------------------------------------------------------------------------------- /data/spri/ptmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/ptmp.h -------------------------------------------------------------------------------- /data/spri/ptmp.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/ptmp.pal -------------------------------------------------------------------------------- /data/spri/ptmp.sht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/ptmp.sht -------------------------------------------------------------------------------- /data/spri/ptmp.vrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/ptmp.vrs -------------------------------------------------------------------------------- /data/spri/ptmps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/spri/ptmps.h -------------------------------------------------------------------------------- /data/tes0.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/tes0.map -------------------------------------------------------------------------------- /data/tes0.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/tes0.tmx -------------------------------------------------------------------------------- /data/test.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/test.map -------------------------------------------------------------------------------- /data/test.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/test.tmx -------------------------------------------------------------------------------- /data/tesuto.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/tesuto.pcx -------------------------------------------------------------------------------- /data/vga.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/vga.pal -------------------------------------------------------------------------------- /data/w.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/w.pcx -------------------------------------------------------------------------------- /data/waifu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/waifu.txt -------------------------------------------------------------------------------- /data/whatislo.vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/whatislo.vgm -------------------------------------------------------------------------------- /data/wwww.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/data/wwww.pcx -------------------------------------------------------------------------------- /debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/debug.png -------------------------------------------------------------------------------- /design.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/design.txt -------------------------------------------------------------------------------- /doc/16.16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/16.16 -------------------------------------------------------------------------------- /doc/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/16.txt -------------------------------------------------------------------------------- /doc/16story.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/16story.txt -------------------------------------------------------------------------------- /doc/CGUIDE_3.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/CGUIDE_3.TXT -------------------------------------------------------------------------------- /doc/VGA_crtc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/VGA_crtc.gif -------------------------------------------------------------------------------- /doc/cguide3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/cguide3.zip -------------------------------------------------------------------------------- /doc/char.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/char.txt -------------------------------------------------------------------------------- /doc/char/chikyu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/char/chikyu -------------------------------------------------------------------------------- /doc/char/zap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/char/zap.png -------------------------------------------------------------------------------- /doc/cow/9.cow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/cow/9.cow -------------------------------------------------------------------------------- /doc/cow/cirno.cow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/cow/cirno.cow -------------------------------------------------------------------------------- /doc/cow/cirno2.cow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/cow/cirno2.cow -------------------------------------------------------------------------------- /doc/cow/cirno9.cow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/cow/cirno9.cow -------------------------------------------------------------------------------- /doc/cow/metan1.cow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/cow/metan1.cow -------------------------------------------------------------------------------- /doc/faq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/faq.txt -------------------------------------------------------------------------------- /doc/fig1-1_i.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/fig1-1_i.pcx -------------------------------------------------------------------------------- /doc/fig1-1_i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/fig1-1_i.png -------------------------------------------------------------------------------- /doc/parody.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/parody.doc -------------------------------------------------------------------------------- /doc/project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/project.txt -------------------------------------------------------------------------------- /doc/project16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/project16.txt -------------------------------------------------------------------------------- /doc/scroll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/scroll.txt -------------------------------------------------------------------------------- /doc/timeline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/timeline.txt -------------------------------------------------------------------------------- /doc/upmem.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/upmem.pcx -------------------------------------------------------------------------------- /doc/vgaregs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/doc/vgaregs.txt -------------------------------------------------------------------------------- /dro2imf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/dro2imf -------------------------------------------------------------------------------- /dro2vgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/dro2vgm -------------------------------------------------------------------------------- /fix_this.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/fix_this.txt -------------------------------------------------------------------------------- /make-lowercase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/make-lowercase -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/makefile -------------------------------------------------------------------------------- /sparky4.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/sparky4.do -------------------------------------------------------------------------------- /src/0croll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/0croll.c -------------------------------------------------------------------------------- /src/0tesuto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/0tesuto.c -------------------------------------------------------------------------------- /src/16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/16.c -------------------------------------------------------------------------------- /src/16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/16.h -------------------------------------------------------------------------------- /src/16.ses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/16.ses -------------------------------------------------------------------------------- /src/1croll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/1croll.c -------------------------------------------------------------------------------- /src/bakapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/bakapi.c -------------------------------------------------------------------------------- /src/bakapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/bakapi.h -------------------------------------------------------------------------------- /src/core/_demowl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/_demowl.c -------------------------------------------------------------------------------- /src/core/wl_act1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_act1.c -------------------------------------------------------------------------------- /src/core/wl_act2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_act2.c -------------------------------------------------------------------------------- /src/core/wl_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_def.h -------------------------------------------------------------------------------- /src/core/wl_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_draw.c -------------------------------------------------------------------------------- /src/core/wl_game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_game.c -------------------------------------------------------------------------------- /src/core/wl_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_main.c -------------------------------------------------------------------------------- /src/core/wl_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_menu.c -------------------------------------------------------------------------------- /src/core/wl_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_menu.h -------------------------------------------------------------------------------- /src/core/wl_play.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_play.c -------------------------------------------------------------------------------- /src/core/wl_text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/core/wl_text.c -------------------------------------------------------------------------------- /src/emsdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/emsdump.c -------------------------------------------------------------------------------- /src/exmmtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/exmmtest.c -------------------------------------------------------------------------------- /src/exmmtest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/exmmtest.h -------------------------------------------------------------------------------- /src/fd-dbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/fd-dbg.c -------------------------------------------------------------------------------- /src/fmemtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/fmemtest.c -------------------------------------------------------------------------------- /src/fontgfx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/fontgfx.c -------------------------------------------------------------------------------- /src/fonttest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/fonttest.c -------------------------------------------------------------------------------- /src/imfplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/imfplay.c -------------------------------------------------------------------------------- /src/inputest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/inputest.c -------------------------------------------------------------------------------- /src/lib/16_ca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_ca.c -------------------------------------------------------------------------------- /src/lib/16_ca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_ca.h -------------------------------------------------------------------------------- /src/lib/16_dbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_dbg.c -------------------------------------------------------------------------------- /src/lib/16_dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_dbg.h -------------------------------------------------------------------------------- /src/lib/16_dbg_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_dbg_1.c -------------------------------------------------------------------------------- /src/lib/16_enti.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_enti.c -------------------------------------------------------------------------------- /src/lib/16_enti.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_enti.h -------------------------------------------------------------------------------- /src/lib/16_hc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_hc.c -------------------------------------------------------------------------------- /src/lib/16_hc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_hc.h -------------------------------------------------------------------------------- /src/lib/16_head.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_head.c -------------------------------------------------------------------------------- /src/lib/16_head.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_head.h -------------------------------------------------------------------------------- /src/lib/16_in.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_in.c -------------------------------------------------------------------------------- /src/lib/16_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_in.h -------------------------------------------------------------------------------- /src/lib/16_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_map.c -------------------------------------------------------------------------------- /src/lib/16_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_map.h -------------------------------------------------------------------------------- /src/lib/16_mm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_mm.c -------------------------------------------------------------------------------- /src/lib/16_mm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_mm.h -------------------------------------------------------------------------------- /src/lib/16_pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_pm.c -------------------------------------------------------------------------------- /src/lib/16_pm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_pm.h -------------------------------------------------------------------------------- /src/lib/16_rf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_rf.c -------------------------------------------------------------------------------- /src/lib/16_rf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_rf.h -------------------------------------------------------------------------------- /src/lib/16_sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_sd.c -------------------------------------------------------------------------------- /src/lib/16_sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_sd.h -------------------------------------------------------------------------------- /src/lib/16_snd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_snd.c -------------------------------------------------------------------------------- /src/lib/16_snd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_snd.h -------------------------------------------------------------------------------- /src/lib/16_spri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_spri.c -------------------------------------------------------------------------------- /src/lib/16_spri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_spri.h -------------------------------------------------------------------------------- /src/lib/16_t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_t.h -------------------------------------------------------------------------------- /src/lib/16_tail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_tail.c -------------------------------------------------------------------------------- /src/lib/16_tail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_tail.h -------------------------------------------------------------------------------- /src/lib/16_tail_.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_tail_.c -------------------------------------------------------------------------------- /src/lib/16_tdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_tdef.h -------------------------------------------------------------------------------- /src/lib/16_timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_timer.c -------------------------------------------------------------------------------- /src/lib/16_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_timer.h -------------------------------------------------------------------------------- /src/lib/16_us.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_us.c -------------------------------------------------------------------------------- /src/lib/16_us.c_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_us.c_ -------------------------------------------------------------------------------- /src/lib/16_us.h_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_us.h_ -------------------------------------------------------------------------------- /src/lib/16_vl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_vl.c -------------------------------------------------------------------------------- /src/lib/16_vl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_vl.h -------------------------------------------------------------------------------- /src/lib/16_vl_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_vl_1.c -------------------------------------------------------------------------------- /src/lib/16_vl_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_vl_2.c -------------------------------------------------------------------------------- /src/lib/16_vlpa_.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_vlpa_.c -------------------------------------------------------------------------------- /src/lib/16_vlpal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_vlpal.c -------------------------------------------------------------------------------- /src/lib/16_vlpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_vlpal.h -------------------------------------------------------------------------------- /src/lib/16_vlpld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16_vlpld.h -------------------------------------------------------------------------------- /src/lib/16text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16text.c -------------------------------------------------------------------------------- /src/lib/16text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/16text.h -------------------------------------------------------------------------------- /src/lib/bakapee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/bakapee.c -------------------------------------------------------------------------------- /src/lib/bakapee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/bakapee.h -------------------------------------------------------------------------------- /src/lib/bitmapl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/bitmapl.c -------------------------------------------------------------------------------- /src/lib/bitmapl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/bitmapl.h -------------------------------------------------------------------------------- /src/lib/exmm/x.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/exmm/x.bat -------------------------------------------------------------------------------- /src/lib/gamepal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/gamepal.c -------------------------------------------------------------------------------- /src/lib/id_ca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/id_ca.c -------------------------------------------------------------------------------- /src/lib/scroll16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/scroll16.c -------------------------------------------------------------------------------- /src/lib/scroll16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/scroll16.h -------------------------------------------------------------------------------- /src/lib/testpatt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/lib/testpatt.h -------------------------------------------------------------------------------- /src/maptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/maptest.c -------------------------------------------------------------------------------- /src/mmtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/mmtest.c -------------------------------------------------------------------------------- /src/palbomb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/palbomb.c -------------------------------------------------------------------------------- /src/palettec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/palettec.c -------------------------------------------------------------------------------- /src/palettel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/palettel.c -------------------------------------------------------------------------------- /src/pallist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/pallist.txt -------------------------------------------------------------------------------- /src/paltest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/paltest.c -------------------------------------------------------------------------------- /src/pcxtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/pcxtest.c -------------------------------------------------------------------------------- /src/pcxtest2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/pcxtest2.c -------------------------------------------------------------------------------- /src/ps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/ps.c -------------------------------------------------------------------------------- /src/scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/scroll.c -------------------------------------------------------------------------------- /src/sdtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/sdtest.c -------------------------------------------------------------------------------- /src/sountest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/sountest.c -------------------------------------------------------------------------------- /src/tesuto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/tesuto.c -------------------------------------------------------------------------------- /src/tesuto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/tesuto.h -------------------------------------------------------------------------------- /src/util/bcexmm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/util/bcexmm.sh -------------------------------------------------------------------------------- /src/util/db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/util/db.c -------------------------------------------------------------------------------- /src/util/qfoot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/util/qfoot.sh -------------------------------------------------------------------------------- /src/util/qhead.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/util/qhead.sh -------------------------------------------------------------------------------- /src/util/setres.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/util/setres.c -------------------------------------------------------------------------------- /src/util/shbat/DLD.BAT: -------------------------------------------------------------------------------- 1 | cd src\lib\doslib 2 | -------------------------------------------------------------------------------- /src/util/shbat/dld.sh: -------------------------------------------------------------------------------- 1 | cd src/lib/doslib 2 | -------------------------------------------------------------------------------- /src/util/shbat/fcsp2.bat: -------------------------------------------------------------------------------- 1 | cd 16\fcsp2src 2 | -------------------------------------------------------------------------------- /src/util/shbat/sd.bat: -------------------------------------------------------------------------------- 1 | imfplay.exe data\02.imf 2 | -------------------------------------------------------------------------------- /src/util/shbat/xxdiff.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | screen xxdiff -wB "$1" "$2" 3 | -------------------------------------------------------------------------------- /src/util/z.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/util/z.sh -------------------------------------------------------------------------------- /src/util/z2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/util/z2.sh -------------------------------------------------------------------------------- /src/vgmtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/vgmtest.c -------------------------------------------------------------------------------- /src/vidtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/vidtest.c -------------------------------------------------------------------------------- /src/vrldbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/vrldbg.c -------------------------------------------------------------------------------- /src/vrstest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/vrstest.c -------------------------------------------------------------------------------- /src/xcroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/xcroll.c -------------------------------------------------------------------------------- /src/zcroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/src/zcroll.c -------------------------------------------------------------------------------- /stuckon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/stuckon.txt -------------------------------------------------------------------------------- /ud.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/ud.sh -------------------------------------------------------------------------------- /videolay.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/videolay.txt -------------------------------------------------------------------------------- /wantdbg.txt: -------------------------------------------------------------------------------- 1 | I/O 2 | Processor Status 3 | Memory 4 | -------------------------------------------------------------------------------- /wbuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/wbuild.sh -------------------------------------------------------------------------------- /wolf3dpm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparky4/16/HEAD/wolf3dpm.png --------------------------------------------------------------------------------