index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
cpu
/
i86
/
i186.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cases where specific segment register settings could cause the i80186/188...
Lord-Nightmare
2025-04-09
1
-4
/
+4
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-0
/
+1
*
leland: fix rom samples playback
cracyc
2024-06-06
1
-4
/
+4
*
i186: Use cycles_to_attotime and attotime_to_cycles for timer period calculat...
AJR
2024-04-10
1
-3
/
+3
*
i186: remove outdated error message
cracyc
2024-04-07
1
-5
/
+0
*
i186: fix dma on timer2 and timer2 as prescaler (#12223)
Hannes Janetzek
2024-04-06
1
-2
/
+6
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-12
/
+4
*
emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers.
Vas Crabb
2023-06-13
1
-6
/
+2
*
Revert "emu_timer: undo prev commit, add running() getter and change some ena...
hap
2022-11-01
1
-2
/
+2
*
emu_timer: undo prev commit, add running() getter and change some enabled() c...
hap
2022-10-25
1
-2
/
+2
*
i186: Add Am186EM and Am188EM variant types
AJR
2022-07-26
1
-6
/
+19
*
srcclean and cleanup in preparation for branching MAME 0.245
Vas Crabb
2022-06-26
1
-1
/
+1
*
pwrview: display and sio wip
cracyc
2022-06-09
1
-0
/
+7
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-351
/
+367
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-3
/
+3
*
srcclean in preparation for release
Vas Crabb
2021-03-28
1
-1
/
+1
*
i186: Timer updates
AJR
2021-03-15
1
-57
/
+49
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-1
/
+1
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
1
-18
/
+18
*
consola_emt.cpp: Correct MCU type (nw)
AJR
2020-06-03
1
-0
/
+4
*
i186.cpp: initialized variable as needed to avoid timing regression in some l...
Ivan Vangelista
2020-05-13
1
-0
/
+1
*
i86, i186, i286: Add byte registers to debugger state; improve tracking of pr...
AJR
2020-05-03
1
-1
/
+1
*
new working machines
cracyc
2020-02-08
1
-63
/
+211
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-2
/
+2
*
Correct a few CPU device names (nw)
AJR
2019-10-08
1
-2
/
+2
*
i186: Fix weird handle_eoi bug [O. Galibert]
Olivier Galibert
2019-07-14
1
-1
/
+1
*
i186: Official names found for DMA registers (nw)
AJR
2019-05-19
1
-24
/
+23
*
i186: Peripheral register refinements
AJR
2019-05-19
1
-55
/
+82
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-0
/
+29
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-29
/
+0
*
i186: Add interrupt controller registers to debugger state
AJR
2019-03-11
1
-0
/
+12
*
i186: make drq level triggered (nw)
cracyc
2019-02-12
1
-0
/
+17
*
i186: revert dma change, breaks tandy2k and pcd (nw)
cracyc
2018-11-24
1
-4
/
+0
*
r9751: Implement proper SMIOC emulation through new uart emulation (#4188)
Brandon Munger
2018-10-24
1
-0
/
+4
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
1
-3
/
+1
*
i186: handle program space mapping for io block same as io space (nw)
cracyc
2018-03-29
1
-13
/
+52
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-1
/
+1
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-2
/
+2
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-2
/
+2
*
i86: Memory stuff (nw)
AJR
2018-02-04
1
-7
/
+0
*
Add some internal peripheral block registers to 80186 debug state
AJR
2018-02-03
1
-0
/
+29
*
Flushing some stuff... (nw)
Olivier Galibert
2018-01-18
1
-74
/
+74
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-3
/
+3
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-9
/
+12
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-13
/
+6
*
i186: stuff (nw)
cracyc
2017-04-29
1
-0
/
+2
*
i86: Add decrypted opcodes space support [O. Galibert]
Olivier Galibert
2017-04-01
1
-2
/
+14
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-2
/
+2
[next]