summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nds.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-161-7/+8
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-11/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-30/+34
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-3/+3
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* srcclean (nw) Vas Crabb2017-11-261-33/+33
* nds: Added timers, interrupt management, partial DMA, and ARM7 halt-until-IRQ... arbee2017-11-251-12/+732
* nds: fleshing out a few more things (nw) arbee2017-11-201-5/+52
* nds: added WRAM banking and more mirroring. [R. Belmont] arbee2017-11-201-3/+59
* nds: add IPCSYNC, both CPUs now pass first checkpoint and ARM7 makes it to se... arbee2017-11-171-1/+23
* arm7: Implement BLX Rn instruction for ARM9. NDS ARM9 BIOS gets to the first... arbee2017-11-161-1/+1
* arm7: add support for high vector option, fixed v5 BLX to save the return add... arbee2017-11-151-3/+7
* nds: Added correct hashes and started in on I/O regs, nw mooglyguy2017-09-021-10/+106
* nds: Remove unused logging function; correct un-Nintended typo in mame.lst (nw) AJR2017-09-011-15/+0
* -nds: Skeleton driver. [Ryan Holtz] MooglyGuy2017-09-021-0/+74