summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/f8/f8.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-3/+3
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+5
* f8: Add callback for overriding the normal reset address AJR2021-10-301-0/+6
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-4/+3
* f8: Use memory_access_cache for register space access (nw) AJR2019-11-111-1/+1
* f8: Use address space for internal scratchpad register memory AJR2019-11-101-10/+7
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+3
* Machines promoted to working hap2019-03-101-3/+0
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* f8: fix overflow flag problem for ci/cm, rename SET_OC to do_add (nw) hap2017-12-261-2/+2
* f8: make it clearer that m_pc(now m_debug_pc) is not related to device emulat... hap2017-12-261-1/+1
* f8: change to shorthand variable types (nw) hap2017-12-261-20/+20
* f8: change flag helper macros to inline functions, remove some unneeded comme... hap2017-12-261-2/+4
* f8: fix min/max cycles (nw) hap2017-12-211-2/+2
* f8: don't repeat yourself (nw) hap2017-12-191-1/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+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-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+16
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* 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-12/+12
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+217