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
/
z8
/
z8.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
z8: Add register pairs to debug state
AJR
2019-04-06
1
-25
/
+13
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-92
/
+450
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-450
/
+92
*
z8: Split sio_tick into two functions (nw)
AJR
2019-01-21
1
-22
/
+28
*
z8: Mask RP properly for debug register view (nw)
AJR
2019-01-20
1
-2
/
+2
*
z8: Add standard_irq_callback for the sake of debugging (nw)
AJR
2019-01-19
1
-0
/
+1
*
z8682: Provide Z8 test ROM from Zilog application note
AJR
2019-01-18
1
-3
/
+2
*
amerihok: Slow down ADPCM chip to a much more reasonable speed
AJR
2019-01-18
1
-1
/
+1
*
z8: Preliminary UART emulation
AJR
2019-01-18
1
-27
/
+159
*
z8: Handle more timer corner cases (nw)
AJR
2019-01-18
1
-1
/
+17
*
z8: Rewrite timer emulation, including support for most TIN and TOUT modes
AJR
2019-01-18
1
-76
/
+260
*
z8: Add Z8682 type with (fake) internal ROM; prevent timer from endlessly thr...
AJR
2019-01-17
1
-3
/
+23
*
z8: Fix typo in pre1_write (restores noise in amerihok); misc. minor cleanups...
AJR
2018-12-09
1
-3
/
+3
*
z8: Register overhaul
AJR
2018-12-08
1
-313
/
+425
*
(nw) sm8500: fix line accidently deleted; z8 : when pc adjusted, move yellow bar
Robbbert
2018-10-13
1
-3
/
+12
*
srcclean (nw)
Vas Crabb
2018-09-23
1
-1
/
+1
*
(nw) z8: fixed more bugs; jtc: fixed cassette, wave sound, added quickload
Robbbert
2018-09-20
1
-15
/
+33
*
(nw) z8 : added the DA instruction
Robbbert
2018-09-15
1
-1
/
+0
*
(nw) z8: fixed detection of stack type; jtc: fixed display of jtces88
Robbbert
2018-09-13
1
-4
/
+4
*
Add dump of preprogrammed Z8671 MCU with BASIC/DEBUG interpreter
AJR
2018-07-11
1
-10
/
+30
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
1
-5
/
+5
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-6
/
+8
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
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
-3
/
+3
*
z8: Make address spaces big-endian
AJR
2018-02-21
1
-4
/
+4
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-7
/
+7
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-1
/
+1
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-4
/
+4
*
z8: Interrupts work better if vectors are read properly (nw)
AJR
2017-09-03
1
-1
/
+1
*
z8: Interrupts are working now
AJR
2017-09-03
1
-26
/
+187
*
z8: Mask external stack accesses too (nw)
AJR
2017-09-03
1
-4
/
+4
*
z8: Mask addresses for external memory accesses based on P0 control bits
AJR
2017-09-03
1
-15
/
+50
*
z8: Make data space optional; fix stack pop semantics
AJR
2017-09-03
1
-33
/
+51
*
Tidy up (nw)
AJR
2017-07-20
1
-1
/
+0
*
amerihok: Make some educated guesses regarding manufacturer, decade, MCU and ...
AJR
2017-07-20
1
-7
/
+20
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-0
/
+7
*
z8: Convert ports to DEVCB (nw)
AJR
2017-06-26
1
-11
/
+16
*
z8: Add more control registers for debug state
AJR
2017-06-25
1
-3
/
+12
*
z8: Timer clock cleanup (nw)
AJR
2017-05-25
1
-4
/
+4
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-13
/
+13
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-3
/
+3
*
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
-32
/
+32
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-2
/
+3
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-3
/
+2
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-2
/
+3
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
1
-1
/
+1
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-2
/
+2
[next]