aboutsummaryrefslogtreecommitdiff
path: root/ARM.h
Commit message (Collapse)AuthorAge
* emulate DMA timings.StapleButter2017-02-17
| | | | keeps games from overflowing the GXFIFO... when they aren't fucking dumb.
* * 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.
* move TCM shit to CP15.cpp. closer to the real thing (for example now DMA ↵StapleButter2017-01-30
| | | | | | can't access TCM, etc). the code is shit. I would use templates if only it fucking worked without requiring the function body to be included in a .h.
* start refactoring shit: more accurate timing and way of counting cycles.StapleButter2017-01-30
|
* christ. CodeBlocks is retarded.StapleButter2016-12-23
| | | | also, lots of crap. I lost track of it.
* 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
|
* more instructions. some handling of CPU mode switching.StapleButter2016-12-03
|
* implement LDR/STR/LDRB/STRB.StapleButter2016-12-03
| | | | more macro soup.
* 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