index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
/
z180
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu/z180/z180.cpp: Fix filename in comment (#13555)
cam900
2025-04-03
1
-1
/
+1
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-7
/
+13
*
z180asci: Fix calculation of framing and parity errors
AJR
2024-10-21
1
-6
/
+6
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
4
-16
/
+16
*
tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke...
hap
2024-09-20
5
-8
/
+6
*
diexec: Remove vestigial execute_burn override
AJR
2024-09-18
1
-1
/
+1
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
Removed some extraneous semicolons. (#12029)
amameuser
2024-02-13
1
-1
/
+1
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
7
-41
/
+14
*
emu/devfind.h: Added a lookup() member function to device finders.
Vas Crabb
2023-06-12
1
-7
/
+7
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
5
-20
/
+20
*
z180: Fix cycle timings for branches not taken (one operand byte is always read)
AJR
2023-05-20
1
-4
/
+7
*
cpu/nec: Fixed build; also, srcclean
Vas Crabb
2023-03-26
1
-1
/
+1
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
2
-2
/
+3
*
amstrad/pda600.cpp: Added simulation of coprocessor, input and storage. (#10862)
Sandro Ronco
2023-03-15
1
-1
/
+9
*
Interrupt callback rationalization
AJR
2023-03-11
1
-1
/
+1
*
cpu/z180: Added CSIO emulation. [Vas Crabb, Sandro Ronco]
Vas Crabb
2023-03-11
5
-49
/
+400
*
hd647180x: fix typo on port E read
hap
2022-12-07
1
-3
/
+3
*
z180asci: fix logic errors (nw)
Peter Ferrie
2022-08-03
1
-4
/
+4
*
Z180 ASCI (#9762)
Miodrag Milanović
2022-06-06
4
-220
/
+965
*
-tim011.cpp: Hooked up floppy drives properly. (#9649)
Miodrag Milanović
2022-05-02
2
-0
/
+21
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
Debugger feature improvements
AJR
2022-03-27
1
-3
/
+11
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-1
/
+0
*
hd647180x: Eliminate data space and instead map internal RAM into program spa...
AJR
2021-03-17
4
-58
/
+16
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-0
/
+1
*
z180: Updates
AJR
2020-08-12
5
-58
/
+51
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
5
-25
/
+22
*
z8s180: Fix segmentation fault due to oversight in last commit (nw)
AJR
2020-03-22
1
-0
/
+2
*
z8s180: Internalize certain registers; make clock divider software-selectable
AJR
2020-03-22
2
-170
/
+177
*
that should be the rest of the devcb arrays switched to new syntax (nw)
Vas Crabb
2020-02-08
2
-8
/
+8
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-7
/
+7
*
z180: Reduce logical address width to 16 bits
AJR
2019-10-02
1
-2
/
+2
*
z180: Minor technical correction to note (nw)
AJR
2019-10-02
1
-1
/
+1
*
Add internal clock divider for Z180 family and adjust CPU clocks in many driv...
AJR
2019-10-02
2
-6
/
+12
*
hd64180rp: Fix major address space configuration error (nw)
AJR
2019-09-30
2
-5
/
+5
*
Split generic Z180 device into several subtypes. HD647180X now has specific d...
AJR
2019-09-30
6
-51
/
+551
*
z180: Fixed verbose logging (nw)
Nigel Barnes
2019-08-22
1
-6
/
+6
*
z180: Fix copy-and-paste error (nw)
AJR
2019-06-17
1
-1
/
+1
*
z180: Separate out internal registers by function; get rid of a lot of not-so...
AJR
2019-06-17
4
-1110
/
+735
*
"hardware" typo corrections (nw)
Scott Stone
2019-03-30
1
-1
/
+1
*
srcclean and manual fixup (nw)
Vas Crabb
2018-08-26
1
-4
/
+4
*
Z180: CSIO Flags & FRC implementation (#3882)
grullosgo
2018-08-23
1
-3
/
+4
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
1
-1
/
+2
*
proposal: move z80daisy* to devices/machine (#3572)
Patrick Mackinlay
2018-05-15
1
-1
/
+1
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
5
-9
/
+9
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-4
/
+4
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
2
-3
/
+3
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-1
/
+1
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
2
-4
/
+4
[next]