summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nds.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* More clang build fixes (nw) AJR2018-06-301-3/+3
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* nds: Added timers, interrupt management, partial DMA, and ARM7 halt-until-IRQ... arbee2017-11-251-9/+45
* nds: fleshing out a few more things (nw) arbee2017-11-201-1/+4
* nds: added WRAM banking and more mirroring. [R. Belmont] arbee2017-11-201-2/+21
* nds: add IPCSYNC, both CPUs now pass first checkpoint and ARM7 makes it to se... arbee2017-11-171-0/+2
* nds: Added correct hashes and started in on I/O regs, nw mooglyguy2017-09-021-4/+23
* -nds: Skeleton driver. [Ryan Holtz] MooglyGuy2017-09-021-0/+29