summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86/i286.h
Commit message (Expand)AuthorAgeFilesLines
* Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... Aaron Giles2021-04-131-0/+3
* i86, i186, i286: Add byte registers to debugger state; improve tracking of pr... AJR2020-05-031-0/+10
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-1/+1
* Fixed regressions reported by Tafoid, nw mooglyguy2018-12-161-6/+2
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-9/+7
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-0/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* i86: Memory stuff (nw) AJR2018-02-041-1/+0
* Flushing some stuff... (nw) Olivier Galibert2018-01-181-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-1/+1
* Changes to debugger memory address translation AJR2017-08-011-1/+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-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+8
* i86: Add decrypted opcodes space support [O. Galibert] Olivier Galibert2017-04-011-1/+2
* Don't change cs if new pc/curpc is within the current segment on i86/i186, fi... smf-2016-12-031-0/+1
* added halt to debugger state, so you can break out of a hlt instruction [smf] smf-2016-12-031-3/+3
* Update disassembly if IP or CS are changed in the debugger. Also update IP & ... smf-2016-12-031-0/+3
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-35/+35
* 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-17/+17
* 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/+164