aboutsummaryrefslogtreecommitdiff
path: root/ARM.cpp
Commit message (Collapse)AuthorAge
* * scheduler revamp, simpler designStapleButter2017-01-31
| | | | * fix dumb bug of the year: ARM LDR opcodes would accidentally read twice, which fucked with things like the IPC FIFO.
* start refactoring shit: more accurate timing and way of counting cycles.StapleButter2017-01-30
|
* * support for cart secure areaStapleButter2017-01-23
| | | | * fix bug in THUMB LDMIA
* some attempt at cart supportStapleButter2017-01-22
|
* fix bug with ALU operations and shift operands, where the shift operation ↵StapleButter2017-01-20
| | | | | | could obliterate the carry flag also, misc shit
* * start GPU shit: draw BG0 16-color.StapleButter2017-01-18
| | | | | | * fix a few DMA bugs. * fix a bug where some code could still run right after a halt instruction. * fix VRAM mapping, too. I'm an idiot.
* fix bug that could cause nested IRQs.StapleButter2017-01-18
| | | | fix potential bug in MSR.
* DMA support!StapleButter2017-01-18
|
* uh oh! it's getting furtherStapleButter2017-01-16
| | | | (also CodeBlocks is fucking dumb)
* christ. CodeBlocks is retarded.StapleButter2016-12-23
| | | | also, lots of crap. I lost track of it.
* some more crap emulated.StapleButter2016-12-06
|
* implementation of VRAM and other misc crapStapleButter2016-12-05
|
* misc fixes.StapleButter2016-12-05
| | | | | | shit in place to start implementing GPU shit. GPL headers added before it's too late. (TODO: put actual GPL license in the repo) also added URL that doesn't exist yet but is reserved.
* * somewhat proper event schedulerStapleButter2016-12-05
| | | | | * support for timers * fixes, additions, shit
* fix some shit. add support for SPI and firmware.StapleButter2016-12-04
|
* moar instructions and shit implementedStapleButter2016-12-03
|
* more crap implemented!StapleButter2016-12-03
|
* more instructions. some handling of CPU mode switching.StapleButter2016-12-03
|
* ARM ALU is done with. as well as other shit.StapleButter2016-12-03
|
* more shit! some start of ALU emulationStapleButter2016-11-25
|
* well, adding shit. laying out the base for the interpreter. really dirty code.StapleButter2016-11-24
|
* hey look, more crapStapleButter2016-11-03
no MrRean this doesn't run NSMB yet