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
/
z180
/
z180.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
change cpu cores pcbase handling to be consistent with the majority of cpu co...
smf-
2016-09-28
1
-1
/
+0
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-1
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+1
*
Revert "change cpu cores pcbase handling to be consistent with the majority o...
Lord-Nightmare
2016-09-27
1
-0
/
+1
*
change cpu cores pcbase handling to be consistent with the majority of cpu co...
smf-
2016-09-27
1
-1
/
+0
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-1
/
+1
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
1
-6
/
+6
*
Eliminate device_t::static_config, a type-unsafe legacy feature.
AJR
2016-04-14
1
-8
/
+3
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-1
/
+1
[next]