summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86/i186.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... Aaron Giles2021-04-131-29/+13
* srcclean in preparation for release Vas Crabb2021-03-281-1/+1
* i186: Timer updates AJR2021-03-151-57/+49
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-18/+18
* consola_emt.cpp: Correct MCU type (nw) AJR2020-06-031-0/+4
* i186.cpp: initialized variable as needed to avoid timing regression in some l... Ivan Vangelista2020-05-131-0/+1
* i86, i186, i286: Add byte registers to debugger state; improve tracking of pr... AJR2020-05-031-1/+1
* new working machines cracyc2020-02-081-63/+211
* 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-081-2/+2
* i186: Fix weird handle_eoi bug [O. Galibert] Olivier Galibert2019-07-141-1/+1
* i186: Official names found for DMA registers (nw) AJR2019-05-191-24/+23
* i186: Peripheral register refinements AJR2019-05-191-55/+82
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+29
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-29/+0
* i186: Add interrupt controller registers to debugger state AJR2019-03-111-0/+12
* i186: make drq level triggered (nw) cracyc2019-02-121-0/+17
* 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
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-3/+1
* i186: handle program space mapping for io block same as io space (nw) cracyc2018-03-291-13/+52
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* i86: Memory stuff (nw) AJR2018-02-041-7/+0
* Add some internal peripheral block registers to 80186 debug state AJR2018-02-031-0/+29
* Flushing some stuff... (nw) Olivier Galibert2018-01-181-74/+74
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-9/+12
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [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/+6
* i186: stuff (nw) cracyc2017-04-291-0/+2
* i86: Add decrypted opcodes space support [O. Galibert] Olivier Galibert2017-04-011-2/+14
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* remove tag() argument from logerror() calls in cpu/i86, floppy code Sergey Svishchev2017-02-201-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* New not working cracyc2017-01-111-6/+16
* added halt to debugger state, so you can break out of a hlt instruction [smf] smf-2016-12-031-2/+3
* missed these (nw) smf-2016-12-031-1/+1
* Update disassembly if IP or CS are changed in the debugger. Also update IP & ... smf-2016-12-031-8/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-43/+43
* disassembly window fixes (nw) smf-2016-10-191-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+2
* Less errorlog spam. (nw) Curt Coder2016-08-161-6/+6
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* reverting: Miodrag Milanovic2016-01-201-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1