summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m740.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* m740: Remove leftover declarations from header AJR2022-09-081-2/+0
* m740: Only access data memory in indirect modes AJR2022-09-081-10/+9
* m740: Core overhaul AJR2021-01-111-12/+47
* m740: Restore T flag correctly during PLP and RTI. Previous emulation inherit... AJR2021-01-091-2/+3
* M740 family updates AJR2020-10-251-2/+1
* m740: Add TST $zz instruction AJR2020-10-191-0/+1
* m740: Add file accidentally uncommitted in faff4e6c2da83187f3d09de669e7b9e128... AJR2020-10-181-0/+1
* Make SET instruction in Mitsubishi M740 subfamily actually affect execution AJR2018-09-051-1/+0
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-39/+40
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* reverting: Miodrag Milanovic2016-01-201-2/+2
* 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-2/+2
* 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 2 (nw) Miodrag Milanovic2015-12-051-7/+7
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+105