Commit graph

707 commits

Author SHA1 Message Date
Lokathor a1b85fa98f clip those clips 2018-12-20 16:20:14 -07:00
Lokathor 8ede9f524d begin IO Register classification, start with KEYINPUT 2018-12-20 16:15:23 -07:00
Lokathor fdf0eebb69 Drop the quickcheck usage
Some day we can split the software math into its own crate and do quickcheck there, until then the test code must be fully no_std because otherwise the examples won't build (sadly, dev-dependencies applies to both tests and examples)
2018-12-20 15:30:08 -07:00
Lokathor 1ff25ca2b7 whoops 2018-12-19 21:04:28 -07:00
Lokathor c3f62b1ab5 trying a commit but i think nightly is broked 2018-12-19 20:58:41 -07:00
Lokathor f372923bad added some tests
and they even pass
2018-12-18 12:09:04 -07:00
Lokathor 4d27005150 fixed point stuff 2018-12-18 02:05:59 -07:00
Lokathor 58d739dd9e fixed point and stuff 2018-12-17 17:00:22 -07:00
Lokathor 046e80851f moving old text to new locations, notes of where to go 2018-12-16 22:01:23 -07:00
Lokathor 779770a187 cleanup and cleanup designations 2018-12-16 20:55:53 -07:00
Lokathor 71a2de023f all sorts of new bios 2018-12-16 20:55:02 -07:00
Lokathor c892ac9681 Once we use one proc-macro, we might use them all 2018-12-16 20:54:50 -07:00
Lokathor 5408a11f54 bit/byte mixup 2018-12-16 15:22:27 -07:00
Lokathor 74d50b9218 typos 2018-12-16 15:20:07 -07:00
Lokathor 09b936262f more BIOS 2018-12-16 15:17:30 -07:00
Lokathor f6ad545905 warning update 2018-12-16 11:04:56 -07:00
Lokathor e6547d78ba I should go to bed. 2018-12-16 02:22:07 -07:00
Lokathor 2542662a2c whoops spelling 2018-12-16 02:17:45 -07:00
Lokathor cf18b0a2cb important todo 2018-12-16 02:12:34 -07:00
Lokathor 1d3ddafd50 draft2 2018-12-16 02:02:16 -07:00
Lokathor 1eb9b06d1a Talkin about the BIOS 2018-12-16 01:21:43 -07:00
Lokathor fd681b182e fix our math terms (thanks ubsan!) 2018-12-16 00:59:36 -07:00
Lokathor 1fcfbb00e8 Clear some cruft 2018-12-15 23:05:22 -07:00
Lokathor b9d965410e improve the Resources page 2018-12-15 23:05:03 -07:00
Lokathor bfc7e96c79 Give some chapter outlines 2018-12-15 21:58:56 -07:00
Lokathor e08a8d617e rename "Network" to "Link Cable" 2018-12-15 21:46:44 -07:00
Lokathor 9e3b3e15f1 assert upgrades! 2018-12-15 21:11:13 -07:00
Lokathor 3d2dbbf214 issue tracker links 2018-12-15 20:58:53 -07:00
Lokathor d78e6033c4 TOC fix 2018-12-15 20:50:43 -07:00
Lokathor 2aafe1a4cb Using their full name upon request. 2018-12-15 20:47:00 -07:00
Lokathor e9a8b80a4e static_assert -> const_assert 2018-12-15 20:45:25 -07:00
Lokathor 09c16ef1b0 clarification to const_assert 2018-12-15 20:43:01 -07:00
Lokathor 51d3915dea static asserts 2018-12-15 20:35:57 -07:00
DocsBot (from Travis CI) c7027e1db4 Deploy rust-console/gba to github.com/rust-console/gba.git:master 2018-12-16 00:35:43 +00:00
Lokathor 8eec5399d8
Merge pull request #35 from rust-console/lokathor
Moderate updates to Introduction and Limitations
2018-12-15 17:26:20 -07:00
Lokathor 7cdcc02aaf Move "newtype" into the "quirks" 2018-12-15 16:53:03 -07:00
Lokathor 48fa643f8c rename "limitations" to "quirks", less negative 2018-12-15 16:50:04 -07:00
Lokathor 4c3782426d file system possibility 2018-12-15 10:41:59 -07:00
Lokathor 12973928d7 one too many 's's 2018-12-15 10:39:43 -07:00
Jay Oster e27b187bab
Update book/src/01-limitations/02-fixed_only.md
Co-Authored-By: Lokathor <zefria@gmail.com>
2018-12-15 10:24:38 -07:00
Jay Oster dd98ac89d0
Update book/src/01-limitations/03-volatile_destination.md
Co-Authored-By: Lokathor <zefria@gmail.com>
2018-12-15 10:23:36 -07:00
Lokathor 10629c1c57 Merge branch 'lokathor' of https://github.com/rust-console/gba into lokathor 2018-12-14 22:57:51 -07:00
Lokathor ac5353b773 Introduction and Limits chapters updated 2018-12-14 22:57:14 -07:00
Lokathor 91057a529d volatile complete 2018-12-14 17:52:06 -07:00
Lokathor 1ec9ca682c volatile work 2018-12-14 17:52:06 -07:00
Lokathor 8b313a3edb volatile stuff 2018-12-14 17:52:05 -07:00
Lokathor 6a3d022d6d introduction improvements 2018-12-14 17:52:05 -07:00
Lokathor 43efae8264
Merge pull request #34 from Shadlock0133/patch-1
Change GBA to GameBoy Advance in README
2018-12-14 09:14:22 -07:00
Shadlock0133 4145517b8f
Change GBA to GameBoy Advance in README
I saw somebody on twitter saying they couldn't figure out what GBA stands for.
Given that full name isn't currently used anywhere, this change could help people not familiar video games abbreviations.
2018-12-14 11:03:03 +01:00
Lokathor 6ee00c0a2b
Merge pull request #32 from sphinxc0re/patch-1
Updated example file in init.sh
2018-12-13 10:46:49 -07:00