summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.cpp
Commit message (Expand)AuthorAgeFilesLines
* devcpu: add retry_access with abort_timeslice for redoing the access at the s... hap2024-11-161-12/+16
* Revert "devcpu: do an abort_timeslice instead of eating all cycles on defer_a... hap2024-11-161-1/+2
* devcpu: do an abort_timeslice instead of eating all cycles on defer_access hap2024-11-161-2/+1
* devcpu: fix possible time travel issue in defer_access, hap2024-06-111-1/+2
* Pacify clang, and more noexcept. Vas Crabb2023-03-261-4/+4
* Various optimisations to code generaton. Vas Crabb2023-03-261-6/+5
* isa/hpblp: Cleanups. [R. Belmont, Vas Crabb] arbee2023-03-241-1/+1
* bus/ISA: Added HP82321A BASIC Language coprocessor (#10926) Sven Schnelle2023-03-241-0/+5
* emumem: First try at wait states Olivier Galibert2023-02-221-1/+51
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-11/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+24
* reverting: Miodrag Milanovic2016-01-201-1/+1
* 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-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+40