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
/
z80.cpp
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
1
-4
/
+5
*
z80: fix debugger h flag
hap
2025-06-03
1
-1
/
+1
*
z80: use z80 terminology for the flag vars
hap
2025-06-03
1
-129
/
+132
*
z80: support accessing F register in debugger
hap
2025-06-03
1
-2
/
+3
*
z80: set the flags after loadstate
hap
2025-06-03
1
-9
/
+9
*
cpu/z80: Handled flags lazily (#13729)
holub
2025-06-03
1
-149
/
+256
*
cpu/z80: Removed internal TADR variable - effective addresses can be passed a...
holub
2025-05-04
1
-1
/
+0
*
cpu/z80: Optimized detection of attention needed in service step. (#13630)
holub
2025-05-03
1
-13
/
+20
*
cpu/z80/z80.cpp: Get rid of some flag LUTs (#13607)
holub
2025-04-20
1
-67
/
+43
*
cpu/z80/z84c015.cpp: Isolated cpu-specific memory translate functions (#13581)
holub
2025-04-11
1
-7
/
+6
*
z80/z80make.py: Revisited z80 code generator (#13573)
holub
2025-04-10
1
-3
/
+0
*
cpu/z80: Improved z80 code generation (#13558)
holub
2025-04-05
1
-15
/
+1
*
sega/sega_ferie.cpp: Add new not working systems (#11862)
qufb
2024-11-16
1
-0
/
+3
*
z80: use LOGMASKED instead of a macro for each log type,
hap
2024-09-02
1
-6
/
+5
*
nsc800: move device to its own file
hap
2024-08-31
1
-47
/
+0
*
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
1
-0
/
+9
*
z80.h: change PAIR to PAIR16 (all those registers are 16bit)
hap
2024-08-31
1
-34
/
+33
*
z80: reset m_ref when PC is changed through state_import
hap
2024-07-18
1
-7
/
+9
*
cpu/z80/r800.cpp: (#12530)
wilbertpol
2024-07-10
1
-33
/
+26
*
z80: decide to remove embedded changelog from comments (refer to github history)
hap
2024-06-21
1
-108
/
+20
*
z80: add busack output pin
hap
2024-06-13
1
-1
/
+3
*
cpu/z80/z80.cpp: Move busrq check to service step (#12475)
holub
2024-06-12
1
-1
/
+1
*
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
1
-90
/
+1
*
cpu/z80/z80.cpp: Refactor redoable case (#12472)
holub
2024-06-12
1
-31
/
+2
*
devcpu: fix possible time travel issue in defer_access,
hap
2024-06-11
1
-6
/
+2
*
cpu/z80/z80.cpp Update core generator to support r800 [holub, Wilbert Pol] (#...
holub
2024-06-05
1
-34
/
+20
*
cpu/z80/z80.cpp new generatable core (#12423)
holub
2024-06-03
1
-2793
/
+137
*
cpu/z80: Update WZ during in block I/O instructions. (#11812)
Manuel Sainz de Baranda y Goñi
2023-12-04
1
-0
/
+4
*
z80: fix rop() opcode read call
hap
2023-09-16
1
-1
/
+1
*
Miscellaneous cleanups of recent commits.
Vas Crabb
2023-09-03
1
-54
/
+70
*
cpu/z80/z80.cpp: Improved flags, and removed timing tables. (#11522)
holub
2023-09-03
1
-615
/
+503
*
cpu/z80: Revert a94254a while we figure out the severe performance regression...
arbee
2023-08-30
1
-2544
/
+2608
*
z80: Rewrite the core to handle interruptibility
holub
2023-08-30
1
-2608
/
+2544
*
flower: overclock cpu again
hap
2023-08-04
1
-1
/
+1
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-5
/
+1
*
z80: Clean up error message and inconsistent bracing
AJR
2023-06-04
1
-3
/
+2
*
z80.cpp - Add EI to IM0 handler (#11307)
Mark Garlanger
2023-06-04
1
-5
/
+18
*
sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018)
holub
2023-05-12
1
-6
/
+6
*
cpu/z80: Fixed incorrect cycle counts when custom cycle tables are used. (#11...
wilbertpol
2023-05-01
1
-2
/
+9
*
Interrupt callback rationalization
AJR
2023-03-11
1
-1
/
+1
*
z80.cpp: fix WZ flag (#10291)
holub
2022-08-29
1
-15
/
+15
*
z80: bug fix for 16-bit operands
Patrick Mackinlay
2022-05-23
1
-1
/
+3
*
z80: remove undesired state var in cpu implementation (#9645)
holub
2022-04-29
1
-1
/
+0
*
spectrum48: fix floating int (#9637)
holub
2022-04-27
1
-39
/
+49
*
cpu/z80: Improved timing within instructions. (#9449)
holub
2022-04-26
1
-456
/
+575
*
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
[next]