This repository has been archived on 2024-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/src/core
Michel Heily c7a484fda5 Move creation of arm7tdmi core into the GameBoyAdvance
Former-commit-id: d4a43df2ea3d737cc8284b84cea0285c8818ef32
2020-02-11 02:26:17 +02:00
..
arm7tdmi feat: Fix & improve debugger, Add commands to save/load the state 2020-02-11 02:26:17 +02:00
cartridge optimization: Avoid bound checking twice in Cartridge::read_8 2020-02-07 17:13:05 +02:00
gpu fix: Completly refactor GPU scanline composition code. 2020-02-07 16:11:16 +02:00
sound feat(logger): Replace various println! with logs 2020-01-31 16:15:29 +02:00
bus.rs feat(eeprom): Start working on Eeprom emulation 2020-01-29 20:46:22 +02:00
dma.rs feat(eeprom): Implement eeprom size runtime autodetection 2020-01-31 18:26:16 +02:00
gba.rs Move creation of arm7tdmi core into the GameBoyAdvance 2020-02-11 02:26:17 +02:00
interrupt.rs feat/savestates: Implement save/load state API for GameBoyAdvance 2020-01-16 20:18:32 +02:00
iodev.rs feat(logger): Replace various println! with logs 2020-01-31 16:15:29 +02:00
keypad.rs Model the keypad 2019-07-20 22:58:29 +03:00
mod.rs refactor(core/cartridge): Refactor cartridge module to make it easier to configure savetypes 2020-01-31 16:15:29 +02:00
sysbus.rs feat(eeprom): Fix eeprom emulation timeout problem, passing the nintendo eeprom tests 2020-01-31 16:15:29 +02:00
timer.rs feat(logger): Replace various println! with logs 2020-01-31 16:15:29 +02:00