summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7dasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New machines marked as NOT_WORKING Ryan Holtz2020-12-241-1/+2
| | | | | | | | | | | | | ------------------ Hewlett-Packard Jornada 720 [Ryan Holtz] * arm7: Fixed interaction between instruction prefetching with the MMU enabled. [Ryan Holtz] * sa111: Added skeleton device for Intel SA-1111 Microprocessor Companion Chip. [Ryan Holtz] * sed1356: Added skeleton device for Epson/Seiko SED1356 video controller. [Ryan Holtz] * sa1110: Various cleanups. Added rudimentary SSP module support. [Ryan Holtz]
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
| | | | | | | * Updated sol2 to 3.2.2 * Updated pugixml to 1.10 * Increased minimum clang version to 6 * Cleaned up some stuff that can use new features
* arm7dasm.cpp: Remove unnecessary newline (nw) AJR2019-08-041-1/+1
|
* arm7 disasm fix (nw) Olivier Galibert2017-11-271-4/+4
|
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-33/+31
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* srcclean (nw) Vas Crabb2017-11-261-1/+1
|
* arm7: Implement BLX Rn instruction for ARM9. NDS ARM9 BIOS gets to the ↵ arbee2017-11-161-1/+9
| | | | first checkpoint. [R. Belmont]
* ARMv5 additions to ARM7 trap152017-02-101-7/+23
|
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-22/+4
|
* Changed the arm7 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-141-313/+321
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1331