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
/
z180.cpp
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
*
tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke...
hap
2024-09-20
1
-4
/
+3
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-6
/
+0
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
1
-1
/
+2
*
cpu/z180: Added CSIO emulation. [Vas Crabb, Sandro Ronco]
Vas Crabb
2023-03-11
1
-32
/
+50
*
Z180 ASCI (#9762)
Miodrag Milanović
2022-06-06
1
-212
/
+44
*
-tim011.cpp: Hooked up floppy drives properly. (#9649)
Miodrag Milanović
2022-05-02
1
-0
/
+16
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
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
1
-10
/
+0
*
z180: Updates
AJR
2020-08-12
1
-47
/
+42
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
1
-13
/
+12
*
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
1
-165
/
+156
*
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
1
-6
/
+10
*
hd64180rp: Fix major address space configuration error (nw)
AJR
2019-09-30
1
-4
/
+4
*
Split generic Z180 device into several subtypes. HD647180X now has specific d...
AJR
2019-09-30
1
-39
/
+83
*
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
1
-1013
/
+628
*
"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
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
1
-2
/
+2
*
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
1
-2
/
+2
*
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
1
-2
/
+2
*
Merge pull request #2850 from BartmanAbyss/master
R. Belmont
2017-11-26
1
-6
/
+25
|
\
|
*
z180: fixed Z180_RCR_REFW; support Wait State Generator (DCNTL)
bwodok
2017-11-26
1
-7
/
+26
*
|
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-5
/
+3
*
|
get rid of some "auto" (nw)
hap
2017-11-21
1
-3
/
+3
|
/
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
1
-2
/
+2
*
Changes to debugger memory address translation
AJR
2017-08-01
1
-2
/
+2
*
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
/
+13
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-2
/
+2
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-155
/
+154
*
Fix obvious type detected by Coverity, thanks Coverity
Olivier Galibert
2017-04-28
1
-1
/
+1
*
z180: added support for DREQ, TEND signals; fixed dma0 count, DREQ handling (...
BartmanAbyss
2017-04-25
1
-12
/
+45
*
srcclean (nw)
Vas Crabb
2017-03-26
1
-10
/
+10
*
z180: DMA fixes [R. Belmont]
arbee
2017-03-05
1
-11
/
+29
*
Comment correction (nw)
AJR
2017-03-05
1
-2
/
+2
*
Correct MMOD bit for Z180 DMA
AJR
2017-03-05
1
-3
/
+3
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-20
/
+20
[next]