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
2019-12-20 15:11:26 +02:00
..
arm7tdmi Remove some unused imports 2019-12-20 15:11:26 +02:00
gpu tmpfix: Reset scanline in scanline_aff_bg placeholder 2019-11-21 17:46:51 +02:00
sound Add WIP sound controller and backend 2019-12-20 15:11:26 +02:00
cartridge.rs Refactor "backend" concept 2019-12-20 15:11:26 +02:00
dma.rs Improve DMA 2019-11-16 18:17:53 +02:00
gba.rs Use Rc<RefCell<T>> to have the GameboyAdvance struct hold references to platform video,audio,input combo 2019-12-20 15:11:26 +02:00
interrupt.rs mGBA test suite now boots! 2019-11-12 18:22:00 +02:00
iodev.rs Add WIP sound controller and backend 2019-12-20 15:11:26 +02:00
keypad.rs Model the keypad 2019-07-20 22:58:29 +03:00
mod.rs Add WIP sound controller and backend 2019-12-20 15:11:26 +02:00
palette.rs Refactor core functionality into a separate module 2019-07-20 16:46:00 +03:00
sysbus.rs More memory map bug fixes (Wrong ROM masks and more) 2019-11-16 18:17:53 +02:00
timer.rs Improve timers 2019-11-20 05:20:46 +02:00