├── .gitignore ├── CONTRIBUTING.md ├── COPYING ├── Doxyfile ├── Makefile.globals ├── README.md ├── TODO.txt ├── data ├── cropmks │ ├── CineSco2.bmp │ ├── CrssMtr2.bmp │ ├── Passport.bmp │ ├── PhiPhoto.bmp │ └── PhiVideo.bmp ├── cropmks_rle │ ├── 16x9_blk.bmp │ ├── CineSco2.bmp │ ├── fish8r.bmp │ └── hd_ta.bmp ├── fonts │ ├── arghlf22.rbf │ ├── argnor23.rbf │ ├── argnor28.rbf │ ├── argnor32.rbf │ ├── term12.rbf │ ├── term20.rbf │ └── unused │ │ ├── argnor11.rbf │ │ ├── argnor16.rbf │ │ ├── argnor33.rbf │ │ ├── argnor36.rbf │ │ ├── mlsans23.rbf │ │ ├── mlsans32.rbf │ │ ├── mlsans33.rbf │ │ ├── sans20.rbf │ │ ├── sans32.rbf │ │ └── term32.rbf └── vram │ ├── Palette.jpg │ ├── apsc8p.lut │ ├── apsc8r.lut │ ├── defish-lut.m │ ├── defish-lut.sh │ ├── defish-lut16.m │ ├── defish-xy.m │ ├── fc.py │ ├── ff8p.lut │ ├── ff8r.lut │ ├── make.sh │ ├── remap.py │ ├── samyang8-panini-apsc.pto │ ├── samyang8-panini-ff.pto │ ├── samyang8-rectilin-apsc.pto │ ├── samyang8-rectilin-ff.pto │ └── xy.tiff ├── developer_guide ├── 00_00_cover_page.md ├── 01_00_dryos.md ├── 02_00_hardware.md ├── 02_01_hardware.md ├── 03_00_architecture.md ├── 04_00_building_ML.md ├── 05_00_debugging.md ├── 06_00_adding_features.md ├── 06_01_adding_features.md ├── 07_00_qemu_eos.md ├── ROADMAP.txt ├── generate_guide.py ├── images │ └── edmac_diagram.png └── style.css ├── doc ├── 01_audio.png ├── 02_expo.png ├── 03_overlay.png ├── 04_movie.png ├── 05_shoot.png ├── 06_focus.png ├── 07_display.png ├── 08_prefs.png ├── 09_debug.png ├── 550install.jpg ├── AFP.png ├── Architecture_Drawings.graphml ├── AudioMenu-550D.png ├── BootMenu-550D.png ├── BootdiskDisabled.png ├── BootdiskEnabled.png ├── BrackMenu-550D.png ├── CODING_STYLE ├── CONFIG.txt ├── CREDITS.txt ├── Compare_and_hdr.png ├── ConfigMenu-550D.png ├── DebugMenu-550D.png ├── EOScard.png ├── EPILOGUE.txt ├── ExpoMenu-550D.png ├── FAQ.txt ├── FEATURES.txt ├── FocusMenu-550D.png ├── Histogram-and-waveform.png ├── INSTALL.txt ├── InfoDisplayShooting-550D.png ├── InfoMenuDisp-550D.png ├── LiveVMenu-550D.png ├── Logo.png ├── MANUAL.txt ├── MENUEND.txt ├── MENUSTART.txt ├── MN-AUDIO.txt ├── MN-DEBUG.txt ├── MN-DISPLAY.txt ├── MN-EXPO.txt ├── MN-FOCUS.txt ├── MN-MOVIE.txt ├── MN-OVERLAY.txt ├── MN-PREFS.txt ├── MN-SHOOT.txt ├── MacBoot.jpg ├── MovieMenu-550D.png ├── README.user ├── ShootMenu-550D.png ├── TweakMenu-550D.png ├── VideoMenu-550D.png ├── XLRtoBalancedCable.jpg ├── Zebras.jpg ├── afp │ ├── AFP.png │ ├── AFP_ALL.BMP │ ├── AFP_CENTER.BMP │ ├── AFP_H.BMP │ ├── AFP_HALF_DOWN.BMP │ ├── AFP_HALF_DOWN2.BMP │ ├── AFP_HALF_DOWN3.BMP │ ├── AFP_HALF_DOWN4.BMP │ ├── AFP_HALF_LEFT.BMP │ ├── AFP_HALF_LEFT2.BMP │ ├── AFP_HALF_LEFT3.BMP │ ├── AFP_HALF_LEFT4.BMP │ ├── AFP_HALF_RIGHT.BMP │ ├── AFP_HALF_RIGHT2.BMP │ ├── AFP_HALF_RIGHT3.BMP │ ├── AFP_HALF_RIGHT4.BMP │ ├── AFP_HALF_UP.BMP │ ├── AFP_HALF_UP2.BMP │ ├── AFP_HALF_UP3.BMP │ ├── AFP_HALF_UP4.BMP │ ├── AFP_SQUARE.BMP │ ├── AFP_V.BMP │ └── afp_montage.sh ├── beertje6.jpg ├── docdiff.py ├── donate.png ├── falsecolor.png ├── ins-template.tex ├── logo-trans.png ├── menuindex.py ├── mkdoc-cam.py ├── mkdoc.py ├── mkdoc_utils.py ├── showlink.lua ├── ug-template-cam.tex ├── ug-template.tex ├── vectorscope.png └── wikidoc.py ├── doxygen └── header.html ├── features ├── features-embed.tmpl ├── features-html.py ├── features.py ├── features.tmpl └── internals.py ├── icons ├── Av-back.png ├── Av-forward.png ├── FUNC-back.png ├── FUNC-forward.png ├── LiveView-back.png ├── LiveView-forward.png ├── Q-back.png ├── Q-forward.png ├── audio-lowres.png ├── audio.png ├── debug.png ├── display.png ├── expo.png ├── focus-lowres.png ├── focus.png ├── forward.png ├── games.png ├── info.png ├── make-icons.py ├── mkfont-canon ├── modified.png ├── modules.png ├── movie.png ├── mymenu.png ├── overlay.png ├── picstyle-back.png ├── picstyle-forward.png ├── prefs.png ├── script.png └── shoot.png ├── include └── stub.h ├── installer ├── 100D.101 │ └── Makefile ├── 1100D.105 │ └── Makefile ├── 200D.101 │ └── Makefile ├── 500D.111 │ └── Makefile ├── 50D.109 │ └── Makefile ├── 550D.109 │ └── Makefile ├── 5D2.212 │ └── Makefile ├── 5D3.113 │ └── Makefile ├── 5D3.123 │ └── Makefile ├── 5DC.111 │ ├── Makefile │ ├── bootdisk.c │ ├── build_scripts │ │ ├── AUTOEXEC.BIN │ │ ├── assemble_fw │ │ ├── decrypt_fw2 │ │ └── eos_tools_v11 │ │ │ ├── 1D_5D_40D_30D_400D_check_sum │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ └── eos_fsum.c │ │ │ ├── 400D_pack │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ ├── eospack.c │ │ │ ├── ffffff │ │ │ ├── firm │ │ │ ├── loader │ │ │ ├── tmp.pack │ │ │ └── ver │ │ │ ├── cfg.bat │ │ │ ├── check_sum │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ └── check_sum.c │ │ │ ├── decrypt_40D105_flasher │ │ │ ├── 0.bat │ │ │ ├── 40D_table.h │ │ │ ├── Makefile │ │ │ └── decrypt_40D105_flasher.c │ │ │ ├── decrypt_40D108_flasher │ │ │ ├── 0.bat │ │ │ ├── 40D_table.h │ │ │ ├── Makefile │ │ │ └── decrypt_40D108_flasher.c │ │ │ ├── decrypt_fw1 │ │ │ ├── 0.bat │ │ │ ├── 20D_table.h │ │ │ ├── Makefile │ │ │ └── decrypt_fw1.c │ │ │ ├── decrypt_fw2 │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ ├── decrypt_fw2 │ │ │ └── decrypt_fw2.c │ │ │ ├── dissect_fw2 │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ ├── dissect_fw2 │ │ │ └── dissect_fw2.c │ │ │ ├── dissect_fw2_5d │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ └── dissect_fw2_d5.c │ │ │ ├── dissect_fw3 │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ └── dissect_fw3.c │ │ │ ├── fxor │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ └── fxor.c │ │ │ ├── readme.txt │ │ │ ├── recreate_tables │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ └── recreate_tables.c │ │ │ └── xor │ │ │ ├── 0.bat │ │ │ ├── Makefile │ │ │ └── xor.c │ ├── entry.S │ └── link.script ├── 600D.102 │ └── Makefile ├── 60D.111 │ └── Makefile ├── 650D.104 │ └── Makefile ├── 6D.116 │ └── Makefile ├── 6D2.111 │ └── Makefile ├── 700D.115 │ └── Makefile ├── 70D.112 │ └── Makefile ├── 750D.110 │ └── Makefile ├── 7D.203 │ ├── Makefile │ └── dummy-master.c ├── 7D2.112 │ ├── Makefile │ └── second_updater.c ├── EOSM.202 │ └── Makefile └── Makefile ├── logo.png ├── minimal ├── Makefile ├── Makefile.minimal ├── button_code_logger │ ├── Makefile │ ├── README.txt │ └── minimal.c ├── digic-explorer │ ├── Makefile │ ├── README.txt │ └── minimal.c ├── hello-world │ ├── Makefile │ └── minimal.c ├── qemu-fio │ ├── Makefile │ └── minimal.c ├── qemu-frsp │ ├── Makefile │ └── minimal.c ├── qemu-hptimer │ ├── Makefile │ └── minimal.c └── qemu-memchk │ ├── Makefile │ └── minimal.c ├── modules ├── Makefile ├── adv_int │ ├── Makefile │ ├── README.rst │ └── adv_int.c ├── align_string_proportional.py ├── arkanoid │ ├── Makefile │ ├── README.rst │ ├── arkanoid.c │ └── arkanoid.h ├── autoexpo │ ├── Makefile │ ├── README.rst │ └── autoexpo.c ├── bench │ ├── Makefile │ ├── README.rst │ ├── bench.c │ ├── card_bench.c │ ├── mem_bench.c │ └── mem_perf.c ├── bolt_rec │ ├── Makefile │ ├── README.rst │ └── bolt_rec.c ├── bulb_nd │ ├── Makefile │ ├── README.rst │ └── bulb_nd.c ├── cf_acc │ ├── Makefile │ └── cf_acc.c ├── copy_modules_with_satisfied_deps.py ├── crop_rec │ ├── Makefile │ ├── README.rst │ └── crop_rec.c ├── deflick │ ├── Makefile │ ├── README.rst │ └── deflick.c ├── dev_tools │ ├── adtg_gui │ │ ├── Makefile │ │ ├── README.rst │ │ └── adtg_gui.c │ ├── adtg_log │ │ ├── Makefile │ │ ├── README.rst │ │ ├── adtg_log.c │ │ └── parse_bin.py │ ├── adtglog2 │ │ ├── Makefile │ │ ├── README.rst │ │ ├── adtglog2.c │ │ ├── adtglog2.h │ │ ├── hooks_arm.h │ │ ├── hooks_arm_70D.c │ │ ├── hooks_thumb.h │ │ ├── hooks_thumb_200D.c │ │ └── hooks_thumb_6D2.c │ ├── devidlog │ │ ├── Makefile │ │ ├── README.rst │ │ └── devidlog.c │ ├── edmac │ │ ├── Makefile │ │ ├── README.rst │ │ ├── edmac.c │ │ ├── edmac_test.c │ │ ├── edmac_util.c │ │ ├── md5.c │ │ └── md5.h │ ├── edmaclog │ │ ├── Makefile │ │ ├── README.rst │ │ ├── edmaclog.c │ │ ├── hooks.h │ │ ├── hooks_arm_5D3.c │ │ ├── hooks_arm_70D.c │ │ ├── hooks_thumb_200D.c │ │ └── hooks_thumb_6D2.c │ ├── iso_test │ │ ├── Makefile │ │ ├── README.rst │ │ └── iso_test.c │ ├── mem_chk │ │ ├── Makefile │ │ ├── README.rst │ │ └── mem_chk.c │ ├── mem_prot │ │ ├── Makefile │ │ ├── README.rst │ │ └── mem_prot.c │ ├── mem_spy │ │ ├── Makefile │ │ ├── README.rst │ │ └── mem_spy.c │ ├── mpu_dump │ │ ├── Makefile │ │ ├── README.rst │ │ └── mpu_dump.c │ ├── mrc_dump │ │ ├── Makefile │ │ ├── README.rst │ │ └── mrc_dump.c │ └── sf_dump │ │ ├── Makefile │ │ ├── README.rst │ │ └── sf_dump.c ├── dot_tune │ ├── Makefile │ ├── README.rst │ └── dot_tune.c ├── dual_iso │ ├── Makefile │ ├── Makefile.cr2hdr │ ├── README.rst │ ├── adobedng-bridge.c │ ├── adobedng-bridge.h │ ├── amaze-port.c │ ├── amaze_demosaic_RT.c │ ├── chroma_smooth.c │ ├── cr2hdr.c │ ├── dcraw-bridge.c │ ├── dcraw-bridge.h │ ├── dither.c │ ├── dither.h │ ├── dual_iso.c │ ├── dual_iso.h │ ├── dualisovideo-enfuse.sh │ ├── dualisovideo.sh │ ├── exiftool-bridge.c │ ├── exiftool-bridge.h │ ├── helpersse2.h │ ├── kelvin.c │ ├── kelvin.h │ ├── optmed.h │ ├── qsort.h │ ├── sleefsseavx.c │ ├── sleefsseavx.h │ ├── timing.c │ ├── timing.h │ └── wirth.h ├── ettr │ ├── Makefile │ ├── README.rst │ └── ettr.c ├── file_man │ ├── Makefile │ ├── README.rst │ ├── file_man.c │ └── file_man.h ├── fpu_emu │ ├── Makefile │ ├── README.rst │ ├── asm │ │ └── div64.h │ ├── fpu_emu.c │ └── nwfpe │ │ ├── ARM-gcc.h │ │ ├── double_cpdo.c │ │ ├── extended_cpdo.c │ │ ├── fpa11.c │ │ ├── fpa11.h │ │ ├── fpa11.inl │ │ ├── fpa11_cpdo.c │ │ ├── fpa11_cpdt.c │ │ ├── fpa11_cprt.c │ │ ├── fpmodule.c │ │ ├── fpmodule.h │ │ ├── fpmodule.inl │ │ ├── fpopcode.c │ │ ├── fpopcode.h │ │ ├── fpsr.h │ │ ├── milieu.h │ │ ├── single_cpdo.c │ │ ├── softfloat-macros │ │ ├── softfloat-specialize │ │ ├── softfloat.c │ │ └── softfloat.h ├── html2text.py ├── img_name │ ├── Makefile │ ├── README.rst │ └── img_name.c ├── input │ ├── ime_base │ │ ├── Makefile │ │ ├── README.rst │ │ ├── ime_base.c │ │ └── ime_base.h │ ├── ime_null │ │ ├── Makefile │ │ ├── README.rst │ │ └── ime_null.c │ ├── ime_rot │ │ ├── Makefile │ │ ├── README.rst │ │ └── ime_rot.c │ └── ime_std │ │ ├── Makefile │ │ ├── README.rst │ │ └── ime_std.c ├── io_crypt │ ├── Makefile │ ├── Makefile.io_decrypt │ ├── README.rst │ ├── bigd.c │ ├── bigd.h │ ├── bigdigits.c │ ├── bigdigits.h │ ├── bigdigitsCopyright.txt │ ├── bigdtypes.h │ ├── crypt_lfsr64.c │ ├── crypt_lfsr64.h │ ├── crypt_rsa.c │ ├── crypt_rsa.h │ ├── crypt_xtea.c │ ├── crypt_xtea.h │ ├── hash_password.c │ ├── hash_password.h │ ├── io_crypt.c │ ├── io_crypt.h │ └── io_decrypt.c ├── last_change_info.sh ├── lua │ ├── Makefile │ ├── README.rst │ ├── config.ld │ ├── dietlibc │ │ └── include │ │ │ ├── alloca.h │ │ │ ├── asm │ │ │ ├── arm-sigcontext.h │ │ │ ├── sigcontext.h │ │ │ └── types.h │ │ │ ├── assert.h │ │ │ ├── clocale │ │ │ ├── cstddef │ │ │ ├── cstdlib │ │ │ ├── ctype.h │ │ │ ├── cwchar │ │ │ ├── cwctype │ │ │ ├── endian.h │ │ │ ├── errno.h │ │ │ ├── float.h │ │ │ ├── inttypes.h │ │ │ ├── limits.h │ │ │ ├── locale.h │ │ │ ├── math.h │ │ │ ├── signal.h │ │ │ ├── stdarg.h │ │ │ ├── stddef.h │ │ │ ├── stdint.h │ │ │ ├── stdio.h │ │ │ ├── stdlib.h │ │ │ ├── string.h │ │ │ ├── sys │ │ │ ├── cdefs.h │ │ │ ├── fsuid.h │ │ │ ├── io.h │ │ │ ├── select.h │ │ │ ├── signal.h │ │ │ ├── stat.h │ │ │ ├── time.h │ │ │ ├── types.h │ │ │ └── ucontext.h │ │ │ ├── time.h │ │ │ └── unistd.h │ ├── lua.c │ ├── lua │ │ ├── lapi.c │ │ ├── lapi.h │ │ ├── lauxlib.c │ │ ├── lauxlib.h │ │ ├── lbaselib.c │ │ ├── lbitlib.c │ │ ├── lcode.c │ │ ├── lcode.h │ │ ├── lcorolib.c │ │ ├── lctype.c │ │ ├── lctype.h │ │ ├── ldblib.c │ │ ├── ldebug.c │ │ ├── ldebug.h │ │ ├── ldo.c │ │ ├── ldo.h │ │ ├── ldump.c │ │ ├── lfunc.c │ │ ├── lfunc.h │ │ ├── lgc.c │ │ ├── lgc.h │ │ ├── linit.c │ │ ├── liolib.c │ │ ├── llex.c │ │ ├── llex.h │ │ ├── llimits.h │ │ ├── lmathlib.c │ │ ├── lmem.c │ │ ├── lmem.h │ │ ├── loadlib.c │ │ ├── lobject.c │ │ ├── lobject.h │ │ ├── lopcodes.c │ │ ├── lopcodes.h │ │ ├── loslib.c │ │ ├── lparser.c │ │ ├── lparser.h │ │ ├── lprefix.h │ │ ├── lstate.c │ │ ├── lstate.h │ │ ├── lstring.c │ │ ├── lstring.h │ │ ├── lstrlib.c │ │ ├── ltable.c │ │ ├── ltable.h │ │ ├── ltablib.c │ │ ├── ltm.c │ │ ├── ltm.h │ │ ├── lua.c │ │ ├── lua.h │ │ ├── luac.c │ │ ├── luaconf.h │ │ ├── lualib.h │ │ ├── lundump.c │ │ ├── lundump.h │ │ ├── lutf8lib.c │ │ ├── lvm.c │ │ ├── lvm.h │ │ ├── lzio.c │ │ ├── lzio.h │ │ ├── ml-lua-shim.c │ │ └── ml-lua-shim.h │ ├── lua_battery.c │ ├── lua_camera.c │ ├── lua_common.h │ ├── lua_console.c │ ├── lua_constants.c │ ├── lua_display.c │ ├── lua_dryos.c │ ├── lua_globals.c │ ├── lua_interval.c │ ├── lua_key.c │ ├── lua_lens.c │ ├── lua_lv.c │ ├── lua_menu.c │ ├── lua_movie.c │ ├── lua_property.c │ ├── lua_task.c │ └── umm_malloc │ │ ├── LICENSE │ │ ├── README.md │ │ ├── test │ │ ├── Makefile │ │ ├── umm_malloc_cfg.h │ │ └── umm_malloc_test.c │ │ ├── umm_malloc.c │ │ ├── umm_malloc.h │ │ └── umm_malloc_cfg.h ├── lv_rec │ ├── Makefile │ ├── lv_rec.c │ ├── lv_rec.h │ ├── qsort.h │ └── raw2dng.c ├── mark_cross_module_deps.py ├── module_deps_utils.py ├── module_hginfo_dump.sh ├── module_strings_dump.py ├── module_strings_wrapper.h ├── pic_view │ ├── Makefile │ ├── README.rst │ └── pic_view.c ├── plot │ ├── Makefile │ ├── README.rst │ ├── plot.c │ └── plot.h ├── raw_twk │ ├── Makefile │ ├── README.rst │ ├── raw_twk.c │ └── raw_twk.h ├── raw_video │ ├── mlv_lite │ │ ├── Makefile │ │ ├── README.rst │ │ ├── dng2raw.c │ │ ├── mlv_lite.c │ │ ├── raw2avi.sh │ │ └── speedsim.py │ ├── mlv_play │ │ ├── Makefile │ │ ├── README.rst │ │ ├── mlv_play.c │ │ └── video.bmp │ ├── mlv_rec │ │ ├── Makefile │ │ ├── README.rst │ │ ├── dng │ │ │ ├── camera_id.h │ │ │ ├── dng.c │ │ │ ├── dng.h │ │ │ ├── dng_tag_codes.h │ │ │ ├── dng_tag_types.h │ │ │ └── dng_tag_values.h │ │ ├── dng2raw.c │ │ ├── lj92.c │ │ ├── lj92.h │ │ ├── lzma │ │ │ ├── 7z.h │ │ │ ├── 7zAlloc.c │ │ │ ├── 7zAlloc.h │ │ │ ├── 7zBuf.c │ │ │ ├── 7zBuf.h │ │ │ ├── 7zBuf2.c │ │ │ ├── 7zCrc.c │ │ │ ├── 7zCrc.h │ │ │ ├── 7zCrcOpt.c │ │ │ ├── 7zDec.c │ │ │ ├── 7zFile.c │ │ │ ├── 7zFile.h │ │ │ ├── 7zIn.c │ │ │ ├── 7zStream.c │ │ │ ├── 7zVersion.h │ │ │ ├── 7zVersion.rc │ │ │ ├── Alloc.c │ │ │ ├── Alloc.h │ │ │ ├── Bcj2.c │ │ │ ├── Bcj2.h │ │ │ ├── Bra.c │ │ │ ├── Bra.h │ │ │ ├── Bra86.c │ │ │ ├── BraIA64.c │ │ │ ├── CpuArch.c │ │ │ ├── CpuArch.h │ │ │ ├── Delta.c │ │ │ ├── Delta.h │ │ │ ├── LzFind.c │ │ │ ├── LzFind.h │ │ │ ├── LzFindMt.c │ │ │ ├── LzFindMt.h │ │ │ ├── LzHash.h │ │ │ ├── Lzma2Dec.c │ │ │ ├── Lzma2Dec.h │ │ │ ├── Lzma2Enc.c │ │ │ ├── Lzma2Enc.h │ │ │ ├── Lzma86.h │ │ │ ├── Lzma86Dec.c │ │ │ ├── Lzma86Enc.c │ │ │ ├── LzmaDec.c │ │ │ ├── LzmaDec.h │ │ │ ├── LzmaEnc.c │ │ │ ├── LzmaEnc.h │ │ │ ├── LzmaLib.c │ │ │ ├── LzmaLib.h │ │ │ ├── MtCoder.c │ │ │ ├── MtCoder.h │ │ │ ├── Ppmd.h │ │ │ ├── Ppmd7.c │ │ │ ├── Ppmd7.h │ │ │ ├── Ppmd7Dec.c │ │ │ ├── Ppmd7Enc.c │ │ │ ├── RotateDefs.h │ │ │ ├── Sha256.c │ │ │ ├── Sha256.h │ │ │ ├── Threads.c │ │ │ ├── Threads.h │ │ │ ├── Types.h │ │ │ ├── Xz.c │ │ │ ├── Xz.h │ │ │ ├── XzCrc64.c │ │ │ ├── XzCrc64.h │ │ │ ├── XzDec.c │ │ │ ├── XzEnc.c │ │ │ ├── XzEnc.h │ │ │ ├── XzIn.c │ │ │ └── files │ │ ├── mlv.c │ │ ├── mlv.h │ │ ├── mlv.lua │ │ ├── mlv_dump.c │ │ ├── mlv_rec.c │ │ ├── mlv_rec.h │ │ ├── mlv_rec_interface.h │ │ ├── raw2avi.sh │ │ ├── raw_proc │ │ │ ├── chroma_smooth.c │ │ │ ├── histogram.c │ │ │ ├── histogram.h │ │ │ ├── opt_med.h │ │ │ ├── patternnoise.c │ │ │ ├── patternnoise.h │ │ │ ├── pixel_proc.c │ │ │ ├── pixel_proc.h │ │ │ ├── stripes.c │ │ │ ├── stripes.h │ │ │ └── wirth.h │ │ ├── speedsim.py │ │ ├── test.sh │ │ └── wav.h │ ├── mlv_snd │ │ ├── Makefile │ │ ├── README.rst │ │ └── mlv_snd.c │ └── raw_vid │ │ ├── Makefile │ │ ├── README.rst │ │ ├── STRUCTURE.txt │ │ ├── event_pusher.c │ │ ├── raw_vid.c │ │ ├── raw_vid.h │ │ ├── raw_vid_event_pusher.h │ │ ├── raw_vid_worker.h │ │ └── worker.c ├── rbf_read.py ├── readme2modulestrings.py ├── script │ ├── Makefile │ ├── README.rst │ ├── chdk-gui_script.c │ └── script.c ├── sd_uhs │ ├── Makefile │ ├── README.rst │ └── sd_uhs.c ├── selftest │ ├── Makefile │ ├── README.rst │ └── selftest.c ├── silent │ ├── Makefile │ ├── README.rst │ ├── lossless.c │ ├── lossless.h │ └── silent.c ├── tcc │ ├── COPYING │ ├── Changelog │ ├── Makefile │ ├── README │ ├── README.rst │ ├── TODO │ ├── VERSION │ ├── arm-gen.c │ ├── c67-gen.c │ ├── coff.h │ ├── config.h │ ├── config.mak │ ├── configure │ ├── conftest.c │ ├── elf.h │ ├── examples │ │ ├── ex1.c │ │ ├── ex2.c │ │ ├── ex3.c │ │ ├── ex4.c │ │ └── ex5.c │ ├── i386-asm.c │ ├── i386-asm.h │ ├── i386-gen.c │ ├── i386-tok.h │ ├── il-gen.c │ ├── il-opcodes.h │ ├── include │ │ ├── float.h │ │ ├── stdarg.h │ │ ├── stdbool.h │ │ ├── stddef.h │ │ ├── tcclib.h │ │ └── varargs.h │ ├── lib │ │ ├── Makefile │ │ ├── alloca86-bt.S │ │ ├── alloca86.S │ │ ├── alloca86_64.S │ │ ├── bcheck.c │ │ └── libtcc1.c │ ├── libtcc.c │ ├── libtcc.h │ ├── stab.def │ ├── stab.h │ ├── tcc-doc.html │ ├── tcc-doc.texi │ ├── tcc.c │ ├── tcc.h │ ├── tccasm.c │ ├── tcccoff.c │ ├── tccelf.c │ ├── tccgen.c │ ├── tccpe.c │ ├── tccpp.c │ ├── tccrun.c │ ├── tcctok.h │ ├── tests │ │ ├── Makefile │ │ ├── asmtest.S │ │ ├── boundtest.c │ │ ├── gcctestsuite.sh │ │ ├── libtcc_test.c │ │ ├── tcctest.c │ │ └── tests2 │ │ │ ├── 00_assignment.c │ │ │ ├── 00_assignment.expect │ │ │ ├── 01_comment.c │ │ │ ├── 01_comment.expect │ │ │ ├── 02_printf.c │ │ │ ├── 02_printf.expect │ │ │ ├── 03_struct.c │ │ │ ├── 03_struct.expect │ │ │ ├── 04_for.c │ │ │ ├── 04_for.expect │ │ │ ├── 05_array.c │ │ │ ├── 05_array.expect │ │ │ ├── 06_case.c │ │ │ ├── 06_case.expect │ │ │ ├── 07_function.c │ │ │ ├── 07_function.expect │ │ │ ├── 08_while.c │ │ │ ├── 08_while.expect │ │ │ ├── 09_do_while.c │ │ │ ├── 09_do_while.expect │ │ │ ├── 10_pointer.c │ │ │ ├── 10_pointer.expect │ │ │ ├── 11_precedence.c │ │ │ ├── 11_precedence.expect │ │ │ ├── 12_hashdefine.c │ │ │ ├── 12_hashdefine.expect │ │ │ ├── 13_integer_literals.c │ │ │ ├── 13_integer_literals.expect │ │ │ ├── 14_if.c │ │ │ ├── 14_if.expect │ │ │ ├── 15_recursion.c │ │ │ ├── 15_recursion.expect │ │ │ ├── 16_nesting.c │ │ │ ├── 16_nesting.expect │ │ │ ├── 17_enum.c │ │ │ ├── 17_enum.expect │ │ │ ├── 18_include.c │ │ │ ├── 18_include.expect │ │ │ ├── 18_include.h │ │ │ ├── 19_pointer_arithmetic.c │ │ │ ├── 19_pointer_arithmetic.expect │ │ │ ├── 20_pointer_comparison.c │ │ │ ├── 20_pointer_comparison.expect │ │ │ ├── 21_char_array.c │ │ │ ├── 21_char_array.expect │ │ │ ├── 22_floating_point.c │ │ │ ├── 22_floating_point.expect │ │ │ ├── 23_type_coercion.c │ │ │ ├── 23_type_coercion.expect │ │ │ ├── 24_math_library.c │ │ │ ├── 24_math_library.expect │ │ │ ├── 25_quicksort.c │ │ │ ├── 25_quicksort.expect │ │ │ ├── 26_character_constants.c │ │ │ ├── 26_character_constants.expect │ │ │ ├── 27_sizeof.c │ │ │ ├── 27_sizeof.expect │ │ │ ├── 28_strings.c │ │ │ ├── 28_strings.expect │ │ │ ├── 29_array_address.c │ │ │ ├── 29_array_address.expect │ │ │ ├── 30_hanoi.c │ │ │ ├── 30_hanoi.expect │ │ │ ├── 31_args.c │ │ │ ├── 31_args.expect │ │ │ ├── 32_led.c │ │ │ ├── 32_led.expect │ │ │ ├── 33_ternary_op.c │ │ │ ├── 33_ternary_op.expect │ │ │ ├── 34_array_assignment.c │ │ │ ├── 34_array_assignment.expect │ │ │ ├── 35_sizeof.c │ │ │ ├── 35_sizeof.expect │ │ │ ├── 36_array_initialisers.c │ │ │ ├── 36_array_initialisers.expect │ │ │ ├── 37_sprintf.c │ │ │ ├── 37_sprintf.expect │ │ │ ├── 38_multiple_array_index.c │ │ │ ├── 38_multiple_array_index.expect │ │ │ ├── 39_typedef.c │ │ │ ├── 39_typedef.expect │ │ │ ├── 40_stdio.c │ │ │ ├── 40_stdio.expect │ │ │ ├── 41_hashif.c │ │ │ ├── 41_hashif.expect │ │ │ ├── 42_function_pointer.c │ │ │ ├── 42_function_pointer.expect │ │ │ ├── 43_void_param.c │ │ │ ├── 43_void_param.expect │ │ │ ├── 44_scoped_declarations.c │ │ │ ├── 44_scoped_declarations.expect │ │ │ ├── 45_empty_for.c │ │ │ ├── 45_empty_for.expect │ │ │ ├── 46_grep.c │ │ │ ├── 47_switch_return.c │ │ │ ├── 47_switch_return.expect │ │ │ ├── 48_nested_break.c │ │ │ ├── 48_nested_break.expect │ │ │ ├── 49_bracket_evaluation.c │ │ │ ├── 49_bracket_evaluation.expect │ │ │ ├── 50_logical_second_arg.c │ │ │ ├── 50_logical_second_arg.expect │ │ │ ├── 51_static.c │ │ │ ├── 51_static.expect │ │ │ ├── 52_unnamed_enum.c │ │ │ ├── 52_unnamed_enum.expect │ │ │ ├── 54_goto.c │ │ │ ├── 54_goto.expect │ │ │ ├── 55_lshift_type.c │ │ │ ├── 55_lshift_type.expect │ │ │ ├── LICENSE │ │ │ └── Makefile │ ├── texi2pod.pl │ ├── x86_64-asm.h │ └── x86_64-gen.c ├── testmod │ ├── Makefile │ └── testmod.c ├── tinypy │ ├── Makefile │ ├── math │ │ ├── init.c │ │ ├── math.c │ │ └── tests.py │ ├── tinypy-desktop.c │ ├── tinypy-main.c │ ├── tinypy.c │ └── tinypy.diff ├── trace │ ├── Makefile │ ├── trace.c │ └── trace.h └── yolo │ ├── Makefile │ ├── README.rst │ ├── gray_buf_display.py │ ├── simple_server.py │ ├── yolo.c │ ├── yolo.h │ ├── yolo_server.py │ └── yuv_buf_display.py ├── platform ├── 100D.101 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 1100D.105 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 200D.101 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── TODO.txt │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mmu_patches.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── 500D.111 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── audio.c.500d_under_construction.c │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 50D.109 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── afma.h │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── misc.c │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 550D.109 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 5D2.212 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── afma.h │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 5D3.113 │ ├── H264-alli.ini │ ├── H264-ipb.ini │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── afma.h │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 5D3.123 │ ├── H264-alli.ini │ ├── H264-ipb.ini │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── afma.h │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 5D4.133 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── minimal.c │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── 5DSR.112 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── dummy-master.c │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── 600D.102 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 60D.111 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 650D.104 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 6D.116 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── afma.h │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 6D2.111 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── README.txt │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mmu_patches.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── minimal.c │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── 700D.115 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 70D.112 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── afma.h │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 750D.110 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── 77D.110 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── 7D.203 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── Makefile.platform.default │ ├── Makefile.setup.default │ ├── afma.h │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── 7D2.112 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── 7D_MASTER.203 │ ├── Makefile │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ └── state-object.h │ ├── internals.h │ ├── master_boot.c │ └── stubs.S ├── 80D.103 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── 850D.100 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mmu_patches.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── EOSM.202 │ ├── ML-SETUP.FIR │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── mvr.h │ └── stubs.S ├── M50.110 │ ├── Makefile │ ├── README.md │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mmu_patches.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── M6II.111 │ ├── Makefile │ ├── README.md │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── Makefile ├── R.180 │ ├── Makefile │ ├── README.md │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ ├── stubs.S │ └── test_features.c ├── R5.152 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── R6.150 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ └── lens.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ └── stubs.S ├── README-unmaintained.txt ├── RP.160 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ ├── stubs.S │ └── test_features.c ├── SX70.111 │ ├── Makefile │ ├── README.md │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── SX740.102 │ ├── Makefile │ ├── README.md │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ ├── stubs.S │ └── test_features.c ├── XF605.101 │ ├── Makefile │ ├── cfn.c │ ├── consts.h │ ├── features.h │ ├── fps-engio_per_cam.c │ ├── fps-engio_per_cam.h │ ├── function_overrides.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ ├── lens.h │ │ │ ├── mvr.h │ │ │ └── state-object.h │ ├── internals.h │ ├── modules.hidden │ ├── modules.included │ ├── property_whitelist.h │ └── stubs.S ├── all │ ├── Makefile │ ├── consts.h │ ├── features.h │ ├── gui.h │ └── internals.h ├── copy_included_modules.py ├── create_disk_image_from_zip.py ├── create_hid_files.py ├── sd.qcow2.xz └── unmaintained │ ├── 40D.111 │ ├── Makefile │ ├── Makefile.platform.default │ ├── Makefile.setup.default │ ├── cfn.c │ ├── consts.h │ ├── dummy.c │ ├── features.h │ ├── gui.c │ ├── gui.h │ ├── include │ │ └── platform │ │ │ └── state-object.h │ ├── init.c │ ├── internals.h │ └── stubs.S │ └── 5DC.111 │ ├── Makefile │ ├── Makefile.platform.default │ ├── Makefile.setup.default │ ├── cfn.c │ ├── consts.h │ ├── dummy.c │ ├── features.h │ ├── gui.c │ ├── gui.h │ ├── include │ └── platform │ │ └── state-object.h │ ├── init.c │ ├── internals.h │ ├── local_entry.S │ └── stubs.S ├── scripts ├── api_test.lua ├── calc.lua ├── copy2m.lua ├── editor.lua ├── hello.lua ├── legacy │ ├── brack.c │ ├── clock.c │ ├── hello.c │ ├── hello.py │ ├── img.c │ ├── keys.c │ ├── sokoban.c │ └── test.c ├── lib │ ├── config.lua │ ├── keys.lua │ ├── logger.lua │ └── strict.lua ├── menutest.lua ├── pong.lua ├── recdelay.lua ├── scrnshot.lua ├── sokoban.lua └── unload.lua ├── src ├── 422-jpg.py ├── 422-tif.py ├── Doxyfile ├── af_patterns.c ├── af_patterns.h ├── afma.c ├── all_features.h ├── all_headers.h ├── arm-mcr.h ├── asm.c ├── asm.h ├── audio-ak.c ├── audio-common.c ├── audio-lapis.c ├── audio.h ├── backtrace.c ├── backtrace.h ├── battery.c ├── battery.h ├── beep.c ├── beep.h ├── bitrate-5d3.c ├── bitrate-6d.c ├── bitrate.c ├── bmp.c ├── bmp.h ├── boot-d45-am.c ├── boot-d45-ch.c ├── boot-d45.c ├── boot-d678-am.c ├── boot-d678.c ├── boot-d678.h ├── boot-hack.h ├── boot.h ├── bootflags.c ├── builtin-enforcing.c ├── cache.c ├── cache_hacks.c ├── cache_hacks.h ├── camera.h ├── cartridge.c ├── cfn-generic.h ├── chdk-dng.c ├── chdk-dng.h ├── chdk-gui_draw.c ├── compiler.h ├── compositor.c ├── compositor.h ├── config-defines.h ├── config.c ├── config.h ├── console.c ├── console.h ├── convertrle.rb ├── cordic-16bit.h ├── cpu.c ├── cpu.h ├── crc32.c ├── crc32.h ├── crop-mode-hack.c ├── crop-mode-hack.h ├── cropmarks.c ├── cropmarks.h ├── debug.c ├── debug.h ├── dialog.h ├── dialog_test.c ├── disable-this-module.h ├── disp_direct.c ├── disp_direct.h ├── dm-spy.c ├── dm-spy.h ├── dryos-notes.h ├── dryos.h ├── dryos_rpc.c ├── dryos_rpc.h ├── edmac-memcpy.c ├── edmac-memcpy.h ├── edmac.c ├── edmac.h ├── electronic_level.c ├── electronic_level.h ├── entry.S ├── evf-hacks.c ├── exmem.c ├── exmem.h ├── falsecolor.c ├── falsecolor.h ├── fileprefix.c ├── fileprefix.h ├── fio-ml.c ├── fio-ml.h ├── firmware.h ├── flasher.map ├── flexinfo.c ├── flexinfo.h ├── focus.c ├── focus.h ├── font-dyn.c ├── font-large.c ├── font-large.in ├── font-med.c ├── font-med.in ├── font-med2.c ├── font-med2.in ├── font-small.c ├── font-small.in ├── font-small2.c ├── font-small2.in ├── font.h ├── font_direct.c ├── font_direct.h ├── footer.c ├── fps-engio.c ├── fps.h ├── fw-signature.h ├── gdb.c ├── gdb.h ├── generate-font ├── generate_stub.rb ├── gps.c ├── gps.h ├── greenscreen.c ├── greenscreen.h ├── gui-common.c ├── gui-common.h ├── gui.c ├── hdr.c ├── hdr.h ├── histogram.c ├── histogram.h ├── ico.c ├── imath.c ├── imath.h ├── imgconv.c ├── imgconv.h ├── init.c ├── installer.c ├── internals-common.h ├── io_trace.c ├── io_trace.h ├── lcdsensor.c ├── lcdsensor.h ├── lens.c ├── lens.h ├── libs │ ├── README.txt │ ├── arm-elf-O3-fPIC │ │ ├── libc.a │ │ └── libm.a │ ├── arm-elf-O3 │ │ ├── libc.a │ │ └── libm.a │ ├── arm-none-eabi-O3-fPIC │ │ ├── libc.a │ │ └── libm.a │ ├── arm-none-eabi-O3 │ │ ├── libc.a │ │ └── libm.a │ └── dietlib-0.33-none-eabi-Os │ │ └── dietlibc.a ├── libtcc.h ├── lightsensor.c ├── liveview.c ├── log-d678.c ├── log-d678.h ├── log.c ├── log.h ├── logo.bmp ├── lv-img-engio.c ├── lvinfo.c ├── lvinfo.h ├── magiclantern.lds.S ├── mem.c ├── mem.h ├── mem_defs.h ├── menu.c ├── menu.h ├── menuhelp.c ├── menuhelp.h ├── menuhelp_dummy.c ├── menuindex.c ├── minimal-d678.c ├── minimal-d78X.c ├── mkfont ├── ml-cbr.c ├── ml-cbr.h ├── ml_rpc.c ├── ml_rpc.h ├── ml_socket.h ├── mmu_utils.c ├── mmu_utils.h ├── module.c ├── module.h ├── movtweaks.c ├── mutex-test.c ├── mutex.h ├── mvr.h ├── notify_box.c ├── notify_box.h ├── patch.c ├── patch.h ├── patch_cache.c ├── patch_cache.h ├── patch_d6.c ├── patch_d6.h ├── patch_mmu.c ├── patch_mmu.h ├── ph_info_disp.c ├── picstyle.c ├── picstyle.h ├── posix.c ├── powersave.c ├── powersave.h ├── prop-debug.c ├── property.c ├── property.h ├── propvalues.c ├── propvalues.h ├── ptp-chdk.c ├── ptp-chdk.h ├── ptp-ml.c ├── ptp-ml.h ├── ptp.c ├── ptp.h ├── ptpbuf.c ├── ptpbuf.h ├── ptpcam.txt ├── qemu-util.h ├── rand.c ├── rand.h ├── raw.c ├── raw.h ├── rbf_font.c ├── rbf_font.h ├── reboot-all.c ├── reboot-dumper.c ├── reboot.c ├── reloc.c ├── reloc.h ├── rom_values.h ├── screenshot.c ├── screenshot.h ├── sd.c ├── sgi.c ├── sgi.h ├── shell_debug.c ├── shoot.c ├── shoot.h ├── state-object.c ├── state-object.h ├── stdio.c ├── task_utils.c ├── task_utils.h ├── tasks.c ├── tasks.h ├── tcc-glue.c ├── tcc-gui.c ├── timer.h ├── tp-spy.c ├── tp-spy.h ├── tskmon.c ├── tskmon.h ├── tweaks-eyefi.c ├── tweaks-eyefi.h ├── tweaks.c ├── util.c ├── util.h ├── vectorscope.c ├── vectorscope.h ├── version.h ├── video_hacks.c ├── vram.c ├── vram.h ├── vsync-lite.c ├── zebra-5dc.c ├── zebra.c ├── zebra.h └── zip.txt ├── tcc ├── COPYING ├── Changelog ├── Makefile ├── README ├── TODO ├── VERSION ├── arm-gen.c ├── c67-gen.c ├── coff.h ├── config.h ├── config.mak ├── configure ├── conftest.c ├── elf.h ├── examples │ ├── ex1.c │ ├── ex2.c │ ├── ex3.c │ ├── ex4.c │ └── ex5.c ├── i386-asm.c ├── i386-asm.h ├── i386-gen.c ├── i386-tok.h ├── il-gen.c ├── il-opcodes.h ├── include │ ├── float.h │ ├── stdarg.h │ ├── stdbool.h │ ├── stddef.h │ ├── tcclib.h │ └── varargs.h ├── lib │ ├── Makefile │ ├── alloca86-bt.S │ ├── alloca86.S │ ├── alloca86_64.S │ ├── bcheck.c │ └── libtcc1.c ├── libtcc.c ├── libtcc.h ├── stab.def ├── stab.h ├── tcc-doc.html ├── tcc-doc.texi ├── tcc.c ├── tcc.h ├── tccasm.c ├── tcccoff.c ├── tccelf.c ├── tccgen.c ├── tccpe.c ├── tccpp.c ├── tccrun.c ├── tcctok.h ├── tests │ ├── Makefile │ ├── asmtest.S │ ├── boundtest.c │ ├── gcctestsuite.sh │ ├── libtcc_test.c │ ├── tcctest.c │ └── tests2 │ │ ├── 00_assignment.c │ │ ├── 00_assignment.expect │ │ ├── 01_comment.c │ │ ├── 01_comment.expect │ │ ├── 02_printf.c │ │ ├── 02_printf.expect │ │ ├── 03_struct.c │ │ ├── 03_struct.expect │ │ ├── 04_for.c │ │ ├── 04_for.expect │ │ ├── 05_array.c │ │ ├── 05_array.expect │ │ ├── 06_case.c │ │ ├── 06_case.expect │ │ ├── 07_function.c │ │ ├── 07_function.expect │ │ ├── 08_while.c │ │ ├── 08_while.expect │ │ ├── 09_do_while.c │ │ ├── 09_do_while.expect │ │ ├── 10_pointer.c │ │ ├── 10_pointer.expect │ │ ├── 11_precedence.c │ │ ├── 11_precedence.expect │ │ ├── 12_hashdefine.c │ │ ├── 12_hashdefine.expect │ │ ├── 13_integer_literals.c │ │ ├── 13_integer_literals.expect │ │ ├── 14_if.c │ │ ├── 14_if.expect │ │ ├── 15_recursion.c │ │ ├── 15_recursion.expect │ │ ├── 16_nesting.c │ │ ├── 16_nesting.expect │ │ ├── 17_enum.c │ │ ├── 17_enum.expect │ │ ├── 18_include.c │ │ ├── 18_include.expect │ │ ├── 18_include.h │ │ ├── 19_pointer_arithmetic.c │ │ ├── 19_pointer_arithmetic.expect │ │ ├── 20_pointer_comparison.c │ │ ├── 20_pointer_comparison.expect │ │ ├── 21_char_array.c │ │ ├── 21_char_array.expect │ │ ├── 22_floating_point.c │ │ ├── 22_floating_point.expect │ │ ├── 23_type_coercion.c │ │ ├── 23_type_coercion.expect │ │ ├── 24_math_library.c │ │ ├── 24_math_library.expect │ │ ├── 25_quicksort.c │ │ ├── 25_quicksort.expect │ │ ├── 26_character_constants.c │ │ ├── 26_character_constants.expect │ │ ├── 27_sizeof.c │ │ ├── 27_sizeof.expect │ │ ├── 28_strings.c │ │ ├── 28_strings.expect │ │ ├── 29_array_address.c │ │ ├── 29_array_address.expect │ │ ├── 30_hanoi.c │ │ ├── 30_hanoi.expect │ │ ├── 31_args.c │ │ ├── 31_args.expect │ │ ├── 32_led.c │ │ ├── 32_led.expect │ │ ├── 33_ternary_op.c │ │ ├── 33_ternary_op.expect │ │ ├── 34_array_assignment.c │ │ ├── 34_array_assignment.expect │ │ ├── 35_sizeof.c │ │ ├── 35_sizeof.expect │ │ ├── 36_array_initialisers.c │ │ ├── 36_array_initialisers.expect │ │ ├── 37_sprintf.c │ │ ├── 37_sprintf.expect │ │ ├── 38_multiple_array_index.c │ │ ├── 38_multiple_array_index.expect │ │ ├── 39_typedef.c │ │ ├── 39_typedef.expect │ │ ├── 40_stdio.c │ │ ├── 40_stdio.expect │ │ ├── 41_hashif.c │ │ ├── 41_hashif.expect │ │ ├── 42_function_pointer.c │ │ ├── 42_function_pointer.expect │ │ ├── 43_void_param.c │ │ ├── 43_void_param.expect │ │ ├── 44_scoped_declarations.c │ │ ├── 44_scoped_declarations.expect │ │ ├── 45_empty_for.c │ │ ├── 45_empty_for.expect │ │ ├── 46_grep.c │ │ ├── 47_switch_return.c │ │ ├── 47_switch_return.expect │ │ ├── 48_nested_break.c │ │ ├── 48_nested_break.expect │ │ ├── 49_bracket_evaluation.c │ │ ├── 49_bracket_evaluation.expect │ │ ├── 50_logical_second_arg.c │ │ ├── 50_logical_second_arg.expect │ │ ├── 51_static.c │ │ ├── 51_static.expect │ │ ├── 52_unnamed_enum.c │ │ ├── 52_unnamed_enum.expect │ │ ├── 54_goto.c │ │ ├── 54_goto.expect │ │ ├── 55_lshift_type.c │ │ ├── 55_lshift_type.expect │ │ ├── LICENSE │ │ └── Makefile ├── texi2pod.pl ├── x86_64-asm.h └── x86_64-gen.c └── tools ├── card-flags └── edit_card_flags.py ├── firmware ├── compute_sig.py ├── decode_armv7_mmu_tables.py ├── edmac_config.py └── palette.py ├── font ├── bdf2fnt.py └── bfnt_view.py ├── g3gg0 ├── EOSMovieFixer │ ├── AtomParser.cs │ ├── AtomWriter.cs │ ├── Atoms │ │ ├── Atom.cs │ │ ├── ContainerAtom.cs │ │ └── LeafAtom.cs │ ├── EOSMovieFixer.Designer.cs │ ├── EOSMovieFixer.cs │ ├── EOSMovieFixer.csproj │ ├── EOSMovieFixer.resx │ ├── InputFile.cs │ ├── OutputFile.cs │ ├── Program.cs │ └── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings ├── LensDumper │ ├── LensDataAccessor.cs │ ├── LensDumper.csproj │ ├── Log.cs │ ├── Program.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── MLVBrowseSharp │ ├── BrowseForm.Designer.cs │ ├── BrowseForm.cs │ ├── BrowseForm.resx │ ├── ConversionProgressItem.Designer.cs │ ├── ConversionProgressItem.cs │ ├── ConversionProgressItem.resx │ ├── ConversionProgressWindow.Designer.cs │ ├── ConversionProgressWindow.cs │ ├── ConversionProgressWindow.resx │ ├── IconPlay.ico │ ├── MLVBrowseSharp.csproj │ ├── MLVFileIcon.Designer.cs │ ├── MLVFileIcon.cs │ ├── MLVFileIcon.resx │ ├── MLVFileList.Designer.cs │ ├── MLVFileList.cs │ ├── MLVFileList.resx │ ├── MessageWindow.Designer.cs │ ├── MessageWindow.cs │ ├── MessageWindow.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── ShellContextMenu.cs │ ├── ShellProgramCall.cs │ ├── ShellProgramHelper.cs │ └── rhythmbox.ico ├── MLVViewSharp │ ├── BitUnpack.cs │ ├── BitUnpackCanon.cs │ ├── CubeLut.cs │ ├── Debayer.cs │ ├── DebayerBase.cs │ ├── DebayerBilinear.cs │ ├── DebayerHalfRes.cs │ ├── LockBitmap.cs │ ├── Lut3D.cs │ ├── MLVHandler.cs │ ├── MLVReader.cs │ ├── MLVTypes.cs │ ├── MLVViewSharp.csproj │ ├── MLVViewerForm.Designer.cs │ ├── MLVViewerForm.cs │ ├── MLVViewerForm.resx │ ├── Matrix.cs │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ └── RAWReader.cs ├── PropertyEditor │ ├── CustomTypes.cs │ ├── Log.cs │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── PropertyAccessor.cs │ └── PropertyEditor.csproj ├── TimerGen │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── TimerGen.csproj │ ├── TimerGenForm.Designer.cs │ ├── TimerGenForm.cs │ └── TimerGenForm.resx ├── WebDAVServer │ ├── MlvFsDng │ │ ├── MlvFsDng.vcxproj │ │ ├── dng.c │ │ ├── dng.h │ │ ├── dng_tag_codes.h │ │ ├── dng_tag_types.h │ │ ├── dng_tag_values.h │ │ ├── mlv.h │ │ └── raw.h │ ├── WebDAVServer.sln │ └── WebDAVServer │ │ ├── DNGCreator.cs │ │ ├── MLVAccessor.cs │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── RequestHandler.cs │ │ ├── Resources │ │ └── Star.ico │ │ ├── Star.ico │ │ ├── WebDAVServer.cs │ │ ├── WebDAVServer.csproj │ │ ├── WebDAVServerForm.Designer.cs │ │ ├── WebDAVServerForm.cs │ │ ├── WebDAVServerForm.resx │ │ ├── WebDAVService.cs │ │ ├── WebDAVServiceInstaller.cs │ │ └── app.config ├── g3gg0-tools.sln └── merge_databases │ ├── ExportCSV.idc │ ├── compile_csv.sh │ ├── merge_csv.c │ ├── qsort.h │ └── stubs2idc.sh ├── ghidra ├── create_project_from_roms.py ├── creating_new_project_notes.txt ├── detect_rom_test_files │ ├── rom0.bin │ └── rom1.bin ├── detect_rom_type.py ├── merge_rom_copy_files.py └── rom_copy_test_files │ ├── 99D.0x10000.bin │ ├── 99D.0x10400.bin │ ├── 99D.0x8000.bin │ ├── 99D.0x8080.bin │ ├── 99D.0x8090.bin │ └── 99D.0x80a0.bin ├── hdr-video ├── enfuse_all.sh ├── hdr_split.avs └── vid2hdr.sh ├── image ├── bit_printer.py └── image_buffer_guesser │ ├── convert_14_to_16.py │ ├── display_buf.py │ └── width_guesser.py ├── indy ├── dump_fir.py ├── dump_srec.py ├── find_audio_thr.py ├── find_fnt.py ├── fir_tool2.py ├── gui_bitmaps.py ├── gui_strings.py ├── ofir_tool.py ├── parse_lens.py ├── parse_lens60.py ├── parse_prop.py ├── parse_tune.py └── readme.TXT ├── led_blink_dumper ├── adc.c ├── crc16.c ├── crc16.h └── dec.c ├── ml-installer ├── IOManager.py ├── LinuxIOManager.py ├── W32IOManager.py └── main.py └── ptpcam ├── COPYING ├── Makefile ├── Makefile.win32 ├── README ├── config.h ├── libptp-endian.h ├── libptp-stdint.h ├── libusb-win32-bin-1.2.2.0 ├── README.txt └── include │ └── usb.h ├── myusb.c ├── properties.c ├── ptp-eos-oc.h ├── ptp-pack.c ├── ptp.c ├── ptp.h ├── ptpcam.c └── ptpcam.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/COPYING -------------------------------------------------------------------------------- /Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/Doxyfile -------------------------------------------------------------------------------- /Makefile.globals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/Makefile.globals -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/README.md -------------------------------------------------------------------------------- /TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/TODO.txt -------------------------------------------------------------------------------- /data/cropmks/CineSco2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/cropmks/CineSco2.bmp -------------------------------------------------------------------------------- /data/cropmks/CrssMtr2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/cropmks/CrssMtr2.bmp -------------------------------------------------------------------------------- /data/cropmks/Passport.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/cropmks/Passport.bmp -------------------------------------------------------------------------------- /data/cropmks/PhiPhoto.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/cropmks/PhiPhoto.bmp -------------------------------------------------------------------------------- /data/cropmks/PhiVideo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/cropmks/PhiVideo.bmp -------------------------------------------------------------------------------- /data/cropmks_rle/hd_ta.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/cropmks_rle/hd_ta.bmp -------------------------------------------------------------------------------- /data/fonts/arghlf22.rbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/fonts/arghlf22.rbf -------------------------------------------------------------------------------- /data/fonts/argnor23.rbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/fonts/argnor23.rbf -------------------------------------------------------------------------------- /data/fonts/argnor28.rbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/fonts/argnor28.rbf -------------------------------------------------------------------------------- /data/fonts/argnor32.rbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/fonts/argnor32.rbf -------------------------------------------------------------------------------- /data/fonts/term12.rbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/fonts/term12.rbf -------------------------------------------------------------------------------- /data/fonts/term20.rbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/fonts/term20.rbf -------------------------------------------------------------------------------- /data/vram/Palette.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/Palette.jpg -------------------------------------------------------------------------------- /data/vram/apsc8p.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/apsc8p.lut -------------------------------------------------------------------------------- /data/vram/apsc8r.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/apsc8r.lut -------------------------------------------------------------------------------- /data/vram/defish-lut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/defish-lut.m -------------------------------------------------------------------------------- /data/vram/defish-lut.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/defish-lut.sh -------------------------------------------------------------------------------- /data/vram/defish-lut16.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/defish-lut16.m -------------------------------------------------------------------------------- /data/vram/defish-xy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/defish-xy.m -------------------------------------------------------------------------------- /data/vram/fc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/fc.py -------------------------------------------------------------------------------- /data/vram/ff8p.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/ff8p.lut -------------------------------------------------------------------------------- /data/vram/ff8r.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/ff8r.lut -------------------------------------------------------------------------------- /data/vram/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/make.sh -------------------------------------------------------------------------------- /data/vram/remap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/remap.py -------------------------------------------------------------------------------- /data/vram/xy.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/data/vram/xy.tiff -------------------------------------------------------------------------------- /developer_guide/01_00_dryos.md: -------------------------------------------------------------------------------- 1 | 2 | # DryOS 3 | 4 |
5 | -------------------------------------------------------------------------------- /developer_guide/07_00_qemu_eos.md: -------------------------------------------------------------------------------- 1 | 2 | # Qemu EOS 3 | 4 |
5 | -------------------------------------------------------------------------------- /developer_guide/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/developer_guide/style.css -------------------------------------------------------------------------------- /doc/01_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/01_audio.png -------------------------------------------------------------------------------- /doc/02_expo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/02_expo.png -------------------------------------------------------------------------------- /doc/03_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/03_overlay.png -------------------------------------------------------------------------------- /doc/04_movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/04_movie.png -------------------------------------------------------------------------------- /doc/05_shoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/05_shoot.png -------------------------------------------------------------------------------- /doc/06_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/06_focus.png -------------------------------------------------------------------------------- /doc/07_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/07_display.png -------------------------------------------------------------------------------- /doc/08_prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/08_prefs.png -------------------------------------------------------------------------------- /doc/09_debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/09_debug.png -------------------------------------------------------------------------------- /doc/550install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/550install.jpg -------------------------------------------------------------------------------- /doc/AFP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/AFP.png -------------------------------------------------------------------------------- /doc/AudioMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/AudioMenu-550D.png -------------------------------------------------------------------------------- /doc/BootMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/BootMenu-550D.png -------------------------------------------------------------------------------- /doc/BootdiskDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/BootdiskDisabled.png -------------------------------------------------------------------------------- /doc/BootdiskEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/BootdiskEnabled.png -------------------------------------------------------------------------------- /doc/BrackMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/BrackMenu-550D.png -------------------------------------------------------------------------------- /doc/CODING_STYLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/CODING_STYLE -------------------------------------------------------------------------------- /doc/CONFIG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/CONFIG.txt -------------------------------------------------------------------------------- /doc/CREDITS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/CREDITS.txt -------------------------------------------------------------------------------- /doc/Compare_and_hdr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/Compare_and_hdr.png -------------------------------------------------------------------------------- /doc/ConfigMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/ConfigMenu-550D.png -------------------------------------------------------------------------------- /doc/DebugMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/DebugMenu-550D.png -------------------------------------------------------------------------------- /doc/EOScard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/EOScard.png -------------------------------------------------------------------------------- /doc/EPILOGUE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/EPILOGUE.txt -------------------------------------------------------------------------------- /doc/ExpoMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/ExpoMenu-550D.png -------------------------------------------------------------------------------- /doc/FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/FAQ.txt -------------------------------------------------------------------------------- /doc/FEATURES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/FEATURES.txt -------------------------------------------------------------------------------- /doc/FocusMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/FocusMenu-550D.png -------------------------------------------------------------------------------- /doc/INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/INSTALL.txt -------------------------------------------------------------------------------- /doc/InfoMenuDisp-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/InfoMenuDisp-550D.png -------------------------------------------------------------------------------- /doc/LiveVMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/LiveVMenu-550D.png -------------------------------------------------------------------------------- /doc/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/Logo.png -------------------------------------------------------------------------------- /doc/MANUAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MANUAL.txt -------------------------------------------------------------------------------- /doc/MENUEND.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MENUEND.txt -------------------------------------------------------------------------------- /doc/MENUSTART.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MENUSTART.txt -------------------------------------------------------------------------------- /doc/MN-AUDIO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-AUDIO.txt -------------------------------------------------------------------------------- /doc/MN-DEBUG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-DEBUG.txt -------------------------------------------------------------------------------- /doc/MN-DISPLAY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-DISPLAY.txt -------------------------------------------------------------------------------- /doc/MN-EXPO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-EXPO.txt -------------------------------------------------------------------------------- /doc/MN-FOCUS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-FOCUS.txt -------------------------------------------------------------------------------- /doc/MN-MOVIE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-MOVIE.txt -------------------------------------------------------------------------------- /doc/MN-OVERLAY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-OVERLAY.txt -------------------------------------------------------------------------------- /doc/MN-PREFS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-PREFS.txt -------------------------------------------------------------------------------- /doc/MN-SHOOT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MN-SHOOT.txt -------------------------------------------------------------------------------- /doc/MacBoot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MacBoot.jpg -------------------------------------------------------------------------------- /doc/MovieMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/MovieMenu-550D.png -------------------------------------------------------------------------------- /doc/README.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/README.user -------------------------------------------------------------------------------- /doc/ShootMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/ShootMenu-550D.png -------------------------------------------------------------------------------- /doc/TweakMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/TweakMenu-550D.png -------------------------------------------------------------------------------- /doc/VideoMenu-550D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/VideoMenu-550D.png -------------------------------------------------------------------------------- /doc/XLRtoBalancedCable.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/XLRtoBalancedCable.jpg -------------------------------------------------------------------------------- /doc/Zebras.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/Zebras.jpg -------------------------------------------------------------------------------- /doc/afp/AFP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP.png -------------------------------------------------------------------------------- /doc/afp/AFP_ALL.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_ALL.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_CENTER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_CENTER.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_H.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_H.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_DOWN.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_DOWN.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_DOWN2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_DOWN2.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_DOWN3.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_DOWN3.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_DOWN4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_DOWN4.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_LEFT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_LEFT.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_LEFT2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_LEFT2.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_LEFT3.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_LEFT3.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_LEFT4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_LEFT4.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_RIGHT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_RIGHT.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_UP.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_UP.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_UP2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_UP2.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_UP3.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_UP3.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_HALF_UP4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_HALF_UP4.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_SQUARE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_SQUARE.BMP -------------------------------------------------------------------------------- /doc/afp/AFP_V.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/AFP_V.BMP -------------------------------------------------------------------------------- /doc/afp/afp_montage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/afp/afp_montage.sh -------------------------------------------------------------------------------- /doc/beertje6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/beertje6.jpg -------------------------------------------------------------------------------- /doc/docdiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/docdiff.py -------------------------------------------------------------------------------- /doc/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/donate.png -------------------------------------------------------------------------------- /doc/falsecolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/falsecolor.png -------------------------------------------------------------------------------- /doc/ins-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/ins-template.tex -------------------------------------------------------------------------------- /doc/logo-trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/logo-trans.png -------------------------------------------------------------------------------- /doc/menuindex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/menuindex.py -------------------------------------------------------------------------------- /doc/mkdoc-cam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/mkdoc-cam.py -------------------------------------------------------------------------------- /doc/mkdoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/mkdoc.py -------------------------------------------------------------------------------- /doc/mkdoc_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/mkdoc_utils.py -------------------------------------------------------------------------------- /doc/showlink.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/showlink.lua -------------------------------------------------------------------------------- /doc/ug-template-cam.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/ug-template-cam.tex -------------------------------------------------------------------------------- /doc/ug-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/ug-template.tex -------------------------------------------------------------------------------- /doc/vectorscope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/vectorscope.png -------------------------------------------------------------------------------- /doc/wikidoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doc/wikidoc.py -------------------------------------------------------------------------------- /doxygen/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/doxygen/header.html -------------------------------------------------------------------------------- /features/features-html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/features/features-html.py -------------------------------------------------------------------------------- /features/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/features/features.py -------------------------------------------------------------------------------- /features/features.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/features/features.tmpl -------------------------------------------------------------------------------- /features/internals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/features/internals.py -------------------------------------------------------------------------------- /icons/Av-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/Av-back.png -------------------------------------------------------------------------------- /icons/Av-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/Av-forward.png -------------------------------------------------------------------------------- /icons/FUNC-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/FUNC-back.png -------------------------------------------------------------------------------- /icons/FUNC-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/FUNC-forward.png -------------------------------------------------------------------------------- /icons/LiveView-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/LiveView-back.png -------------------------------------------------------------------------------- /icons/LiveView-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/LiveView-forward.png -------------------------------------------------------------------------------- /icons/Q-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/Q-back.png -------------------------------------------------------------------------------- /icons/Q-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/Q-forward.png -------------------------------------------------------------------------------- /icons/audio-lowres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/audio-lowres.png -------------------------------------------------------------------------------- /icons/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/audio.png -------------------------------------------------------------------------------- /icons/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/debug.png -------------------------------------------------------------------------------- /icons/display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/display.png -------------------------------------------------------------------------------- /icons/expo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/expo.png -------------------------------------------------------------------------------- /icons/focus-lowres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/focus-lowres.png -------------------------------------------------------------------------------- /icons/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/focus.png -------------------------------------------------------------------------------- /icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/forward.png -------------------------------------------------------------------------------- /icons/games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/games.png -------------------------------------------------------------------------------- /icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/info.png -------------------------------------------------------------------------------- /icons/make-icons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/make-icons.py -------------------------------------------------------------------------------- /icons/mkfont-canon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/mkfont-canon -------------------------------------------------------------------------------- /icons/modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/modified.png -------------------------------------------------------------------------------- /icons/modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/modules.png -------------------------------------------------------------------------------- /icons/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/movie.png -------------------------------------------------------------------------------- /icons/mymenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/mymenu.png -------------------------------------------------------------------------------- /icons/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/overlay.png -------------------------------------------------------------------------------- /icons/picstyle-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/picstyle-back.png -------------------------------------------------------------------------------- /icons/picstyle-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/picstyle-forward.png -------------------------------------------------------------------------------- /icons/prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/prefs.png -------------------------------------------------------------------------------- /icons/script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/script.png -------------------------------------------------------------------------------- /icons/shoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/icons/shoot.png -------------------------------------------------------------------------------- /include/stub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/include/stub.h -------------------------------------------------------------------------------- /installer/50D.109/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/50D.109/Makefile -------------------------------------------------------------------------------- /installer/5D2.212/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/5D2.212/Makefile -------------------------------------------------------------------------------- /installer/5D3.113/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/5D3.113/Makefile -------------------------------------------------------------------------------- /installer/5D3.123/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/5D3.123/Makefile -------------------------------------------------------------------------------- /installer/5DC.111/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/5DC.111/Makefile -------------------------------------------------------------------------------- /installer/5DC.111/entry.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/5DC.111/entry.S -------------------------------------------------------------------------------- /installer/60D.111/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/60D.111/Makefile -------------------------------------------------------------------------------- /installer/6D.116/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/6D.116/Makefile -------------------------------------------------------------------------------- /installer/6D2.111/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/6D2.111/Makefile -------------------------------------------------------------------------------- /installer/70D.112/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/70D.112/Makefile -------------------------------------------------------------------------------- /installer/7D.203/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/7D.203/Makefile -------------------------------------------------------------------------------- /installer/7D2.112/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/7D2.112/Makefile -------------------------------------------------------------------------------- /installer/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/installer/Makefile -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/logo.png -------------------------------------------------------------------------------- /minimal/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/minimal/Makefile -------------------------------------------------------------------------------- /minimal/Makefile.minimal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/minimal/Makefile.minimal -------------------------------------------------------------------------------- /minimal/qemu-fio/minimal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/minimal/qemu-fio/minimal.c -------------------------------------------------------------------------------- /minimal/qemu-frsp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/minimal/qemu-frsp/Makefile -------------------------------------------------------------------------------- /minimal/qemu-hptimer/Makefile: -------------------------------------------------------------------------------- 1 | # compile with e.g. 2 | # make MODEL=60D 3 | 4 | include ../Makefile.minimal 5 | -------------------------------------------------------------------------------- /minimal/qemu-memchk/Makefile: -------------------------------------------------------------------------------- 1 | # compile with e.g. 2 | # make MODEL=60D 3 | 4 | include ../Makefile.minimal 5 | -------------------------------------------------------------------------------- /modules/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/Makefile -------------------------------------------------------------------------------- /modules/adv_int/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/adv_int/Makefile -------------------------------------------------------------------------------- /modules/adv_int/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/adv_int/README.rst -------------------------------------------------------------------------------- /modules/adv_int/adv_int.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/adv_int/adv_int.c -------------------------------------------------------------------------------- /modules/arkanoid/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/arkanoid/Makefile -------------------------------------------------------------------------------- /modules/autoexpo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/autoexpo/Makefile -------------------------------------------------------------------------------- /modules/bench/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bench/Makefile -------------------------------------------------------------------------------- /modules/bench/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bench/README.rst -------------------------------------------------------------------------------- /modules/bench/bench.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bench/bench.c -------------------------------------------------------------------------------- /modules/bench/card_bench.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bench/card_bench.c -------------------------------------------------------------------------------- /modules/bench/mem_bench.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bench/mem_bench.c -------------------------------------------------------------------------------- /modules/bench/mem_perf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bench/mem_perf.c -------------------------------------------------------------------------------- /modules/bolt_rec/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bolt_rec/Makefile -------------------------------------------------------------------------------- /modules/bulb_nd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bulb_nd/Makefile -------------------------------------------------------------------------------- /modules/bulb_nd/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bulb_nd/README.rst -------------------------------------------------------------------------------- /modules/bulb_nd/bulb_nd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/bulb_nd/bulb_nd.c -------------------------------------------------------------------------------- /modules/cf_acc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/cf_acc/Makefile -------------------------------------------------------------------------------- /modules/cf_acc/cf_acc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/cf_acc/cf_acc.c -------------------------------------------------------------------------------- /modules/crop_rec/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/crop_rec/Makefile -------------------------------------------------------------------------------- /modules/deflick/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/deflick/Makefile -------------------------------------------------------------------------------- /modules/deflick/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/deflick/README.rst -------------------------------------------------------------------------------- /modules/deflick/deflick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/deflick/deflick.c -------------------------------------------------------------------------------- /modules/dot_tune/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dot_tune/Makefile -------------------------------------------------------------------------------- /modules/dual_iso/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/Makefile -------------------------------------------------------------------------------- /modules/dual_iso/cr2hdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/cr2hdr.c -------------------------------------------------------------------------------- /modules/dual_iso/dither.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/dither.c -------------------------------------------------------------------------------- /modules/dual_iso/dither.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/dither.h -------------------------------------------------------------------------------- /modules/dual_iso/kelvin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/kelvin.c -------------------------------------------------------------------------------- /modules/dual_iso/kelvin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/kelvin.h -------------------------------------------------------------------------------- /modules/dual_iso/optmed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/optmed.h -------------------------------------------------------------------------------- /modules/dual_iso/qsort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/qsort.h -------------------------------------------------------------------------------- /modules/dual_iso/timing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/timing.c -------------------------------------------------------------------------------- /modules/dual_iso/timing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/timing.h -------------------------------------------------------------------------------- /modules/dual_iso/wirth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/dual_iso/wirth.h -------------------------------------------------------------------------------- /modules/ettr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/ettr/Makefile -------------------------------------------------------------------------------- /modules/ettr/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/ettr/README.rst -------------------------------------------------------------------------------- /modules/ettr/ettr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/ettr/ettr.c -------------------------------------------------------------------------------- /modules/file_man/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/file_man/Makefile -------------------------------------------------------------------------------- /modules/fpu_emu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/fpu_emu/Makefile -------------------------------------------------------------------------------- /modules/fpu_emu/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/fpu_emu/README.rst -------------------------------------------------------------------------------- /modules/fpu_emu/fpu_emu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/fpu_emu/fpu_emu.c -------------------------------------------------------------------------------- /modules/html2text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/html2text.py -------------------------------------------------------------------------------- /modules/img_name/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/img_name/Makefile -------------------------------------------------------------------------------- /modules/io_crypt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/io_crypt/Makefile -------------------------------------------------------------------------------- /modules/io_crypt/bigd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/io_crypt/bigd.c -------------------------------------------------------------------------------- /modules/io_crypt/bigd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/io_crypt/bigd.h -------------------------------------------------------------------------------- /modules/lua/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/Makefile -------------------------------------------------------------------------------- /modules/lua/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/README.rst -------------------------------------------------------------------------------- /modules/lua/config.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/config.ld -------------------------------------------------------------------------------- /modules/lua/dietlibc/include/sys/signal.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /modules/lua/lua.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua.c -------------------------------------------------------------------------------- /modules/lua/lua/lapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lapi.c -------------------------------------------------------------------------------- /modules/lua/lua/lapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lapi.h -------------------------------------------------------------------------------- /modules/lua/lua/lauxlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lauxlib.c -------------------------------------------------------------------------------- /modules/lua/lua/lauxlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lauxlib.h -------------------------------------------------------------------------------- /modules/lua/lua/lbaselib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lbaselib.c -------------------------------------------------------------------------------- /modules/lua/lua/lbitlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lbitlib.c -------------------------------------------------------------------------------- /modules/lua/lua/lcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lcode.c -------------------------------------------------------------------------------- /modules/lua/lua/lcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lcode.h -------------------------------------------------------------------------------- /modules/lua/lua/lcorolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lcorolib.c -------------------------------------------------------------------------------- /modules/lua/lua/lctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lctype.c -------------------------------------------------------------------------------- /modules/lua/lua/lctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lctype.h -------------------------------------------------------------------------------- /modules/lua/lua/ldblib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ldblib.c -------------------------------------------------------------------------------- /modules/lua/lua/ldebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ldebug.c -------------------------------------------------------------------------------- /modules/lua/lua/ldebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ldebug.h -------------------------------------------------------------------------------- /modules/lua/lua/ldo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ldo.c -------------------------------------------------------------------------------- /modules/lua/lua/ldo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ldo.h -------------------------------------------------------------------------------- /modules/lua/lua/ldump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ldump.c -------------------------------------------------------------------------------- /modules/lua/lua/lfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lfunc.c -------------------------------------------------------------------------------- /modules/lua/lua/lfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lfunc.h -------------------------------------------------------------------------------- /modules/lua/lua/lgc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lgc.c -------------------------------------------------------------------------------- /modules/lua/lua/lgc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lgc.h -------------------------------------------------------------------------------- /modules/lua/lua/linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/linit.c -------------------------------------------------------------------------------- /modules/lua/lua/liolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/liolib.c -------------------------------------------------------------------------------- /modules/lua/lua/llex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/llex.c -------------------------------------------------------------------------------- /modules/lua/lua/llex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/llex.h -------------------------------------------------------------------------------- /modules/lua/lua/llimits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/llimits.h -------------------------------------------------------------------------------- /modules/lua/lua/lmathlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lmathlib.c -------------------------------------------------------------------------------- /modules/lua/lua/lmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lmem.c -------------------------------------------------------------------------------- /modules/lua/lua/lmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lmem.h -------------------------------------------------------------------------------- /modules/lua/lua/loadlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/loadlib.c -------------------------------------------------------------------------------- /modules/lua/lua/lobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lobject.c -------------------------------------------------------------------------------- /modules/lua/lua/lobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lobject.h -------------------------------------------------------------------------------- /modules/lua/lua/lopcodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lopcodes.c -------------------------------------------------------------------------------- /modules/lua/lua/lopcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lopcodes.h -------------------------------------------------------------------------------- /modules/lua/lua/loslib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/loslib.c -------------------------------------------------------------------------------- /modules/lua/lua/lparser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lparser.c -------------------------------------------------------------------------------- /modules/lua/lua/lparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lparser.h -------------------------------------------------------------------------------- /modules/lua/lua/lprefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lprefix.h -------------------------------------------------------------------------------- /modules/lua/lua/lstate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lstate.c -------------------------------------------------------------------------------- /modules/lua/lua/lstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lstate.h -------------------------------------------------------------------------------- /modules/lua/lua/lstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lstring.c -------------------------------------------------------------------------------- /modules/lua/lua/lstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lstring.h -------------------------------------------------------------------------------- /modules/lua/lua/lstrlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lstrlib.c -------------------------------------------------------------------------------- /modules/lua/lua/ltable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ltable.c -------------------------------------------------------------------------------- /modules/lua/lua/ltable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ltable.h -------------------------------------------------------------------------------- /modules/lua/lua/ltablib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ltablib.c -------------------------------------------------------------------------------- /modules/lua/lua/ltm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ltm.c -------------------------------------------------------------------------------- /modules/lua/lua/ltm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/ltm.h -------------------------------------------------------------------------------- /modules/lua/lua/lua.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lua.c -------------------------------------------------------------------------------- /modules/lua/lua/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lua.h -------------------------------------------------------------------------------- /modules/lua/lua/luac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/luac.c -------------------------------------------------------------------------------- /modules/lua/lua/luaconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/luaconf.h -------------------------------------------------------------------------------- /modules/lua/lua/lualib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lualib.h -------------------------------------------------------------------------------- /modules/lua/lua/lundump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lundump.c -------------------------------------------------------------------------------- /modules/lua/lua/lundump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lundump.h -------------------------------------------------------------------------------- /modules/lua/lua/lutf8lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lutf8lib.c -------------------------------------------------------------------------------- /modules/lua/lua/lvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lvm.c -------------------------------------------------------------------------------- /modules/lua/lua/lvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lvm.h -------------------------------------------------------------------------------- /modules/lua/lua/lzio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lzio.c -------------------------------------------------------------------------------- /modules/lua/lua/lzio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua/lzio.h -------------------------------------------------------------------------------- /modules/lua/lua_battery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_battery.c -------------------------------------------------------------------------------- /modules/lua/lua_camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_camera.c -------------------------------------------------------------------------------- /modules/lua/lua_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_common.h -------------------------------------------------------------------------------- /modules/lua/lua_console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_console.c -------------------------------------------------------------------------------- /modules/lua/lua_display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_display.c -------------------------------------------------------------------------------- /modules/lua/lua_dryos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_dryos.c -------------------------------------------------------------------------------- /modules/lua/lua_globals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_globals.c -------------------------------------------------------------------------------- /modules/lua/lua_interval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_interval.c -------------------------------------------------------------------------------- /modules/lua/lua_key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_key.c -------------------------------------------------------------------------------- /modules/lua/lua_lens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_lens.c -------------------------------------------------------------------------------- /modules/lua/lua_lv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_lv.c -------------------------------------------------------------------------------- /modules/lua/lua_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_menu.c -------------------------------------------------------------------------------- /modules/lua/lua_movie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_movie.c -------------------------------------------------------------------------------- /modules/lua/lua_property.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_property.c -------------------------------------------------------------------------------- /modules/lua/lua_task.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lua/lua_task.c -------------------------------------------------------------------------------- /modules/lv_rec/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lv_rec/Makefile -------------------------------------------------------------------------------- /modules/lv_rec/lv_rec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lv_rec/lv_rec.c -------------------------------------------------------------------------------- /modules/lv_rec/lv_rec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lv_rec/lv_rec.h -------------------------------------------------------------------------------- /modules/lv_rec/qsort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lv_rec/qsort.h -------------------------------------------------------------------------------- /modules/lv_rec/raw2dng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/lv_rec/raw2dng.c -------------------------------------------------------------------------------- /modules/pic_view/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/pic_view/Makefile -------------------------------------------------------------------------------- /modules/plot/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/plot/Makefile -------------------------------------------------------------------------------- /modules/plot/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/plot/README.rst -------------------------------------------------------------------------------- /modules/plot/plot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/plot/plot.c -------------------------------------------------------------------------------- /modules/plot/plot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/plot/plot.h -------------------------------------------------------------------------------- /modules/raw_twk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/raw_twk/Makefile -------------------------------------------------------------------------------- /modules/raw_twk/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/raw_twk/README.rst -------------------------------------------------------------------------------- /modules/raw_twk/raw_twk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/raw_twk/raw_twk.c -------------------------------------------------------------------------------- /modules/raw_twk/raw_twk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/raw_twk/raw_twk.h -------------------------------------------------------------------------------- /modules/rbf_read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/rbf_read.py -------------------------------------------------------------------------------- /modules/script/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/script/Makefile -------------------------------------------------------------------------------- /modules/script/script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/script/script.c -------------------------------------------------------------------------------- /modules/sd_uhs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/sd_uhs/Makefile -------------------------------------------------------------------------------- /modules/sd_uhs/sd_uhs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/sd_uhs/sd_uhs.c -------------------------------------------------------------------------------- /modules/silent/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/silent/Makefile -------------------------------------------------------------------------------- /modules/silent/silent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/silent/silent.c -------------------------------------------------------------------------------- /modules/tcc/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/COPYING -------------------------------------------------------------------------------- /modules/tcc/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/Changelog -------------------------------------------------------------------------------- /modules/tcc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/Makefile -------------------------------------------------------------------------------- /modules/tcc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/README -------------------------------------------------------------------------------- /modules/tcc/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/README.rst -------------------------------------------------------------------------------- /modules/tcc/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/TODO -------------------------------------------------------------------------------- /modules/tcc/VERSION: -------------------------------------------------------------------------------- 1 | 0.9.26 2 | -------------------------------------------------------------------------------- /modules/tcc/arm-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/arm-gen.c -------------------------------------------------------------------------------- /modules/tcc/c67-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/c67-gen.c -------------------------------------------------------------------------------- /modules/tcc/coff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/coff.h -------------------------------------------------------------------------------- /modules/tcc/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/config.h -------------------------------------------------------------------------------- /modules/tcc/config.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/config.mak -------------------------------------------------------------------------------- /modules/tcc/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/configure -------------------------------------------------------------------------------- /modules/tcc/conftest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/conftest.c -------------------------------------------------------------------------------- /modules/tcc/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/elf.h -------------------------------------------------------------------------------- /modules/tcc/i386-asm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/i386-asm.c -------------------------------------------------------------------------------- /modules/tcc/i386-asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/i386-asm.h -------------------------------------------------------------------------------- /modules/tcc/i386-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/i386-gen.c -------------------------------------------------------------------------------- /modules/tcc/i386-tok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/i386-tok.h -------------------------------------------------------------------------------- /modules/tcc/il-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/il-gen.c -------------------------------------------------------------------------------- /modules/tcc/libtcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/libtcc.c -------------------------------------------------------------------------------- /modules/tcc/libtcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/libtcc.h -------------------------------------------------------------------------------- /modules/tcc/stab.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/stab.def -------------------------------------------------------------------------------- /modules/tcc/stab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/stab.h -------------------------------------------------------------------------------- /modules/tcc/tcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tcc.c -------------------------------------------------------------------------------- /modules/tcc/tcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tcc.h -------------------------------------------------------------------------------- /modules/tcc/tccasm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tccasm.c -------------------------------------------------------------------------------- /modules/tcc/tcccoff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tcccoff.c -------------------------------------------------------------------------------- /modules/tcc/tccelf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tccelf.c -------------------------------------------------------------------------------- /modules/tcc/tccgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tccgen.c -------------------------------------------------------------------------------- /modules/tcc/tccpe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tccpe.c -------------------------------------------------------------------------------- /modules/tcc/tccpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tccpp.c -------------------------------------------------------------------------------- /modules/tcc/tccrun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tccrun.c -------------------------------------------------------------------------------- /modules/tcc/tcctok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/tcctok.h -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/00_assignment.expect: -------------------------------------------------------------------------------- 1 | 42 2 | 64 3 | 12, 34 4 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/04_for.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 4 | 4 5 | 5 6 | 6 7 | 7 8 | 8 9 | 9 10 | 10 11 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/05_array.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 4 3 | 9 4 | 16 5 | 25 6 | 36 7 | 49 8 | 64 9 | 81 10 | 100 11 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/07_function.expect: -------------------------------------------------------------------------------- 1 | 9 2 | 16 3 | a=1234 4 | qfunc() 5 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/08_while.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 1 3 | 2 4 | 3 5 | 5 6 | 8 7 | 13 8 | 21 9 | 34 10 | 55 11 | 89 12 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/12_hashdefine.expect: -------------------------------------------------------------------------------- 1 | 12 2 | 12, 24, 36 3 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/17_enum.expect: -------------------------------------------------------------------------------- 1 | 0 1 2 3 54 73 74 75 2 | 12 3 | 54 4 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/18_include.h: -------------------------------------------------------------------------------- 1 | printf("included\n"); 2 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/20_pointer_comparison.expect: -------------------------------------------------------------------------------- 1 | 12 2 | 34 3 | 0 4 | 1 5 | 1 6 | 0 7 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/27_sizeof.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 4 3 | 8 4 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/29_array_address.expect: -------------------------------------------------------------------------------- 1 | bcdef 2 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/33_ternary_op.expect: -------------------------------------------------------------------------------- 1 | 0 2 | 1 3 | 4 4 | 9 5 | 16 6 | 15 7 | 18 8 | 21 9 | 24 10 | 27 11 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/35_sizeof.expect: -------------------------------------------------------------------------------- 1 | 1 1 2 | 2 2 3 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/41_hashif.expect: -------------------------------------------------------------------------------- 1 | #include test 2 | b 3 | g 4 | i 5 | p 6 | r 7 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/42_function_pointer.expect: -------------------------------------------------------------------------------- 1 | yo 24 2 | 42 3 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/43_void_param.expect: -------------------------------------------------------------------------------- 1 | yo 2 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/44_scoped_declarations.expect: -------------------------------------------------------------------------------- 1 | it's all good 2 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/45_empty_for.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 4 | 4 5 | 5 6 | 6 7 | 7 8 | 8 9 | 9 10 | 10 11 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/47_switch_return.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | out 4 | 3 5 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/48_nested_break.expect: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /modules/tcc/tests/tests2/55_lshift_type.expect: -------------------------------------------------------------------------------- 1 | 0 test(s) failed 2 | -------------------------------------------------------------------------------- /modules/tcc/texi2pod.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tcc/texi2pod.pl -------------------------------------------------------------------------------- /modules/tinypy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tinypy/Makefile -------------------------------------------------------------------------------- /modules/tinypy/tinypy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/tinypy/tinypy.c -------------------------------------------------------------------------------- /modules/trace/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/trace/Makefile -------------------------------------------------------------------------------- /modules/trace/trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/trace/trace.c -------------------------------------------------------------------------------- /modules/trace/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/trace/trace.h -------------------------------------------------------------------------------- /modules/yolo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/yolo/Makefile -------------------------------------------------------------------------------- /modules/yolo/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/yolo/README.rst -------------------------------------------------------------------------------- /modules/yolo/yolo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/yolo/yolo.c -------------------------------------------------------------------------------- /modules/yolo/yolo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/modules/yolo/yolo.h -------------------------------------------------------------------------------- /platform/100D.101/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/100D.101/cfn.c -------------------------------------------------------------------------------- /platform/100D.101/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/100D.101/gui.h -------------------------------------------------------------------------------- /platform/100D.101/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/1100D.105/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/200D.101/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/200D.101/cfn.c -------------------------------------------------------------------------------- /platform/200D.101/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/200D.101/gui.h -------------------------------------------------------------------------------- /platform/500D.111/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/500D.111/cfn.c -------------------------------------------------------------------------------- /platform/500D.111/gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/500D.111/gui.c -------------------------------------------------------------------------------- /platform/500D.111/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/500D.111/gui.h -------------------------------------------------------------------------------- /platform/500D.111/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/50D.109/afma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/50D.109/afma.h -------------------------------------------------------------------------------- /platform/50D.109/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/50D.109/cfn.c -------------------------------------------------------------------------------- /platform/50D.109/gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/50D.109/gui.c -------------------------------------------------------------------------------- /platform/50D.109/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/50D.109/gui.h -------------------------------------------------------------------------------- /platform/50D.109/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/50D.109/misc.c -------------------------------------------------------------------------------- /platform/50D.109/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/550D.109/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/550D.109/cfn.c -------------------------------------------------------------------------------- /platform/550D.109/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/550D.109/gui.h -------------------------------------------------------------------------------- /platform/550D.109/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/5D2.212/afma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D2.212/afma.h -------------------------------------------------------------------------------- /platform/5D2.212/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D2.212/cfn.c -------------------------------------------------------------------------------- /platform/5D2.212/gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D2.212/gui.c -------------------------------------------------------------------------------- /platform/5D2.212/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D2.212/gui.h -------------------------------------------------------------------------------- /platform/5D2.212/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/5D3.113/afma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D3.113/afma.h -------------------------------------------------------------------------------- /platform/5D3.113/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D3.113/cfn.c -------------------------------------------------------------------------------- /platform/5D3.113/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D3.113/gui.h -------------------------------------------------------------------------------- /platform/5D3.113/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/5D3.123/afma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D3.123/afma.h -------------------------------------------------------------------------------- /platform/5D3.123/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D3.123/cfn.c -------------------------------------------------------------------------------- /platform/5D3.123/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D3.123/gui.h -------------------------------------------------------------------------------- /platform/5D3.123/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/5D4.133/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D4.133/cfn.c -------------------------------------------------------------------------------- /platform/5D4.133/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5D4.133/gui.h -------------------------------------------------------------------------------- /platform/5D4.133/include/platform/state-object.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/5DSR.112/cfn.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/5DSR.112/features.h: -------------------------------------------------------------------------------- 1 | // #include "all_features.h" 2 | -------------------------------------------------------------------------------- /platform/5DSR.112/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/5DSR.112/gui.h -------------------------------------------------------------------------------- /platform/600D.102/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/600D.102/cfn.c -------------------------------------------------------------------------------- /platform/600D.102/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/600D.102/gui.h -------------------------------------------------------------------------------- /platform/600D.102/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/60D.111/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/60D.111/cfn.c -------------------------------------------------------------------------------- /platform/60D.111/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/60D.111/gui.h -------------------------------------------------------------------------------- /platform/60D.111/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/650D.104/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/650D.104/cfn.c -------------------------------------------------------------------------------- /platform/650D.104/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/650D.104/gui.h -------------------------------------------------------------------------------- /platform/650D.104/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/6D.116/afma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/6D.116/afma.h -------------------------------------------------------------------------------- /platform/6D.116/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/6D.116/cfn.c -------------------------------------------------------------------------------- /platform/6D.116/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/6D.116/gui.h -------------------------------------------------------------------------------- /platform/6D.116/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/6D.116/stubs.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/6D.116/stubs.S -------------------------------------------------------------------------------- /platform/6D2.111/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/6D2.111/cfn.c -------------------------------------------------------------------------------- /platform/6D2.111/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/6D2.111/gui.h -------------------------------------------------------------------------------- /platform/700D.115/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/700D.115/cfn.c -------------------------------------------------------------------------------- /platform/700D.115/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/700D.115/gui.h -------------------------------------------------------------------------------- /platform/700D.115/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/70D.112/afma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/70D.112/afma.h -------------------------------------------------------------------------------- /platform/70D.112/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/70D.112/cfn.c -------------------------------------------------------------------------------- /platform/70D.112/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/70D.112/gui.h -------------------------------------------------------------------------------- /platform/70D.112/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/750D.110/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/750D.110/cfn.c -------------------------------------------------------------------------------- /platform/750D.110/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/750D.110/gui.h -------------------------------------------------------------------------------- /platform/77D.110/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/77D.110/cfn.c -------------------------------------------------------------------------------- /platform/77D.110/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/77D.110/gui.h -------------------------------------------------------------------------------- /platform/7D.203/afma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/7D.203/afma.h -------------------------------------------------------------------------------- /platform/7D.203/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/7D.203/cfn.c -------------------------------------------------------------------------------- /platform/7D.203/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/7D.203/gui.h -------------------------------------------------------------------------------- /platform/7D.203/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/7D.203/stubs.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/7D.203/stubs.S -------------------------------------------------------------------------------- /platform/7D2.112/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/7D2.112/cfn.c -------------------------------------------------------------------------------- /platform/7D2.112/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/7D2.112/gui.h -------------------------------------------------------------------------------- /platform/7D_MASTER.203/features.h: -------------------------------------------------------------------------------- 1 | // Not sure what we need here, I'll leave it up to g3gg0. 2 | #undef FEATURE_FLEXINFO 3 | -------------------------------------------------------------------------------- /platform/80D.103/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/80D.103/cfn.c -------------------------------------------------------------------------------- /platform/80D.103/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/80D.103/gui.h -------------------------------------------------------------------------------- /platform/850D.100/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/850D.100/cfn.c -------------------------------------------------------------------------------- /platform/850D.100/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/850D.100/gui.h -------------------------------------------------------------------------------- /platform/EOSM.202/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/EOSM.202/cfn.c -------------------------------------------------------------------------------- /platform/EOSM.202/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/EOSM.202/gui.h -------------------------------------------------------------------------------- /platform/EOSM.202/modules.hidden: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/EOSM.202/mvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/EOSM.202/mvr.h -------------------------------------------------------------------------------- /platform/M50.110/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/M50.110/cfn.c -------------------------------------------------------------------------------- /platform/M50.110/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/M50.110/gui.h -------------------------------------------------------------------------------- /platform/M6II.111/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/M6II.111/cfn.c -------------------------------------------------------------------------------- /platform/M6II.111/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/M6II.111/gui.h -------------------------------------------------------------------------------- /platform/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/Makefile -------------------------------------------------------------------------------- /platform/R.180/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R.180/Makefile -------------------------------------------------------------------------------- /platform/R.180/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R.180/cfn.c -------------------------------------------------------------------------------- /platform/R.180/consts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R.180/consts.h -------------------------------------------------------------------------------- /platform/R.180/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R.180/gui.h -------------------------------------------------------------------------------- /platform/R.180/stubs.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R.180/stubs.S -------------------------------------------------------------------------------- /platform/R5.152/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R5.152/cfn.c -------------------------------------------------------------------------------- /platform/R5.152/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R5.152/gui.h -------------------------------------------------------------------------------- /platform/R5.152/stubs.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R5.152/stubs.S -------------------------------------------------------------------------------- /platform/R6.150/cfn.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/R6.150/function_overrides.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/R6.150/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R6.150/gui.h -------------------------------------------------------------------------------- /platform/R6.150/stubs.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/R6.150/stubs.S -------------------------------------------------------------------------------- /platform/RP.160/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/RP.160/cfn.c -------------------------------------------------------------------------------- /platform/RP.160/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/RP.160/gui.h -------------------------------------------------------------------------------- /platform/RP.160/stubs.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/RP.160/stubs.S -------------------------------------------------------------------------------- /platform/SX70.111/cfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/SX70.111/cfn.c -------------------------------------------------------------------------------- /platform/SX70.111/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/SX70.111/gui.h -------------------------------------------------------------------------------- /platform/all/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/all/Makefile -------------------------------------------------------------------------------- /platform/all/consts.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/all/features.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/all/gui.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/all/internals.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/sd.qcow2.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/platform/sd.qcow2.xz -------------------------------------------------------------------------------- /scripts/api_test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/api_test.lua -------------------------------------------------------------------------------- /scripts/calc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/calc.lua -------------------------------------------------------------------------------- /scripts/copy2m.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/copy2m.lua -------------------------------------------------------------------------------- /scripts/editor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/editor.lua -------------------------------------------------------------------------------- /scripts/hello.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/hello.lua -------------------------------------------------------------------------------- /scripts/legacy/brack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/legacy/brack.c -------------------------------------------------------------------------------- /scripts/legacy/clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/legacy/clock.c -------------------------------------------------------------------------------- /scripts/legacy/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/legacy/hello.c -------------------------------------------------------------------------------- /scripts/legacy/hello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/legacy/hello.py -------------------------------------------------------------------------------- /scripts/legacy/img.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/legacy/img.c -------------------------------------------------------------------------------- /scripts/legacy/keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/legacy/keys.c -------------------------------------------------------------------------------- /scripts/legacy/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/legacy/test.c -------------------------------------------------------------------------------- /scripts/lib/config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/lib/config.lua -------------------------------------------------------------------------------- /scripts/lib/keys.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/lib/keys.lua -------------------------------------------------------------------------------- /scripts/lib/logger.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/lib/logger.lua -------------------------------------------------------------------------------- /scripts/lib/strict.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/lib/strict.lua -------------------------------------------------------------------------------- /scripts/menutest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/menutest.lua -------------------------------------------------------------------------------- /scripts/pong.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/pong.lua -------------------------------------------------------------------------------- /scripts/recdelay.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/recdelay.lua -------------------------------------------------------------------------------- /scripts/scrnshot.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/scrnshot.lua -------------------------------------------------------------------------------- /scripts/sokoban.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/sokoban.lua -------------------------------------------------------------------------------- /scripts/unload.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/scripts/unload.lua -------------------------------------------------------------------------------- /src/422-jpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/422-jpg.py -------------------------------------------------------------------------------- /src/422-tif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/422-tif.py -------------------------------------------------------------------------------- /src/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/Doxyfile -------------------------------------------------------------------------------- /src/af_patterns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/af_patterns.c -------------------------------------------------------------------------------- /src/af_patterns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/af_patterns.h -------------------------------------------------------------------------------- /src/afma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/afma.c -------------------------------------------------------------------------------- /src/all_features.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/all_features.h -------------------------------------------------------------------------------- /src/all_headers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/all_headers.h -------------------------------------------------------------------------------- /src/arm-mcr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/arm-mcr.h -------------------------------------------------------------------------------- /src/asm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/asm.c -------------------------------------------------------------------------------- /src/asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/asm.h -------------------------------------------------------------------------------- /src/audio-ak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/audio-ak.c -------------------------------------------------------------------------------- /src/audio-common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/audio-common.c -------------------------------------------------------------------------------- /src/audio-lapis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/audio-lapis.c -------------------------------------------------------------------------------- /src/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/audio.h -------------------------------------------------------------------------------- /src/backtrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/backtrace.c -------------------------------------------------------------------------------- /src/backtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/backtrace.h -------------------------------------------------------------------------------- /src/battery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/battery.c -------------------------------------------------------------------------------- /src/battery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/battery.h -------------------------------------------------------------------------------- /src/beep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/beep.c -------------------------------------------------------------------------------- /src/beep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/beep.h -------------------------------------------------------------------------------- /src/bitrate-5d3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/bitrate-5d3.c -------------------------------------------------------------------------------- /src/bitrate-6d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/bitrate-6d.c -------------------------------------------------------------------------------- /src/bitrate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/bitrate.c -------------------------------------------------------------------------------- /src/bmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/bmp.c -------------------------------------------------------------------------------- /src/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/bmp.h -------------------------------------------------------------------------------- /src/boot-d45-am.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/boot-d45-am.c -------------------------------------------------------------------------------- /src/boot-d45-ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/boot-d45-ch.c -------------------------------------------------------------------------------- /src/boot-d45.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/boot-d45.c -------------------------------------------------------------------------------- /src/boot-d678-am.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/boot-d678-am.c -------------------------------------------------------------------------------- /src/boot-d678.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/boot-d678.c -------------------------------------------------------------------------------- /src/boot-d678.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/boot-d678.h -------------------------------------------------------------------------------- /src/boot-hack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/boot-hack.h -------------------------------------------------------------------------------- /src/boot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/boot.h -------------------------------------------------------------------------------- /src/bootflags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/bootflags.c -------------------------------------------------------------------------------- /src/builtin-enforcing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/builtin-enforcing.c -------------------------------------------------------------------------------- /src/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cache.c -------------------------------------------------------------------------------- /src/cache_hacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cache_hacks.c -------------------------------------------------------------------------------- /src/cache_hacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cache_hacks.h -------------------------------------------------------------------------------- /src/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/camera.h -------------------------------------------------------------------------------- /src/cartridge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cartridge.c -------------------------------------------------------------------------------- /src/cfn-generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cfn-generic.h -------------------------------------------------------------------------------- /src/chdk-dng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/chdk-dng.c -------------------------------------------------------------------------------- /src/chdk-dng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/chdk-dng.h -------------------------------------------------------------------------------- /src/chdk-gui_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/chdk-gui_draw.c -------------------------------------------------------------------------------- /src/compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/compiler.h -------------------------------------------------------------------------------- /src/compositor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/compositor.c -------------------------------------------------------------------------------- /src/compositor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/compositor.h -------------------------------------------------------------------------------- /src/config-defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/config-defines.h -------------------------------------------------------------------------------- /src/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/config.c -------------------------------------------------------------------------------- /src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/config.h -------------------------------------------------------------------------------- /src/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/console.c -------------------------------------------------------------------------------- /src/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/console.h -------------------------------------------------------------------------------- /src/convertrle.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/convertrle.rb -------------------------------------------------------------------------------- /src/cordic-16bit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cordic-16bit.h -------------------------------------------------------------------------------- /src/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cpu.c -------------------------------------------------------------------------------- /src/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cpu.h -------------------------------------------------------------------------------- /src/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/crc32.c -------------------------------------------------------------------------------- /src/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/crc32.h -------------------------------------------------------------------------------- /src/crop-mode-hack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/crop-mode-hack.c -------------------------------------------------------------------------------- /src/crop-mode-hack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/crop-mode-hack.h -------------------------------------------------------------------------------- /src/cropmarks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cropmarks.c -------------------------------------------------------------------------------- /src/cropmarks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/cropmarks.h -------------------------------------------------------------------------------- /src/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/debug.c -------------------------------------------------------------------------------- /src/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/debug.h -------------------------------------------------------------------------------- /src/dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/dialog.h -------------------------------------------------------------------------------- /src/dialog_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/dialog_test.c -------------------------------------------------------------------------------- /src/disp_direct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/disp_direct.c -------------------------------------------------------------------------------- /src/disp_direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/disp_direct.h -------------------------------------------------------------------------------- /src/dm-spy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/dm-spy.c -------------------------------------------------------------------------------- /src/dm-spy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/dm-spy.h -------------------------------------------------------------------------------- /src/dryos-notes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/dryos-notes.h -------------------------------------------------------------------------------- /src/dryos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/dryos.h -------------------------------------------------------------------------------- /src/dryos_rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/dryos_rpc.c -------------------------------------------------------------------------------- /src/dryos_rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/dryos_rpc.h -------------------------------------------------------------------------------- /src/edmac-memcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/edmac-memcpy.c -------------------------------------------------------------------------------- /src/edmac-memcpy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/edmac-memcpy.h -------------------------------------------------------------------------------- /src/edmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/edmac.c -------------------------------------------------------------------------------- /src/edmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/edmac.h -------------------------------------------------------------------------------- /src/electronic_level.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/electronic_level.c -------------------------------------------------------------------------------- /src/electronic_level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/electronic_level.h -------------------------------------------------------------------------------- /src/entry.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/entry.S -------------------------------------------------------------------------------- /src/evf-hacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/evf-hacks.c -------------------------------------------------------------------------------- /src/exmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/exmem.c -------------------------------------------------------------------------------- /src/exmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/exmem.h -------------------------------------------------------------------------------- /src/falsecolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/falsecolor.c -------------------------------------------------------------------------------- /src/falsecolor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/falsecolor.h -------------------------------------------------------------------------------- /src/fileprefix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/fileprefix.c -------------------------------------------------------------------------------- /src/fileprefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/fileprefix.h -------------------------------------------------------------------------------- /src/fio-ml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/fio-ml.c -------------------------------------------------------------------------------- /src/fio-ml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/fio-ml.h -------------------------------------------------------------------------------- /src/firmware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/firmware.h -------------------------------------------------------------------------------- /src/flasher.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/flasher.map -------------------------------------------------------------------------------- /src/flexinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/flexinfo.c -------------------------------------------------------------------------------- /src/flexinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/flexinfo.h -------------------------------------------------------------------------------- /src/focus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/focus.c -------------------------------------------------------------------------------- /src/focus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/focus.h -------------------------------------------------------------------------------- /src/font-dyn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-dyn.c -------------------------------------------------------------------------------- /src/font-large.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-large.c -------------------------------------------------------------------------------- /src/font-large.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-large.in -------------------------------------------------------------------------------- /src/font-med.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-med.c -------------------------------------------------------------------------------- /src/font-med.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-med.in -------------------------------------------------------------------------------- /src/font-med2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-med2.c -------------------------------------------------------------------------------- /src/font-med2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-med2.in -------------------------------------------------------------------------------- /src/font-small.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-small.c -------------------------------------------------------------------------------- /src/font-small.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-small.in -------------------------------------------------------------------------------- /src/font-small2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-small2.c -------------------------------------------------------------------------------- /src/font-small2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font-small2.in -------------------------------------------------------------------------------- /src/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font.h -------------------------------------------------------------------------------- /src/font_direct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font_direct.c -------------------------------------------------------------------------------- /src/font_direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/font_direct.h -------------------------------------------------------------------------------- /src/footer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/footer.c -------------------------------------------------------------------------------- /src/fps-engio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/fps-engio.c -------------------------------------------------------------------------------- /src/fps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/fps.h -------------------------------------------------------------------------------- /src/fw-signature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/fw-signature.h -------------------------------------------------------------------------------- /src/gdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/gdb.c -------------------------------------------------------------------------------- /src/gdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/gdb.h -------------------------------------------------------------------------------- /src/generate-font: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/generate-font -------------------------------------------------------------------------------- /src/generate_stub.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/generate_stub.rb -------------------------------------------------------------------------------- /src/gps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/gps.c -------------------------------------------------------------------------------- /src/gps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/gps.h -------------------------------------------------------------------------------- /src/greenscreen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/greenscreen.c -------------------------------------------------------------------------------- /src/greenscreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/greenscreen.h -------------------------------------------------------------------------------- /src/gui-common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/gui-common.c -------------------------------------------------------------------------------- /src/gui-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/gui-common.h -------------------------------------------------------------------------------- /src/gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/gui.c -------------------------------------------------------------------------------- /src/hdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/hdr.c -------------------------------------------------------------------------------- /src/hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/hdr.h -------------------------------------------------------------------------------- /src/histogram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/histogram.c -------------------------------------------------------------------------------- /src/histogram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/histogram.h -------------------------------------------------------------------------------- /src/ico.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ico.c -------------------------------------------------------------------------------- /src/imath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/imath.c -------------------------------------------------------------------------------- /src/imath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/imath.h -------------------------------------------------------------------------------- /src/imgconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/imgconv.c -------------------------------------------------------------------------------- /src/imgconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/imgconv.h -------------------------------------------------------------------------------- /src/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/init.c -------------------------------------------------------------------------------- /src/installer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/installer.c -------------------------------------------------------------------------------- /src/internals-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/internals-common.h -------------------------------------------------------------------------------- /src/io_trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/io_trace.c -------------------------------------------------------------------------------- /src/io_trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/io_trace.h -------------------------------------------------------------------------------- /src/lcdsensor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/lcdsensor.c -------------------------------------------------------------------------------- /src/lcdsensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/lcdsensor.h -------------------------------------------------------------------------------- /src/lens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/lens.c -------------------------------------------------------------------------------- /src/lens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/lens.h -------------------------------------------------------------------------------- /src/libs/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/libs/README.txt -------------------------------------------------------------------------------- /src/libtcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/libtcc.h -------------------------------------------------------------------------------- /src/lightsensor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/lightsensor.c -------------------------------------------------------------------------------- /src/liveview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/liveview.c -------------------------------------------------------------------------------- /src/log-d678.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/log-d678.c -------------------------------------------------------------------------------- /src/log-d678.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/log-d678.h -------------------------------------------------------------------------------- /src/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/log.c -------------------------------------------------------------------------------- /src/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/log.h -------------------------------------------------------------------------------- /src/logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/logo.bmp -------------------------------------------------------------------------------- /src/lv-img-engio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/lv-img-engio.c -------------------------------------------------------------------------------- /src/lvinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/lvinfo.c -------------------------------------------------------------------------------- /src/lvinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/lvinfo.h -------------------------------------------------------------------------------- /src/magiclantern.lds.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/magiclantern.lds.S -------------------------------------------------------------------------------- /src/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mem.c -------------------------------------------------------------------------------- /src/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mem.h -------------------------------------------------------------------------------- /src/mem_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mem_defs.h -------------------------------------------------------------------------------- /src/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/menu.c -------------------------------------------------------------------------------- /src/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/menu.h -------------------------------------------------------------------------------- /src/menuhelp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/menuhelp.c -------------------------------------------------------------------------------- /src/menuhelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/menuhelp.h -------------------------------------------------------------------------------- /src/menuhelp_dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/menuhelp_dummy.c -------------------------------------------------------------------------------- /src/menuindex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/menuindex.c -------------------------------------------------------------------------------- /src/minimal-d678.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/minimal-d678.c -------------------------------------------------------------------------------- /src/minimal-d78X.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/minimal-d78X.c -------------------------------------------------------------------------------- /src/mkfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mkfont -------------------------------------------------------------------------------- /src/ml-cbr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ml-cbr.c -------------------------------------------------------------------------------- /src/ml-cbr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ml-cbr.h -------------------------------------------------------------------------------- /src/ml_rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ml_rpc.c -------------------------------------------------------------------------------- /src/ml_rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ml_rpc.h -------------------------------------------------------------------------------- /src/ml_socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ml_socket.h -------------------------------------------------------------------------------- /src/mmu_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mmu_utils.c -------------------------------------------------------------------------------- /src/mmu_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mmu_utils.h -------------------------------------------------------------------------------- /src/module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/module.c -------------------------------------------------------------------------------- /src/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/module.h -------------------------------------------------------------------------------- /src/movtweaks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/movtweaks.c -------------------------------------------------------------------------------- /src/mutex-test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mutex-test.c -------------------------------------------------------------------------------- /src/mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mutex.h -------------------------------------------------------------------------------- /src/mvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/mvr.h -------------------------------------------------------------------------------- /src/notify_box.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/notify_box.c -------------------------------------------------------------------------------- /src/notify_box.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/notify_box.h -------------------------------------------------------------------------------- /src/patch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/patch.c -------------------------------------------------------------------------------- /src/patch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/patch.h -------------------------------------------------------------------------------- /src/patch_cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/patch_cache.c -------------------------------------------------------------------------------- /src/patch_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/patch_cache.h -------------------------------------------------------------------------------- /src/patch_d6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/patch_d6.c -------------------------------------------------------------------------------- /src/patch_d6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/patch_d6.h -------------------------------------------------------------------------------- /src/patch_mmu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/patch_mmu.c -------------------------------------------------------------------------------- /src/patch_mmu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/patch_mmu.h -------------------------------------------------------------------------------- /src/ph_info_disp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ph_info_disp.c -------------------------------------------------------------------------------- /src/picstyle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/picstyle.c -------------------------------------------------------------------------------- /src/picstyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/picstyle.h -------------------------------------------------------------------------------- /src/posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/posix.c -------------------------------------------------------------------------------- /src/powersave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/powersave.c -------------------------------------------------------------------------------- /src/powersave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/powersave.h -------------------------------------------------------------------------------- /src/prop-debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/prop-debug.c -------------------------------------------------------------------------------- /src/property.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/property.c -------------------------------------------------------------------------------- /src/property.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/property.h -------------------------------------------------------------------------------- /src/propvalues.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/propvalues.c -------------------------------------------------------------------------------- /src/propvalues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/propvalues.h -------------------------------------------------------------------------------- /src/ptp-chdk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptp-chdk.c -------------------------------------------------------------------------------- /src/ptp-chdk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptp-chdk.h -------------------------------------------------------------------------------- /src/ptp-ml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptp-ml.c -------------------------------------------------------------------------------- /src/ptp-ml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptp-ml.h -------------------------------------------------------------------------------- /src/ptp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptp.c -------------------------------------------------------------------------------- /src/ptp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptp.h -------------------------------------------------------------------------------- /src/ptpbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptpbuf.c -------------------------------------------------------------------------------- /src/ptpbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptpbuf.h -------------------------------------------------------------------------------- /src/ptpcam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/ptpcam.txt -------------------------------------------------------------------------------- /src/qemu-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/qemu-util.h -------------------------------------------------------------------------------- /src/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/rand.c -------------------------------------------------------------------------------- /src/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/rand.h -------------------------------------------------------------------------------- /src/raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/raw.c -------------------------------------------------------------------------------- /src/raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/raw.h -------------------------------------------------------------------------------- /src/rbf_font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/rbf_font.c -------------------------------------------------------------------------------- /src/rbf_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/rbf_font.h -------------------------------------------------------------------------------- /src/reboot-all.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/reboot-all.c -------------------------------------------------------------------------------- /src/reboot-dumper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/reboot-dumper.c -------------------------------------------------------------------------------- /src/reboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/reboot.c -------------------------------------------------------------------------------- /src/reloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/reloc.c -------------------------------------------------------------------------------- /src/reloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/reloc.h -------------------------------------------------------------------------------- /src/rom_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/rom_values.h -------------------------------------------------------------------------------- /src/screenshot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/screenshot.c -------------------------------------------------------------------------------- /src/screenshot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/screenshot.h -------------------------------------------------------------------------------- /src/sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/sd.c -------------------------------------------------------------------------------- /src/sgi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/sgi.c -------------------------------------------------------------------------------- /src/sgi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/sgi.h -------------------------------------------------------------------------------- /src/shell_debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/shell_debug.c -------------------------------------------------------------------------------- /src/shoot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/shoot.c -------------------------------------------------------------------------------- /src/shoot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/shoot.h -------------------------------------------------------------------------------- /src/state-object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/state-object.c -------------------------------------------------------------------------------- /src/state-object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/state-object.h -------------------------------------------------------------------------------- /src/stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/stdio.c -------------------------------------------------------------------------------- /src/task_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/task_utils.c -------------------------------------------------------------------------------- /src/task_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/task_utils.h -------------------------------------------------------------------------------- /src/tasks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tasks.c -------------------------------------------------------------------------------- /src/tasks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tasks.h -------------------------------------------------------------------------------- /src/tcc-glue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tcc-glue.c -------------------------------------------------------------------------------- /src/tcc-gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tcc-gui.c -------------------------------------------------------------------------------- /src/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/timer.h -------------------------------------------------------------------------------- /src/tp-spy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tp-spy.c -------------------------------------------------------------------------------- /src/tp-spy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tp-spy.h -------------------------------------------------------------------------------- /src/tskmon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tskmon.c -------------------------------------------------------------------------------- /src/tskmon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tskmon.h -------------------------------------------------------------------------------- /src/tweaks-eyefi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tweaks-eyefi.c -------------------------------------------------------------------------------- /src/tweaks-eyefi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tweaks-eyefi.h -------------------------------------------------------------------------------- /src/tweaks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/tweaks.c -------------------------------------------------------------------------------- /src/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/util.c -------------------------------------------------------------------------------- /src/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/util.h -------------------------------------------------------------------------------- /src/vectorscope.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/vectorscope.c -------------------------------------------------------------------------------- /src/vectorscope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/vectorscope.h -------------------------------------------------------------------------------- /src/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/version.h -------------------------------------------------------------------------------- /src/video_hacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/video_hacks.c -------------------------------------------------------------------------------- /src/vram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/vram.c -------------------------------------------------------------------------------- /src/vram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/vram.h -------------------------------------------------------------------------------- /src/vsync-lite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/vsync-lite.c -------------------------------------------------------------------------------- /src/zebra-5dc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/zebra-5dc.c -------------------------------------------------------------------------------- /src/zebra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/zebra.c -------------------------------------------------------------------------------- /src/zebra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/zebra.h -------------------------------------------------------------------------------- /src/zip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/src/zip.txt -------------------------------------------------------------------------------- /tcc/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/COPYING -------------------------------------------------------------------------------- /tcc/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/Changelog -------------------------------------------------------------------------------- /tcc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/Makefile -------------------------------------------------------------------------------- /tcc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/README -------------------------------------------------------------------------------- /tcc/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/TODO -------------------------------------------------------------------------------- /tcc/VERSION: -------------------------------------------------------------------------------- 1 | 0.9.26 2 | -------------------------------------------------------------------------------- /tcc/arm-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/arm-gen.c -------------------------------------------------------------------------------- /tcc/c67-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/c67-gen.c -------------------------------------------------------------------------------- /tcc/coff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/coff.h -------------------------------------------------------------------------------- /tcc/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/config.h -------------------------------------------------------------------------------- /tcc/config.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/config.mak -------------------------------------------------------------------------------- /tcc/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/configure -------------------------------------------------------------------------------- /tcc/conftest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/conftest.c -------------------------------------------------------------------------------- /tcc/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/elf.h -------------------------------------------------------------------------------- /tcc/examples/ex1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/examples/ex1.c -------------------------------------------------------------------------------- /tcc/examples/ex2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/examples/ex2.c -------------------------------------------------------------------------------- /tcc/examples/ex3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/examples/ex3.c -------------------------------------------------------------------------------- /tcc/examples/ex4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/examples/ex4.c -------------------------------------------------------------------------------- /tcc/examples/ex5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/examples/ex5.c -------------------------------------------------------------------------------- /tcc/i386-asm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/i386-asm.c -------------------------------------------------------------------------------- /tcc/i386-asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/i386-asm.h -------------------------------------------------------------------------------- /tcc/i386-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/i386-gen.c -------------------------------------------------------------------------------- /tcc/i386-tok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/i386-tok.h -------------------------------------------------------------------------------- /tcc/il-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/il-gen.c -------------------------------------------------------------------------------- /tcc/il-opcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/il-opcodes.h -------------------------------------------------------------------------------- /tcc/include/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/include/float.h -------------------------------------------------------------------------------- /tcc/include/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/include/stdarg.h -------------------------------------------------------------------------------- /tcc/include/stdbool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/include/stdbool.h -------------------------------------------------------------------------------- /tcc/include/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/include/stddef.h -------------------------------------------------------------------------------- /tcc/include/tcclib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/include/tcclib.h -------------------------------------------------------------------------------- /tcc/include/varargs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/include/varargs.h -------------------------------------------------------------------------------- /tcc/lib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/lib/Makefile -------------------------------------------------------------------------------- /tcc/lib/alloca86-bt.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/lib/alloca86-bt.S -------------------------------------------------------------------------------- /tcc/lib/alloca86.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/lib/alloca86.S -------------------------------------------------------------------------------- /tcc/lib/alloca86_64.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/lib/alloca86_64.S -------------------------------------------------------------------------------- /tcc/lib/bcheck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/lib/bcheck.c -------------------------------------------------------------------------------- /tcc/lib/libtcc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/lib/libtcc1.c -------------------------------------------------------------------------------- /tcc/libtcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/libtcc.c -------------------------------------------------------------------------------- /tcc/libtcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/libtcc.h -------------------------------------------------------------------------------- /tcc/stab.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/stab.def -------------------------------------------------------------------------------- /tcc/stab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/stab.h -------------------------------------------------------------------------------- /tcc/tcc-doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tcc-doc.html -------------------------------------------------------------------------------- /tcc/tcc-doc.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tcc-doc.texi -------------------------------------------------------------------------------- /tcc/tcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tcc.c -------------------------------------------------------------------------------- /tcc/tcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tcc.h -------------------------------------------------------------------------------- /tcc/tccasm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tccasm.c -------------------------------------------------------------------------------- /tcc/tcccoff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tcccoff.c -------------------------------------------------------------------------------- /tcc/tccelf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tccelf.c -------------------------------------------------------------------------------- /tcc/tccgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tccgen.c -------------------------------------------------------------------------------- /tcc/tccpe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tccpe.c -------------------------------------------------------------------------------- /tcc/tccpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tccpp.c -------------------------------------------------------------------------------- /tcc/tccrun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tccrun.c -------------------------------------------------------------------------------- /tcc/tcctok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tcctok.h -------------------------------------------------------------------------------- /tcc/tests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tests/Makefile -------------------------------------------------------------------------------- /tcc/tests/asmtest.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tests/asmtest.S -------------------------------------------------------------------------------- /tcc/tests/boundtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tests/boundtest.c -------------------------------------------------------------------------------- /tcc/tests/libtcc_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tests/libtcc_test.c -------------------------------------------------------------------------------- /tcc/tests/tcctest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/tests/tcctest.c -------------------------------------------------------------------------------- /tcc/tests/tests2/00_assignment.expect: -------------------------------------------------------------------------------- 1 | 42 2 | 64 3 | 12, 34 4 | -------------------------------------------------------------------------------- /tcc/tests/tests2/04_for.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 4 | 4 5 | 5 6 | 6 7 | 7 8 | 8 9 | 9 10 | 10 11 | -------------------------------------------------------------------------------- /tcc/tests/tests2/05_array.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 4 3 | 9 4 | 16 5 | 25 6 | 36 7 | 49 8 | 64 9 | 81 10 | 100 11 | -------------------------------------------------------------------------------- /tcc/tests/tests2/07_function.expect: -------------------------------------------------------------------------------- 1 | 9 2 | 16 3 | a=1234 4 | qfunc() 5 | -------------------------------------------------------------------------------- /tcc/tests/tests2/08_while.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 1 3 | 2 4 | 3 5 | 5 6 | 8 7 | 13 8 | 21 9 | 34 10 | 55 11 | 89 12 | -------------------------------------------------------------------------------- /tcc/tests/tests2/09_do_while.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 1 3 | 2 4 | 3 5 | 5 6 | 8 7 | 13 8 | 21 9 | 34 10 | 55 11 | 89 12 | -------------------------------------------------------------------------------- /tcc/tests/tests2/12_hashdefine.expect: -------------------------------------------------------------------------------- 1 | 12 2 | 12, 24, 36 3 | -------------------------------------------------------------------------------- /tcc/tests/tests2/17_enum.expect: -------------------------------------------------------------------------------- 1 | 0 1 2 3 54 73 74 75 2 | 12 3 | 54 4 | -------------------------------------------------------------------------------- /tcc/tests/tests2/18_include.h: -------------------------------------------------------------------------------- 1 | printf("included\n"); 2 | -------------------------------------------------------------------------------- /tcc/tests/tests2/20_pointer_comparison.expect: -------------------------------------------------------------------------------- 1 | 12 2 | 34 3 | 0 4 | 1 5 | 1 6 | 0 7 | -------------------------------------------------------------------------------- /tcc/tests/tests2/27_sizeof.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 4 3 | 8 4 | -------------------------------------------------------------------------------- /tcc/tests/tests2/29_array_address.expect: -------------------------------------------------------------------------------- 1 | bcdef 2 | -------------------------------------------------------------------------------- /tcc/tests/tests2/33_ternary_op.expect: -------------------------------------------------------------------------------- 1 | 0 2 | 1 3 | 4 4 | 9 5 | 16 6 | 15 7 | 18 8 | 21 9 | 24 10 | 27 11 | -------------------------------------------------------------------------------- /tcc/tests/tests2/35_sizeof.expect: -------------------------------------------------------------------------------- 1 | 1 1 2 | 2 2 3 | -------------------------------------------------------------------------------- /tcc/tests/tests2/41_hashif.expect: -------------------------------------------------------------------------------- 1 | #include test 2 | b 3 | g 4 | i 5 | p 6 | r 7 | -------------------------------------------------------------------------------- /tcc/tests/tests2/42_function_pointer.expect: -------------------------------------------------------------------------------- 1 | yo 24 2 | 42 3 | -------------------------------------------------------------------------------- /tcc/tests/tests2/43_void_param.expect: -------------------------------------------------------------------------------- 1 | yo 2 | -------------------------------------------------------------------------------- /tcc/tests/tests2/44_scoped_declarations.expect: -------------------------------------------------------------------------------- 1 | it's all good 2 | -------------------------------------------------------------------------------- /tcc/tests/tests2/45_empty_for.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 4 | 4 5 | 5 6 | 6 7 | 7 8 | 8 9 | 9 10 | 10 11 | -------------------------------------------------------------------------------- /tcc/tests/tests2/47_switch_return.expect: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | out 4 | 3 5 | -------------------------------------------------------------------------------- /tcc/tests/tests2/48_nested_break.expect: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tcc/tests/tests2/55_lshift_type.expect: -------------------------------------------------------------------------------- 1 | 0 test(s) failed 2 | -------------------------------------------------------------------------------- /tcc/texi2pod.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/texi2pod.pl -------------------------------------------------------------------------------- /tcc/x86_64-asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/x86_64-asm.h -------------------------------------------------------------------------------- /tcc/x86_64-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tcc/x86_64-gen.c -------------------------------------------------------------------------------- /tools/font/bdf2fnt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/font/bdf2fnt.py -------------------------------------------------------------------------------- /tools/font/bfnt_view.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/font/bfnt_view.py -------------------------------------------------------------------------------- /tools/indy/dump_fir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/indy/dump_fir.py -------------------------------------------------------------------------------- /tools/indy/dump_srec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/indy/dump_srec.py -------------------------------------------------------------------------------- /tools/indy/find_fnt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/indy/find_fnt.py -------------------------------------------------------------------------------- /tools/indy/fir_tool2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/indy/fir_tool2.py -------------------------------------------------------------------------------- /tools/indy/ofir_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/indy/ofir_tool.py -------------------------------------------------------------------------------- /tools/indy/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/indy/readme.TXT -------------------------------------------------------------------------------- /tools/ptpcam/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/COPYING -------------------------------------------------------------------------------- /tools/ptpcam/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/Makefile -------------------------------------------------------------------------------- /tools/ptpcam/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/README -------------------------------------------------------------------------------- /tools/ptpcam/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/config.h -------------------------------------------------------------------------------- /tools/ptpcam/myusb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/myusb.c -------------------------------------------------------------------------------- /tools/ptpcam/ptp-pack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/ptp-pack.c -------------------------------------------------------------------------------- /tools/ptpcam/ptp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/ptp.c -------------------------------------------------------------------------------- /tools/ptpcam/ptp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/ptp.h -------------------------------------------------------------------------------- /tools/ptpcam/ptpcam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/ptpcam.c -------------------------------------------------------------------------------- /tools/ptpcam/ptpcam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reticulatedpines/magiclantern_simplified/HEAD/tools/ptpcam/ptpcam.h --------------------------------------------------------------------------------