summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86/i186.cpp
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* leland: fix rom samples playback cracyc2024-06-061-4/+4
* i186: Use cycles_to_attotime and attotime_to_cycles for timer period calculat... AJR2024-04-101-3/+3
* i186: remove outdated error message cracyc2024-04-071-5/+0
* i186: fix dma on timer2 and timer2 as prescaler (#12223) Hannes Janetzek2024-04-061-2/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-12/+4
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-6/+2
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-011-2/+2
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-251-2/+2
* i186: Add Am186EM and Am188EM variant types AJR2022-07-261-6/+19
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
* pwrview: display and sio wip cracyc2022-06-091-0/+7
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-351/+367
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-3/+3
* 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