summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7.cpp
Commit message (Expand)AuthorAgeFilesLines
* -6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw mooglyguy2018-08-101-0/+10
* Wow. I can't believe I missed this. (nw) Melissa Goad2018-07-151-1/+1
* Add a driver for the original iPhone. (#3742) Melissa Goad2018-07-151-14/+37
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+11
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* pgm2 / arm9 : ensure savestates work from commandline (eg launching with -sta... David Haywood2018-01-041-0/+36
* arm7: revert previous changes, explicit masking and rotating was unneeded (ex... MetalliC2017-12-251-15/+6
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-20/+18
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-18/+20
* igs036 seems to be derived from a 946 type core based on using MPU not MMU, c... David Haywood2017-12-111-20/+18
* arm7: fix unaligned 16-bit loads Vas Crabb2017-11-301-6/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-76/+7
* srcclean (nw) Vas Crabb2017-11-261-6/+6
* Coverity fix (nw) arbee2017-11-201-0/+1
* typo fix (nw) arbee2017-11-191-1/+1
* arm7: Flesh out ARM946ES, add movable DTCM and ITCM support. [R. Belmont] arbee2017-11-191-1/+297
* arm7: add support for high vector option, fixed v5 BLX to save the return add... arbee2017-11-151-1/+2
* dumped internal IGS036 rom for Oriental Legend 2 [Morten Shearman Kirkegaard ... David Haywood2017-11-061-0/+15
* Fix ARM7_BE and ARM7 MMU regressions. (nw) mooglyguy2017-10-251-14/+23
* -arm7: Added rudimentary instruction prefetch buffer. Fixes GBA NES Classics ... mooglyguy2017-10-231-9/+148
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-16/+16
* -arm7: Various changes: [Ryan Holtz] MooglyGuy2017-09-021-115/+114
* This is too contentious, please put it up for review Vas Crabb2017-08-011-3/+3
* Changes to debugger memory address translation AJR2017-08-011-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-23/+16
* Self-registering devices prep: Vas Crabb2017-02-271-7/+7
* ARMv5 additions to ARM7 trap152017-02-101-2/+7
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-5/+5
* gba fix, add update_irq_state on places missing (nw) Miodrag Milanovic2016-10-231-0/+13
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-54/+54
* -arm7: Performed some minor optimization. [Ryan Holtz] therealmogminer@gmail.com2016-10-211-227/+208
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+2
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-201-8/+8
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-8/+8
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1214