1
0
Fork 0
mirror of https://github.com/italicsjenga/gba.git synced 2025-01-15 04:40:38 +11:00
Commit graph

730 commits

Author SHA1 Message Date
Lokathor
d2260fc117 Move Mode3/4/5 into gba::video::bitmap 2018-12-25 14:44:05 -07:00
Lokathor
b183e9b6b4 Allow limited unsafe access to DMA3
Possibly make a "DMA" trait to ensure that things stay uniform once we also have DMA0/1/2?
2018-12-24 17:56:46 -07:00
Lokathor
745dea5da5 DMA description into the book 2018-12-24 17:28:06 -07:00
Lokathor
6a07f95973 TODO for later 2018-12-24 16:05:11 -07:00
Lokathor
1dcecb72cb added the downshifts. 2018-12-24 16:02:47 -07:00
Lokathor
51dbb749ef DMA first draft 2018-12-24 15:43:36 -07:00
DocsBot (from Travis CI)
26a20dd96a Deploy rust-console/gba to github.com/rust-console/gba.git:master 2018-12-24 20:24:29 +00:00
Lokathor
9b7751f3d0
Merge pull request from rust-console/lokathor
Hello World is 100% Safe
2018-12-24 13:16:56 -07:00
Lokathor
91a958fc77 apparently clippy refuses to work in CI right now 2018-12-24 12:12:33 -07:00
Lokathor
2f26869b4f key input clarity 2018-12-24 12:11:08 -07:00
Lokathor
65bee772a1 zero thing cleanup 2018-12-24 12:08:11 -07:00
Lokathor
d0f43feae2 toolchain nightly 2018-12-24 12:03:10 -07:00
Lokathor
29ccbf4ba9 formatting 2018-12-24 11:59:52 -07:00
Lokathor
ce3b871728 more button info 2018-12-24 11:57:57 -07:00
Lokathor
7d8c82ddbc mgba panic handler 100% safe, justrelease only tho 2018-12-23 15:52:42 -07:00
Lokathor
7ab96c35f2 light cycle is also 100% safe now 2018-12-23 15:10:14 -07:00
Lokathor
35ed03cb44 cleanup, hello world runs 100% safe now 2018-12-23 14:45:38 -07:00
Lokathor
b927a348bd sensible goals 2018-12-22 00:26:52 -07:00
Lokathor
5bb6a927fd for now we have to justrelease, waiting on compiler-builtins 2018-12-20 18:13:46 -07:00
Lokathor
4586d2d95f module organization 2018-12-20 18:08:54 -07:00
DocsBot (from Travis CI)
96a05f9963 Deploy rust-console/gba to github.com/rust-console/gba.git:master 2018-12-21 00:30:01 +00:00
Lokathor
2f3becee59 Update Volatile description to match new definition 2018-12-20 17:20:59 -07:00
Lokathor
c666cc114d
Merge pull request from rust-console/lokathor
Much improved Quirks chapter, some Concepts work
2018-12-20 17:20:36 -07:00
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