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
/
z80
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up various stuff.
Vas Crabb
2025-07-01
1
-0
/
+1
*
z80: don't clear all input pins state at reset
hap
2025-06-10
2
-5
/
+6
*
z80: fix debugger h flag
hap
2025-06-03
1
-1
/
+1
*
z80: use z80 terminology for the flag vars
hap
2025-06-03
4
-341
/
+344
*
z80: support accessing F register in debugger
hap
2025-06-03
2
-3
/
+4
*
z80: set the flags after loadstate
hap
2025-06-03
5
-12
/
+19
*
cpu/z80: Handled flags lazily (#13729)
holub
2025-06-03
5
-450
/
+736
*
cpu/z80: Flatten 16b rw operations in order to avoid vars manipulations (#13676)
holub
2025-05-19
2
-154
/
+86
*
z80.lst: std::swap correction
hap
2025-05-05
1
-2
/
+2
*
z80.lst: small cleanup (press enter after semicolon)
hap
2025-05-05
2
-320
/
+810
*
cpu/z80: Changed macro call syntax in generator input (#13671)
holub
2025-05-05
3
-1452
/
+1470
*
cpu/z80: Removed internal TADR variable - effective addresses can be passed a...
holub
2025-05-04
4
-1269
/
+845
*
cpu/z80: Optimized detection of attention needed in service step. (#13630)
holub
2025-05-03
6
-78
/
+122
*
z80.lst: fix nsc800 compile
hap
2025-04-25
1
-1
/
+1
*
cpu/z80: Corrected name of generated nsc800 source file, removed duplicate so...
holub
2025-04-26
1
-1
/
+1
*
cpu/z80/z80.cpp: Get rid of some flag LUTs (#13607)
holub
2025-04-20
3
-86
/
+60
*
cpu/z80/z80.cpp: Avoided wrong isunset() detection in some Spectrum clones (#...
holub
2025-04-14
2
-3
/
+2
*
cpu/z80/z84c015.cpp: Isolated cpu-specific memory translate functions (#13581)
holub
2025-04-11
5
-11
/
+37
*
z80make: sort prefixes to have consistent generated output
hap
2025-04-10
1
-9
/
+9
*
t6a84: remove unneeded devcb
hap
2025-04-10
3
-44
/
+43
*
z80/z80make.py: Revisited z80 code generator (#13573)
holub
2025-04-10
6
-113
/
+221
*
cpu/z80: Improved z80 code generation (#13558)
holub
2025-04-05
10
-34
/
+25
*
z80: around 10% performance gain by checking if devcb is unset that is called...
hap
2025-03-29
1
-2
/
+4
*
z80/z80dasm.cpp: Switched *R (LDIR, OTIR, etc) debugger flag to STEP_OVER (#1...
holub
2025-03-21
1
-3
/
+3
*
raizing_batrider: hook up z80 busrq pin
hap
2025-01-16
2
-6
/
+10
*
t6a84: no need for PAGE_SIZE, it's a given that a 16-bit address space has a ...
hap
2024-12-04
2
-5
/
+3
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-3
/
+5
*
sega/sega_ferie.cpp: Add new not working systems (#11862)
qufb
2024-11-16
5
-5
/
+340
*
docastle: remove main-sub comms hack, hook up sn ready pin
hap
2024-11-15
2
-2
/
+1
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
12
-34
/
+34
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
2
-2
/
+0
*
z80: use LOGMASKED instead of a macro for each log type,
hap
2024-09-02
5
-20
/
+15
*
z80: remove boguswait pin (tried to fix super6 properly but no luck)
hap
2024-08-31
2
-2
/
+0
*
nsc800: move device to its own file
hap
2024-08-31
5
-76
/
+126
*
z80: add m_ea/m_rtemp to savestates
hap
2024-08-31
1
-7
/
+12
*
z80.inc: move logmacro stuff to c++ files so subdevices can add their own log...
hap
2024-08-31
4
-84
/
+20
*
z80.h: change PAIR to PAIR16 (all those registers are 16bit)
hap
2024-08-31
6
-193
/
+174
*
srcclean and cleanup
Vas Crabb
2024-07-28
1
-3
/
+3
*
z80: reset m_ref when PC is changed through state_import
hap
2024-07-18
2
-10
/
+12
*
cpu/z80/r800.cpp: (#12530)
wilbertpol
2024-07-10
5
-45
/
+2193
*
Cleaned up various stuff.
Vas Crabb
2024-06-30
1
-1
/
+1
*
z80dasm: small cleanup
hap
2024-06-26
3
-23
/
+28
*
z80ndasm: fix compile issue
hap
2024-06-26
1
-0
/
+1
*
srcclean and manual cleanup.
Vas Crabb
2024-06-23
2
-3
/
+3
*
z80: decide to remove embedded changelog from comments (refer to github history)
hap
2024-06-21
1
-108
/
+20
*
cpu/z80/z80.cpp: Fix misleading-indentation (#12477)
holub
2024-06-13
1
-5756
/
+5755
*
z80: add busack output pin
hap
2024-06-13
3
-6
/
+20
*
cpu/z80/z80.cpp: Move busrq check to service step (#12475)
holub
2024-06-12
2
-8
/
+8
*
cpu/z80/z80.cpp: Fix compile error (#12474)
holub
2024-06-12
1
-1
/
+1
*
New WORKING - sinclair/specnext.cpp: ZX Spectrum Next (known as tbblue) (#11918)
holub
2024-06-12
9
-95
/
+487
[next]