• Joined on 2023-04-23
bilbo pushed to main at bilbo/chinese-flashcards 2024-04-25 13:31:29 +00:00
073a9cadfb update
bilbo pushed to main at bilbo/sh-dis 2024-04-23 13:06:57 +00:00
811c07f4ae main: add very simple register display
f5d2f9e7fc initial FPU implementation
Compare 2 commits »
bilbo pushed to main at bilbo/sh-dis 2024-04-23 12:49:53 +00:00
a3dcf24b1c fpu bugs
bilbo pushed to main at bilbo/sh-dis 2024-04-23 08:04:53 +00:00
27d9958a0a initial FPU implementation
367079adbd sh4: fix FLDS/FMOV/FMOV.S/FNEG/FRCHG/FSTS documentation typos
Compare 2 commits »
bilbo pushed to main at bilbo/sh-dis 2024-04-22 13:38:25 +00:00
ea3c389944 add non-FPU/UBC/MMU/cache SH4 instructions
bilbo pushed to main at bilbo/sh-dis 2024-04-22 13:33:55 +00:00
fe6f12cbb6 add support for non-FPU/UBC/MMU/cache SH4 instructions
bilbo pushed to main at bilbo/sh-dis 2024-04-22 13:17:50 +00:00
6c5808632a add support for non-FPU/UBC/MMU/cache SH4 instructions
bilbo pushed to main at bilbo/sh-dis 2024-04-22 13:03:14 +00:00
7debad83b9 add support for non-FPU/UBC/MMU/cache SH4 instructions
bilbo pushed to main at bilbo/sh-dis 2024-04-22 12:57:25 +00:00
7299da7bdb add support for non-FPU/UBC/MMU/cache SH4 instructions
8a300ba4c6 initial SH4 emulator implementation in C
3de43f84bd syntax.txt: initial
8190f04973 sh4: fix FIPR and FMOV.S documentation typos
5d0735498a sh4: add missing SR/SSR restore in RTE
Compare 6 commits »
bilbo pushed to main at bilbo/sh-dis 2024-04-21 12:58:53 +00:00
b6c629baad initial SH4 emulator implementation in C
80ee3015fa syntax.txt: initial
7d98557682 sh4/RTE: add missing SR/SSR restore
Compare 3 commits »
bilbo pushed to main at bilbo/sh-dis 2024-04-21 05:19:59 +00:00
8722f30eb6 syntax.txt: initial
4dd67c7204 sh4: fix manual typos for SH2 instructions
d1ce9a2d5a sh4: fix copy-paste errors
Compare 3 commits »
bilbo pushed to main at bilbo/sh-dis 2024-04-19 13:04:50 +00:00
1c64abef6b syntax.txt: initial
bb69101282 sh4: fix copy-paste errors
Compare 2 commits »
bilbo pushed to main at bilbo/sh-dis 2024-04-18 10:22:26 +00:00
65ee273b61 sh4: add descriptions for all instructions
bilbo pushed to main at bilbo/dreamcast 2024-04-15 10:26:57 +00:00
c8e84be5d2 common.lds: define vbr alignment
c1e3e9d074 start.s: rename p1ram_end_ptr to stack_end_ptr
5e54666822 runtime_init: call cache::init before copying
bd33fbf2e4 example/font_bitmap: remove unintentional padding between characters
Compare 4 commits »
bilbo pushed to main at bilbo/advent-of-sh 2024-04-12 06:15:36 +00:00
959989750e 2023/day3: add part2 C solution
bilbo pushed to main at bilbo/advent-of-sh 2024-04-10 13:36:18 +00:00
f47dbb6691 2023/day3: part1 C implementation
bilbo pushed to main at bilbo/advent-of-sh 2024-04-10 12:57:31 +00:00
a3fe4010db 2023/day3: add input/sample
bilbo pushed to main at bilbo/advent-of-sh 2024-04-09 04:25:09 +00:00
98746b4fb4 parse_base10: add digit count
Compare 2 commits »
bilbo created branch main in bilbo/sh-dis 2024-04-09 02:03:38 +00:00
bilbo pushed to main at bilbo/sh-dis 2024-04-09 02:03:38 +00:00
6eba0cdb9e initial sh2 interpreter