aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
Commit message (Expand)AuthorAge
* update copyright yearsArisotura2020-02-14
* lay base for AR cheatzorz. baahahhhhArisotura2020-02-14
* Properly pass through GBA GPIO writesRaphaël Zumer2019-12-10
* Add a framework to support non-SRAM GBA savesRaphaël Zumer2019-12-09
* Handle GBA cartridge SRAM writesRaphaël Zumer2019-12-08
* Properly init/deinit the GBA slotRaphaël Zumer2019-12-08
* Add GBA cart model and allow reading from itRaphaël Zumer2019-12-08
* Fix GBA memory values on deselected CPURaphaël Zumer2019-12-08
* Fix division edge casexperia642019-08-24
* input: don't check modifiers for regular inputArisotura2019-07-09
* raise kMaxIterationCycles to 64Arisotura2019-06-25
* add 32bit writes to some IO ports. fixes #313Arisotura2019-06-20
* fasterer IRQ check. clean up code.Arisotura2019-06-08
* draft API for OpenGL shito in libuiArisotura2019-03-31
* fix CP15 control reg init during direct boot (fixes LMNTS demo regression)Arisotura2019-03-30
* * move melon_fopen_local() to Platform.cppArisotura2019-03-27
* start work on non-direct mode. reply to DHCP discover frame.Arisotura2019-02-23
* also, update copyright nameArisotura2019-01-22
* redesign main emu loop to use timestamps instead of being a trainwreckStapleButter2019-01-05
* implement proper support for POWCNT1.StapleButter2018-12-18
* watch your debug code better, you derpStapleButter2018-12-18
* fix STRD_POST (dumbest copypaste bug of the year)StapleButter2018-12-18
* proof-of-concept code for closing/opening lid.StapleButter2018-12-14
* * correct romlist.bin (Club Penguin Herbert's Revenge EUR uses 4K EEPROM, not...StapleButter2018-12-13
* add code to support GBA slot reads for laterStapleButter2018-12-12
* preliminary microphone code. requires an actual microphone. resulting audio i...StapleButter2018-12-12
* zargStapleButter2018-12-12
* add nocashPrint type shitStapleButter2018-12-12
* add missing shit to savestates. bump the version up.StapleButter2018-12-11
* move config-file seeking code to its own thing.StapleButter2018-12-11
* finish the work on the main loop. finally fix all cases of desync I could fin...StapleButter2018-12-11
* temp commitStapleButter2018-12-11
* fix bugsStapleButter2018-12-09
* make it fastererStapleButter2018-12-09
* take it somewhere.StapleButter2018-12-09
* start devolving things.StapleButter2018-12-08
* make this other branch where we're going to actually make it usableStapleButter2018-12-08
* begin work on general timing renovation. way shitty because it behaves as if ...StapleButter2018-12-04
* well yeah that's what I thoughtStapleButter2018-11-24
* * fix possible issues with GXFIFO stallingStapleButter2018-11-24
* add proper support for GXFIFO stalls.StapleButter2018-11-23
* beginning timing renovation.StapleButter2018-11-09
* make the ARM clock shift configurable. nothing fancy there, just paving the w...StapleButter2018-11-07
* 3D: keep the rasterizer from accidentally going out of bounds when given very...StapleButter2018-11-04
* Merge pull request #248 from Dirbaio/masterStapleButter2018-10-27
|\
| * Make "unknown IO" messages consistent, all including value and PC.Dario Nieuwenhuis2018-05-24
| * Make Main RAM size configurable in a single place.Dario Nieuwenhuis2018-05-24
* | separate SRAM setting coded, I guessStapleButter2018-10-24
* | pass savefile name to NDS::LoadROM() instead of having the core generate it.StapleButter2018-10-23
* | rewrite how structures are stored to savestates (store individual fields, to ...StapleButter2018-10-21