Commit graph

738 commits

Author SHA1 Message Date
Lokathor 9851afc563 (cargo-release) version 0.9.2 2022-10-24 10:22:38 -06:00
Lokathor e38ddee38b arctan and arctan2 2022-10-22 22:23:42 -06:00
Lokathor 2ecf62e06e i think the debug finally works right? 2022-10-22 20:12:49 -06:00
Lokathor b51f559646 Merge branch 'main' of https://github.com/rust-console/gba into main 2022-10-22 18:18:56 -06:00
Lokathor 462158604a make fixed way more const friendly. 2022-10-22 18:18:50 -06:00
lokathor fa490b4cd8 docs. 2022-10-21 17:40:47 -06:00
Lokathor 7ad9a03ff7 unfortunately, the BX trick is unsound in the presence of a double-inline, so we can't use it. 2022-10-20 15:32:05 -06:00
Lokathor 1537cee23a bios 2022-10-18 22:22:11 -06:00
Lokathor 2c67e4457f (cargo-release) version 0.9.1 2022-10-18 09:58:23 -06:00
Lokathor 39c48bc462 aligned bytes, Closes: https://github.com/rust-console/gba/issues/79 2022-10-18 09:44:23 -06:00
Lokathor b9420b9cbf docs. 2022-10-17 23:18:32 -06:00
Lokathor 6a96f61be1 fixed point aliases and methods. 2022-10-17 19:13:54 -06:00
Lokathor c82c3bf7fe Closes https://github.com/rust-console/gba/issues/56 2022-10-17 17:00:02 -06:00
Lokathor c4daa3e937 output registers for a GbaCell read are lateout. 2022-10-17 15:49:38 -06:00
Lokathor 0fe5422674 (cargo-release) version 0.9.0 2022-10-17 12:10:19 -06:00
Lokathor 5cb66e1a30 add an internal function for calling memcpy slightly faster, will make a public form later on probably. 2022-10-17 01:59:49 -06:00
Lokathor 96fc89cdbe better interfaces for video modes 3/4/5 2022-10-16 13:38:59 -06:00
Lokathor 6d119969eb turns out we need to use .global to force an override of the compiler_builtins version. 2022-10-16 13:38:40 -06:00
Lokathor 789d75f419 misc updates 2022-10-16 12:26:09 -06:00
Lokathor d2a4b396e9 Closes https://github.com/rust-console/gba/issues/131 2022-10-15 19:41:27 -06:00
lokathor 8d7df89f8d timers 2022-10-15 17:57:55 -06:00
lokathor 796e8351f3 make mmio use fixed point when appropriate. 2022-10-15 16:29:18 -06:00
lokathor 95f49a13c0 docs, closes https://github.com/rust-console/gba/issues/171 2022-10-15 16:28:58 -06:00
Lokathor d1e3bb7815 fixed point math type 2022-10-15 00:34:18 -06:00
Lokathor af3dba3d37 Closes https://github.com/rust-console/gba/issues/169 2022-10-15 00:31:46 -06:00
Lokathor ab806bc9d6 we can pass in a bigger than necessary region. 2022-10-13 20:36:56 -06:00
Lokathor 8353729cbd docs. 2022-10-13 20:29:40 -06:00
Lokathor 5c40787c7b ln 2022-10-13 20:20:57 -06:00
Lokathor 90aa01d205 make the default cga font easier to unpack. 2022-10-13 20:19:39 -06:00
Lokathor fa56a77aed docs 2022-10-13 20:19:11 -06:00
Lokathor 5059ceb7d4 try to keep the ideas of the addresses for blocks and the block data itself separate. 2022-10-13 19:41:29 -06:00
Lokathor 342d8fc25a cleanup 2022-10-09 12:32:14 -06:00
Lokathor 335d8c0455 first draft of an unpack wrapper, we probably want to use VolRegion or similar 2022-10-09 12:21:23 -06:00
Lokathor 1af762bde6 make the tile layout during const time. 2022-10-09 01:40:26 -06:00
Lokathor 3a882fed29 docs. 2022-10-08 00:09:07 -06:00
Lokathor 382c7938a3 docs 2022-10-08 00:05:02 -06:00
Lokathor 99107cf143 missing a backtick 2022-10-07 23:27:44 -06:00
Lokathor cb11a6e898 more video explanation 2022-10-07 22:56:58 -06:00
Lokathor 1f79340c28 going back and forth on this, let's try calling it text mode for a while 2022-10-07 22:16:54 -06:00
Lokathor 710d35e207 begin improving the VRAM interface 2022-10-07 20:52:50 -06:00
Lokathor 539bfe398d placeholder 2022-10-07 20:52:37 -06:00
Lokathor d446837abe begin tiled mode docs. 2022-10-07 20:52:26 -06:00
Lokathor e07372084f move video module into a folder/mod.rs 2022-10-07 20:52:05 -06:00
Lokathor e8fb90a855 changelog 2022-10-07 20:51:31 -06:00
Lokathor 14a68fec14 (cargo-release) version 0.8.0 2022-10-07 00:29:52 -06:00
Lokathor 9452e94a1b enough docs for the moment. 2022-10-07 00:28:30 -06:00
Lokathor f06d25bb1b changelog 2022-10-07 00:27:49 -06:00
Lokathor 587536b317 dma docs 2022-10-07 00:27:27 -06:00
Lokathor 930ce2cdb8 docs. 2022-10-06 22:53:59 -06:00
Lokathor 64ab0f05f0 make the demo do a little more. 2022-10-06 22:11:13 -06:00