summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v60
Commit message (Expand)AuthorAgeFilesLines
* v60: fix issue with CVTSW overflow flag after rounding hap2025-03-301-6/+9
* cpu/e132xs: Emulate more exceptions, more recompiler optimisation. Vas Crabb2025-03-311-4/+4
* v60: implement correct rounding mode when converting float to integer (#13506) Matthew Daniels2025-03-211-1/+7
* v60: improve CVTSW flags and fix issue with float-to-u32 cast hap2025-03-172-5/+3
* cpu/i960, cpu/sharc, cpu/sparc, cpu/v60: Use 32x32=64-bit multiply inlines AJR2024-11-101-64/+21
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* Interrupt callback rationalization AJR2023-03-111-1/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-46/+46
* v60: Code cleanup AJR2021-12-017-75/+36
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-8/+11
* v60: Sign-extend displacements for various addressing modes and DB/TB instruc... AJR2019-12-271-33/+33
* -v60: NEG instructions should set or clear carry based on non-zero or zero re... MooglyGuy2019-12-261-7/+3
* -v60: Fixed AND and OR instructions to also not change the carry flag. [Ryan ... MooglyGuy2019-12-261-6/+6
* v60 updates: [R. Belmont, Tahg] arbee2019-12-262-4/+17
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+4
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-292-3/+0
* diexec: Interrupt API changes (nw) AJR2018-05-181-0/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-15/+21
* v60: Fix disassembly of branch opcodes (displacement is signed) Dirk Best2018-05-081-2/+2
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-751/+1073
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-26/+21
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-27/+8
* Changed the v60 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-181-213/+232
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2214-1754/+1754
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* v60: revert clang compile warning fix that broke conditional compile, added v... hap2016-05-112-0/+4
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-0113-12/+12
* reverting: Miodrag Milanovic2016-01-202-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-6/+6
* Fix clang build Miodrag Milanovic2015-12-272-3/+0
* cleanup (nw) Miodrag Milanovic2015-12-261-3/+0
* cleanups (nw) Miodrag Milanovic2015-12-251-2/+0
* override part 2 (nw) Miodrag Milanovic2015-12-051-14/+14
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-082-0/+0