summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-05Update readme; Implement remaining data-processing instructions with ↵0.46Gabriel Bjørnager Jensen
register operands in Thumb; Extend memory writes according to region; Fix colour decoding; Improve logging; Update code structure; Implement read-only memory;
2023-11-04Reformat changelog in Markdown; Add test program (including build script); ↵0.45Gabriel Bjørnager Jensen
Update readme (make Markdown); Rewrite and restructure project; Update optimisation flags; Depend on ctrlc, sdl2, and toml; Set window title according to image; Draw video memory; Update naming convention; Update gitignore; Never hang on trap; Run CPU on seperate thread; Rework logs;
2023-07-05Fill window according to first palette entry0.44Gabriel Jensen
2023-07-05Update messages; Fix lsr and lsl; Fix str;0.43Gabriel Jensen
2023-07-05Implement Thumb: * ldr Rd, [Rn, Immediate5]; * ldr Rd, [Rn, Rm]; * ldr ↵0.42Gabriel Jensen
Rd, [pc, Immediate8]; * ldr Rd, [sp, Immediate8]; * lsl Rd, Rm, Immediate5; * svc Immediate8; * push Registers; * pop Registers; * strh Rd, [Rn, Immediate5]; * lsr Rd, Rm, Immediate5; Update readme; Rework instruction functions; Improve comments; Attach license file; Initialise SP; Optimise sign-extensions; Bump dependency versions
2023-07-02Implement Thumb: * mov Rd, Rm; * movs Rd, immediate_8; * movs Rd, Rm; Update ↵0.41Gabriel Jensen
readme; Rename condition method to check_condition;
2023-07-02Fix wrong license in readme;0.40Gabriel Jensen
2023-07-02Add support for Thumb: * bx; * b{cond}; * b; Fix bx; Rework log method; ↵0.39Gabriel Jensen
Improve comments; Update readme; Only survive invalid opcode traps;
2023-07-01Support bx; Fix ldr|str; Remove logging in release builds; Fix version ↵0.38Gabriel Jensen
number being in decimal; Update readme;
2023-07-01Support load and store instructions; Update messages; Implement some move ↵0.37Gabriel Jensen
instructions; Update log function; Add equivalent write functions; Fix conditional execution; Fix branch; Add device helper structure; Update trap print; Reenable overflow checks; License under AGPL3; Fix default configuration not being made; Update readme; Add spsr registers;
2023-06-29Bump dependency versions; Optimise b{cond}{l}.w decoder; Update messages; ↵0.36Gabriel Jensen
Remove Application::end method; Add comments; Add function for logging; Use TOML for configuration; Depend on Serde; Update readme; Remove unused Configuration::create;
2023-06-29Update manifest; Update trap function (make better use of enumerations);0.35Gabriel Jensen
2023-06-28Survive traps; Use hexadecimal version numbers; Rewrite readme into ↵0.34Gabriel Jensen
ASCII-text; Don't default image; Add configuration file;
2023-06-25Update version constant to include minor versions; Use SDL2 for windowing; ↵0.33Gabriel Jensen
Combine Application and Emulator structures; Rename opcode method to decode;
2023-06-25Support bl; Update register format; Unify trap functions; Add memory read ↵0.32Gabriel Jensen
helper functions; Update naming convention;
2023-06-24Update trap function; Add emulator helper structure; Support conditional ↵0.31Gabriel Jensen
instructions; Set signal handlers;
2023-06-23Repurpose project for emulating the AGB; Make changelog plain-text (rename ↵0.30Gabriel Jensen
to CHANGELOG.txt); Write in Rust; Update gitignore; Use Git tagging;
2022-01-26Fix logs being forced disabled.Gabriel Jensen
2022-01-26Version 24Gabriel Jensen
2022-01-26Version 23Gabriel Jensen
2022-01-25Fix version number being out of date.Gabriel Jensen
2022-01-25Version 21Gabriel Jensen
2022-01-25Split project; Rewrite project.Gabriel Jensen
2021-05-02Version 1↋.Gabriel Jensen
2021-05-02Version 1↊.Gabriel Jensen
2021-05-02Version 19.Gabriel Jensen
2021-04-29Fix UTF-8 encoder.Gabriel Jensen
2021-04-29Rework.Gabriel Jensen
2021-02-10Remove build artifactsGabriel Jensen
2021-02-09Compile luma instead of luma.bin. Get input file via arguments passed to ↵Gabriel Jensen
executable.
2021-02-08reformat README.html to Markdown.Gabriel Jensen
2021-02-07Add "changelog.html" to keep track of changes. Remove deprecated gfx library ↵Gabriel Jensen
files. Fix PGKBUILD version not considering version 0. Add new language example. Begin rewrite of entire codebase. Move old codebase into the "old" folder. Begin creation Luma stdlib API. Build "luma.bin" file instead of "luma.elf".
2021-02-04revert .gitignore stylingGabriel Jensen
reorganize source code structure in filesystem remove gfxlib in favour of language-bindings to underlying libraries adjust compiler optimization flags improve c++ stdlib replacement create cmd argument handler unite core functions in class with app data (replaces luma::dat) for easier access (no friends needed, "this->" instead of "luma::dat.") reformat README into HTML (temporary change, will be reformated again in later commit)
2021-01-24reformat README file into HTMLGabriel Jensen
create the arch_t and kernel_t types use char const * instead of std::string use custom function instead of std::cerr and std::cout replace as many stdlib function with custom-made ones
2021-01-22redo .gitignore ifleGabriel Jensen
clean up Makefile create PKGBUILD file create dedicated folder for language examples try to avoid macros where possible remove C relics create semi-working Vulkan test
2021-01-18readd x support but only for non-linux systems (may change in the future)Gabriel Jensen
fix makefile cxxflags
2021-01-18drop x supportGabriel Jensen
move codebase to c++ rework makefile create simple wayland demo
2021-01-15quick commit before dropping x supportGabriel Jensen
2021-01-13create license fileGabriel Jensen
makefile optimizations added readme added stdc version checking x connection handling to a different file
2021-01-12make Makefile check for Makefile changes when linking not compilingGabriel Jensen
2021-01-12make Makefile check for Makefile changes when makingGabriel Jensen
make a gamble and enable -O3
2021-01-12fix error when compiling crtwin.cGabriel Jensen
make makefile super nice update .gitignore
2021-01-12change compiler to clangGabriel Jensen
improve makefile create luma example file expanded stdlib
2021-01-09readd .gitignoreGabriel Jensen
2021-01-09create makefileGabriel Jensen
create simple xcb demo
2021-01-08create foundation for stdlib socketGabriel Jensen
2021-01-08firstGabriel Jensen