gba/src
Nicola Papale 1696c66b1b
Use RFC 2873 asm syntax (#93)
The new syntax is way safer and more ergonomic. In fact, it renders
obsolete some of the warnings in the docs related to the use of `asm!`.
2020-06-14 01:22:59 -06:00
..
base Fix rustfmt to get things a little more compact 2019-02-12 10:00:16 -07:00
io Use RFC 2873 asm syntax (#93) 2020-06-14 01:22:59 -06:00
vram Update the Mode 3/4/5 abstractions 2019-02-13 01:45:48 -07:00
base.rs Start towards 0.4 2019-02-04 20:25:40 -07:00
bios.rs Use RFC 2873 asm syntax (#93) 2020-06-14 01:22:59 -06:00
ewram.rs newtype_enum, and other updates 2018-12-29 22:39:53 -07:00
io.rs Add module for interrupt request (IRQ) handling 2019-02-13 17:08:57 -08:00
iwram.rs newtype_enum, and other updates 2018-12-29 22:39:53 -07:00
lib.rs Get all the code lined up 2019-02-14 19:39:34 -07:00
macros.rs commit the changes 2019-02-14 19:16:09 -07:00
mgba.rs Update mGBA usage, stuff it in a macros module 2019-02-13 01:45:23 -07:00
oam.rs jump to 120 2019-02-12 09:42:17 -07:00
palram.rs Convert to using the recently split off voladdress lib 2019-02-05 00:47:06 -07:00
rom.rs Modules and newtypes, joy! 2018-12-29 20:17:48 -07:00
sram.rs Modules and newtypes, joy! 2018-12-29 20:17:48 -07:00
vram.rs Update the Mode 3/4/5 abstractions 2019-02-13 01:45:48 -07:00