1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-01-14 11:30:38 +11:00
Commit graph

2067 commits

Author SHA1 Message Date
Corwin Kuiper
a49c25b95d remove duplicated code 2021-04-11 16:48:21 +01:00
Corwin Kuiper
1afb3cc08b satisfy linter 2021-04-11 16:48:21 +01:00
Corwin Kuiper
fbdb91e9e0 finish up chicken demo 2021-04-11 16:48:21 +01:00
Corwin Kuiper
bea753d81a mark get object as unsafe 2021-04-11 16:48:21 +01:00
Corwin Kuiper
432c7f12f0 chicken object added 2021-04-11 16:48:21 +01:00
Corwin Kuiper
0bd99e71bd starting to add object interface 2021-04-11 16:48:21 +01:00
Corwin Kuiper
1ba130f3bf add comment marking incompleteness 2021-04-11 16:48:21 +01:00
Corwin Kuiper
0e7c9ad5c1 fixed point numbers 2021-04-11 16:48:21 +01:00
Corwin Kuiper
841d6d5508 tiled0 for background implemented
enough to get my previous chicken example background showing
2021-04-11 16:48:21 +01:00
Corwin Kuiper
088ea23c2d reenable clippy 2021-04-11 16:41:39 +01:00
Corwin Kuiper
7def18312f allow dead code for unused display modes 2021-04-11 16:41:39 +01:00
Corwin Kuiper
14c46374fa remove unused code and allow dead code 2021-04-11 16:41:39 +01:00
Corwin Kuiper
fe4bc7274a unwraps for panics and no_main only when testing 2021-04-11 16:41:39 +01:00
Corwin Kuiper
69be43492e allow dead code for unimplemented interrupts 2021-04-11 16:41:39 +01:00
Corwin Kuiper
300a87df72 add underscore to show unused variable 2021-04-11 16:41:39 +01:00
Corwin Kuiper
9ea3ece74b remove unused import 2021-04-11 16:41:39 +01:00
Corwin Kuiper
9223127bd1 remove clippy checks, for now 2021-04-11 02:44:59 +01:00
Corwin Kuiper
a85afe5e82 libzip5? 2021-04-11 02:44:59 +01:00
Corwin Kuiper
2c32e11882 use later version of mgba 2021-04-11 02:44:59 +01:00
Corwin Kuiper
7ad429c56b install pulseaudio 2021-04-11 02:44:59 +01:00
Corwin Kuiper
094c454cc3 override the default rust 2021-04-11 02:44:59 +01:00
Corwin Kuiper
5ab7893786 add thumb target 2021-04-11 02:44:59 +01:00
Corwin Kuiper
b1659aa54f install build-essential? also run tests 2021-04-11 02:44:59 +01:00
Corwin
03549dfdde run apt-get as root 2021-04-11 02:44:59 +01:00
Corwin Kuiper
b9de6b5ce5 add what's required for cargo test 2021-04-10 22:25:27 +01:00
Corwin Kuiper
adfa3b9fde add example that is literally the tonc example 2021-04-10 20:04:21 +01:00
Corwin Kuiper
473f75f20d fix linker script 2021-04-10 20:04:21 +01:00
Corwin Kuiper
ec4e11b44a add an example to just test building 2021-04-10 20:04:21 +01:00
Corwin Kuiper
e1e3345227 change linker and runner 2021-04-10 20:04:21 +01:00
Corwin Kuiper
0a5da7ceaa remove makefile 2021-04-10 20:04:21 +01:00
Corwin Kuiper
c87924a252 correct github action 2021-04-10 19:03:55 +01:00
Corwin Kuiper
d1078f319f add some standard github action 2021-04-10 19:02:41 +01:00
Corwin Kuiper
a6f17a7044 modify makefile to no longer build crt0.s 2021-04-10 19:02:41 +01:00
Corwin Kuiper
06cd2a9f55 build crt0.s as part of build.rs 2021-04-10 19:02:41 +01:00
Corwin Kuiper
039666bc33 update readme 2021-04-10 18:33:43 +01:00
Corwin Kuiper
5689f7c9b1 change built target to thumbv4t-none-eabi 2021-04-10 18:33:43 +01:00
Corwin Kuiper
bc6f3e6f80 add copious amount of comments 2021-04-03 18:37:09 +01:00
Corwin
6a3359c23b
Merge pull request from corwinkuiper/remove-xbuild
remove need for cargo-xbuild
2021-04-03 18:29:21 +01:00
Corwin Kuiper
8ba1c9448e remove need for cargo-xbuild 2021-04-03 18:24:00 +01:00
Corwin
2c5f706d20
Merge pull request from corwinkuiper/mgba-output
Mgba output
2021-03-09 00:14:51 +00:00
Corwin Kuiper
582c335326 add tiled0 back 2021-03-09 00:14:01 +00:00
Corwin Kuiper
e6c737eac2 working with release mode 2021-03-09 00:11:19 +00:00
Corwin Kuiper
87c8ec9c38 panic example for integer overflow 2021-03-09 00:10:14 +00:00
Corwin Kuiper
2d075bebb9 fix debug build by changing opt level to 2
previously failed due to being too big
2021-03-09 00:10:01 +00:00
Corwin Kuiper
3a94c7acf0 fix by removing unreferenced file 2021-03-08 23:25:40 +00:00
Corwin Kuiper
722e0fad35 invert fully rather than inverting button bits 2021-03-08 04:43:36 +00:00
Corwin Kuiper
f1941729ca move video and vblank to own files 2021-03-08 03:48:28 +00:00
Corwin Kuiper
b05c339cbf fix panic example 2021-03-08 03:48:13 +00:00
Corwin Kuiper
b33cde9f63 explicitly list each enum value in interrupts 2021-03-08 02:06:45 +00:00
Corwin Kuiper
6b78a99211 fix syscall example 2021-03-08 01:59:54 +00:00