Commit graph

208 commits

Author SHA1 Message Date
Lokathor c1d5a52172 docs fix. 2022-12-09 14:02:35 -07:00
Lokathor 8939f32ebf refer to other symbols properly. 2022-12-09 14:01:04 -07:00
Lokathor c2e2398f79 docs. 2022-12-09 13:43:07 -07:00
Lokathor df65520930 breaking: remove KeyControl::to_u16, also update key related docs. 2022-12-09 12:34:11 -07:00
Lokathor 9924653a90 must_use 2022-12-09 12:33:38 -07:00
Lokathor 2ebe3cc510 breaking: put object stuff in a sub-module 2022-12-09 12:08:30 -07:00
Lokathor b8f19602cf simplify the import list 2022-12-09 12:08:01 -07:00
Lokathor 8385504db6
Remove usage of global_asm (#175)
* message

* finish memory function re-arrangement.
2022-12-04 16:44:27 -07:00
Lokathor 5de0f5e9f2 cleanup, make MIR inlining work in dev 2022-12-01 19:13:31 -07:00
lokathor 6ba28c5347 we can make a little cyan guy show up on the screen. 2022-11-28 16:33:47 -07:00
rzru c68759443f
🐛 fix OBJ_PALETTE mem address (#174) 2022-11-02 09:56:32 -06:00
Lokathor a7ac5d508a fix affine stuff. 2022-10-24 14:38:38 -06:00
Lokathor 4d7ae22ec3 Crater said to add some stuff. 2022-10-24 10:54:55 -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 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 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 8353729cbd docs. 2022-10-13 20:29:40 -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