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/core/src
Michel Heily 40e306349c core: arm7tdmi: Force address alignment in memory accesses
Fixes #148


Former-commit-id: 36f33c599cd9a3c51115bf20037bfdce9f581912
Former-commit-id: 24130ddb51ae3dff2c576289b74a8cbd7519593f
2020-10-23 01:31:58 +03:00
..
arm7tdmi core: arm7tdmi: Force address alignment in memory accesses 2020-10-23 01:31:58 +03:00
cartridge [WIP] Gamepak unused addresses 2020-10-17 06:53:28 -07:00
debugger core: Implement bios read protection when CPU is not executing from bios. 2020-10-18 06:59:06 -07:00
gpu core: Fix debug read of OAM memory 2020-10-22 23:59:19 +03:00
sound Forgot to restore scheduler pointers when restoring savestate :) 2020-10-18 08:32:44 -07:00
bios.rs core: Implement bios read protection when CPU is not executing from bios. 2020-10-18 06:59:06 -07:00
bus.rs core: Get rid of that BoxedMemory nonsense 2020-10-17 16:58:52 -07:00
disass.rs Refactor dir rustboyadvance-core -> core 2020-05-30 13:43:37 +03:00
dma.rs core: dma; Calculate address adjustment once 2020-10-18 08:33:37 -07:00
gba.rs Forgot to restore scheduler pointers when restoring savestate :) 2020-10-18 08:32:44 -07:00
gdb.rs Refactor dir rustboyadvance-core -> core 2020-05-30 13:43:37 +03:00
interrupt.rs Run cargo-fmt 2020-10-17 06:36:02 -07:00
iodev.rs Forgot to restore scheduler pointers when restoring savestate :) 2020-10-18 08:32:44 -07:00
keypad.rs Refactor dir rustboyadvance-core -> core 2020-05-30 13:43:37 +03:00
lib.rs core: Implement bios read protection when CPU is not executing from bios. 2020-10-18 06:59:06 -07:00
overrides.rs core: Start working on a scheduler 2020-10-17 06:36:02 -07:00
sched.rs Forgot to restore scheduler pointers when restoring savestate :) 2020-10-18 08:32:44 -07:00
sysbus.rs core: Implement open bus (Reading from unused memory) 2020-10-18 09:41:35 -07:00
timer.rs Forgot to restore scheduler pointers when restoring savestate :) 2020-10-18 08:32:44 -07:00
util.rs core: Get rid of that BoxedMemory nonsense 2020-10-17 16:58:52 -07:00