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
Michel Heily 7e7d2c5208 thumb: Fix misimplementation of THUMB 12 :(
And this kids, is why you don't ever assume what an instruction does
without reading the manual.
Also, I called the ThumbFormat enum variant "LdrAddress", so I went
ahead and implemented as an ldr_str :/


Former-commit-id: f13833d16fba07565a0aba9d247d9754dbfc3d39
2019-07-08 00:49:03 +03:00
..
arm7tdmi thumb: Fix misimplementation of THUMB 12 :( 2019-07-08 00:49:03 +03:00
bin Impose a minimum length of 4MB for the gamepak memory 2019-07-07 23:33:47 +03:00
debugger Impl more thumb, Fix more things, the usual 2019-07-06 23:38:08 +03:00
cartridge.rs Impose a minimum length of 4MB for the gamepak memory 2019-07-07 23:33:47 +03:00
disass.rs Impl Thumb 19, fix warnings and rustfmt 2019-07-05 15:34:52 +03:00
dma.rs Begin modeling DMA 2019-07-07 01:47:51 +03:00
gba.rs Begin modeling DMA 2019-07-07 01:47:51 +03:00
interrupt.rs Model many things 2019-07-06 15:54:07 +03:00
ioregs.rs Model many things 2019-07-06 15:54:07 +03:00
lcd.rs Begin modeling DMA 2019-07-07 01:47:51 +03:00
lib.rs Begin modeling DMA 2019-07-07 01:47:51 +03:00
palette.rs Model many things 2019-07-06 15:54:07 +03:00
sysbus.rs Model many things 2019-07-06 15:54:07 +03:00
util.rs Implement all memory mappings. Reformat many files. 2019-07-01 17:45:29 +03:00