summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86/i86.h
Commit message (Expand)AuthorAgeFilesLines
* -bus/apricot/expansion/expansion, bus/isbx, cpu/i8086, cpu/i8089, : Removed M... mooglyguy2018-12-151-25/+1
* mbc55x: Add 8087 coprocessor AJR2018-12-131-0/+3
* devcb3 Vas Crabb2018-07-071-4/+4
* 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-111-2/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-14/+8
* i86: Memory stuff (nw) AJR2018-02-041-13/+13
* Flushing some stuff... (nw) Olivier Galibert2018-01-181-1/+3
* i386: x87 bug fixes and FERR support [Andrey Merkulov] cracyc2017-12-161-0/+14
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+4
* i86: add support for IF status and segreg address spaces [Carl] cracyc2017-08-081-1/+29
* 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-13/+14
* i86: Add decrypted opcodes space support [O. Galibert] Olivier Galibert2017-04-011-3/+4
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* 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/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-103/+103
* made common_op for wip tool (nw) Miodrag Milanovic2016-08-121-1/+1
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* 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-2/+2
* override part 1 (nw) Miodrag Milanovic2015-12-051-15/+15
* 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/+371