summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-093-8/+8
* i86: Fix pathological case where jumping into pages of FF-prefixed invalid op... AJR2019-11-061-0/+1
* Merge pull request #5794 from JoakimLarsson/epc_4 Joakim Larsson Edström2019-10-281-1/+1
|\
| * i86.cpp: disabled warning when executing lock (0xf0) instruction, why warn at... Joakim Larsson Edstrom2019-10-241-1/+1
* | Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
|/
* Correct a few CPU device names (nw) AJR2019-10-083-5/+5
* i186: Fix weird handle_eoi bug [O. Galibert] Olivier Galibert2019-07-141-1/+1
* mindset: Hack the interrupts a little more [O. Galibert] Olivier Galibert2019-06-211-0/+1
* i186: Official names found for DMA registers (nw) AJR2019-05-192-34/+33
* i186: Peripheral register refinements AJR2019-05-192-61/+89
* (nw) Clean up the mess on master Vas Crabb2019-03-263-4/+39
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-39/+4
* i186: Add interrupt controller registers to debugger state AJR2019-03-112-1/+18
* srcclean (nw) Vas Crabb2019-02-241-1/+1
* i186: make drq level triggered (nw) cracyc2019-02-122-2/+20
* i86: Fix passing of opcode address to coprocessor AJR2019-01-221-1/+1
* Fixed regressions reported by Tafoid, nw mooglyguy2018-12-161-6/+2
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-152-25/+7
* -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
* i186: revert dma change, breaks tandy2k and pcd (nw) cracyc2018-11-241-4/+0
* r9751: Implement proper SMIOC emulation through new uart emulation (#4188) Brandon Munger2018-10-241-0/+4
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-0/+1
* devcb3 Vas Crabb2018-07-073-9/+13
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* 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-114-12/+12
* i86: halt (nw) cracyc2018-05-091-0/+8
* i186: handle program space mapping for io block same as io space (nw) cracyc2018-03-292-13/+56
* Reshuffle some stuff: Vas Crabb2018-03-283-4/+4
* 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-153-5/+5
* destaticify initializations (nw) (#3289) wilbertpol2018-03-044-28/+22
* i86: Memory stuff (nw) AJR2018-02-047-137/+104
* Add some internal peripheral block registers to 80186 debug state AJR2018-02-032-0/+43
* i386/i286: fix default cs flags (nw) cracyc2018-02-021-3/+3
* Flushing some stuff... (nw) Olivier Galibert2018-01-186-98/+100
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* i386: x87 bug fixes and FERR support [Andrey Merkulov] cracyc2017-12-162-15/+35
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-3/+3
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-262-6/+11
* i86: won't actually work without this (nw) cracyc2017-08-081-0/+3
* i86: add support for IF status and segreg address spaces [Carl] cracyc2017-08-083-27/+109
* This is too contentious, please put it up for review Vas Crabb2017-08-012-3/+3
* Create explicit i386dasm include for x86 DRC (nw) AJR2017-08-011-1/+1
* Changes to debugger memory address translation AJR2017-08-012-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-106-12/+12
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-036-30/+41
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-033-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-57/+53