This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/src/core
Michel Heily eb2a1a02fe Implement background scrolling!
tonc's brin_demo.gba now works as intended :)


Former-commit-id: 596c063c5968534f42e42f52203c85262b9c6fa2
2019-07-31 00:52:46 +03:00
..
arm7tdmi Align to halfword for thumb branch long instructions 2019-07-29 01:55:16 +03:00
cartridge.rs Refactor core functionality into a separate module 2019-07-20 16:46:00 +03:00
dma.rs Refactor core functionality into a separate module 2019-07-20 16:46:00 +03:00
gba.rs Implement background scrolling! 2019-07-31 00:52:46 +03:00
gpu.rs Implement background scrolling! 2019-07-31 00:52:46 +03:00
interrupt.rs Refactor core functionality into a separate module 2019-07-20 16:46:00 +03:00
ioregs.rs Refactor core functionality into a separate module 2019-07-20 16:46:00 +03:00
keypad.rs Model the keypad 2019-07-20 22:58:29 +03:00
mod.rs Add minifb backend - Armwrestler now plays ! 2019-07-20 23:02:18 +03:00
palette.rs Refactor core functionality into a separate module 2019-07-20 16:46:00 +03:00
sysbus.rs Start working on Interrupts. 2019-07-29 01:28:22 +03:00