Rick van Vonderen riyyi
riyyi pushed to master at riyyi/dotfiles 2022-08-23 00:00:07 +02:00
3492090285 Emacs: Add bindings for function signature preview cycling
riyyi pushed to master at riyyi/dotfiles 2022-08-22 16:40:29 +02:00
21dc56539f Emacs: User winner-mode instead of a custom function to undo windows
riyyi pushed to master at riyyi/garbage 2022-08-22 15:33:09 +02:00
2c870e89c6 Emulator: Make memory spaces more accurate
e2db1598af Emulator: Change opcode lookup table to regular switch case
2a234fabfd Emulator: Add opcode LDH or LD 0xff00
07345d0552 Emulator: Add some more opcodes
7689efeb44 Meta: Allow single line short case labels in .clang-format
Compare 5 commits »
riyyi pushed to master at riyyi/dotfiles 2022-08-22 12:33:08 +02:00
847537257e Emacs: Add window maximize toggle
riyyi pushed to master at riyyi/garbage 2022-08-22 11:49:41 +02:00
6a44e48244 Doc: Add reference section to terminology.org, add links to mnemonics
riyyi pushed to master at riyyi/garbage 2022-08-22 11:33:41 +02:00
4cc21a1c3a Doc: Add document that describes the GameBoy terminology
ab5d9cbe69 Emulator: Fix loading 16-bit immediate value
077ba70a16 Emulator: Read bootrom into memory space
Compare 3 commits »
riyyi pushed to master at riyyi/dotfiles 2022-08-22 02:48:18 +02:00
81edda78b1 Emacs: Improve Org mode RET at point function for tables
riyyi pushed to master at riyyi/garbage 2022-08-21 22:18:17 +02:00
5d89883d15 Emulator: Fix Emu memory writing
riyyi pushed to master at riyyi/garbage 2022-08-21 21:16:08 +02:00
8768daabfe Emulator: Remove bootrom as separate Emu member variable
riyyi pushed to master at riyyi/garbage 2022-08-21 21:00:10 +02:00
e38e35ba81 Emulator: Add checks for undefined memory spaces
riyyi pushed to master at riyyi/garbage 2022-08-21 20:08:11 +02:00
dab457b31f Emulator: Be more const correct
riyyi pushed to master at riyyi/garbage 2022-08-21 20:06:07 +02:00
46f3009124 Emulator: Add writing of ECHO RAM
riyyi pushed to master at riyyi/garbage 2022-08-21 19:58:04 +02:00
65c3797030 Emulator: Fix memory end address for bootrom segment 1
riyyi pushed to master at riyyi/garbage 2022-08-21 19:55:47 +02:00
b6e075108e Emulator: Update calls for adding memory spaces
riyyi pushed to master at riyyi/garbage 2022-08-21 19:54:51 +02:00
42e54f1344 Emulator: Add support for memory banks to memory spaces
riyyi pushed to master at riyyi/garbage 2022-08-20 20:25:45 +02:00
687990edca Emulator: Add more opcodes, convenience functions
riyyi pushed to master at riyyi/garbage 2022-08-20 12:31:59 +02:00
aa15d9cd3f Doc: Reorder readme reference sections
riyyi pushed to master at riyyi/garbage 2022-08-20 12:28:11 +02:00
379ff3babf Doc: Add bootrom section to readme
cee8ffabb3 Emulator: Make memory spaces more accurate
Compare 2 commits »
riyyi pushed to master at riyyi/garbage 2022-08-20 11:07:17 +02:00
f6478da541 Emulator: Add copyright header to main, Emu
riyyi pushed to master at riyyi/garbage 2022-08-20 03:57:01 +02:00
895b54e927 Emulator: Add opcode function to lookup table