summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7.h
Commit message (Expand)AuthorAgeFilesLines
* Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... Aaron Giles2021-04-131-0/+11
* -arm7: Added optional logging for Windows CE calls. [Ryan Holtz] Ryan Holtz2020-12-311-7/+16
* -arm7: Added rudimentary TLB support. Allows HP Jornada 720 to boot further. ... Ryan Holtz2020-12-261-2/+27
* New machines marked as NOT_WORKING Ryan Holtz2020-12-241-4/+4
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-36/+36
* -arm7: Added placeholder devices for PXA250 and PXA270, and corrected PXA255 ... MooglyGuy2020-06-221-1/+18
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-7/+7
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-0/+2
* iphone2g wip (nw) (#6226) Melissa Goad2020-01-291-1/+7
* -arm7: Added ARM710T variant subclass. [Ryan Holtz] mooglyguy2020-01-021-0/+8
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-161-4/+0
* -6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw mooglyguy2018-08-101-0/+7
* Add a driver for the original iPhone. (#3742) Melissa Goad2018-07-151-13/+41
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-119/+121
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+2
* pgm2 / arm9 : ensure savestates work from commandline (eg launching with -sta... David Haywood2018-01-041-0/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+9
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-9/+9
* protect trampoline constructors (nw) Vas Crabb2017-12-131-1/+3
* igs036 seems to be derived from a 946 type core based on using MPU not MMU, c... David Haywood2017-12-111-9/+7
* arm7: fix unaligned 16-bit loads Vas Crabb2017-11-301-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+5
* arm7: Flesh out ARM946ES, add movable DTCM and ITCM support. [R. Belmont] arbee2017-11-191-7/+26
* arm7: add support for high vector option, fixed v5 BLX to save the return add... arbee2017-11-151-0/+11
* dumped internal IGS036 rom for Oriental Legend 2 [Morten Shearman Kirkegaard ... David Haywood2017-11-061-1/+10
* Fix ARM7_BE and ARM7 MMU regressions. (nw) mooglyguy2017-10-251-1/+3
* -arm7: Added rudimentary instruction prefetch buffer. Fixes GBA NES Classics ... mooglyguy2017-10-231-0/+12
* -arm7: Various changes: [Ryan Holtz] MooglyGuy2017-09-021-8/+66
* This is too contentious, please put it up for review Vas Crabb2017-08-011-1/+1
* Changes to debugger memory address translation AJR2017-08-011-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+13
* ARMv5 additions to ARM7 trap152017-02-101-2/+12
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-201/+201
* -arm7: Performed some minor optimization. [Ryan Holtz] therealmogminer@gmail.com2016-10-211-8/+14
* 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
* override part 1 (nw) Miodrag Milanovic2015-12-051-14/+14
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1