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
/
tmpz84c015.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
z80: set the flags after loadstate
hap
2025-06-03
1
-0
/
+2
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-38
/
+5
*
sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018)
holub
2023-05-12
1
-4
/
+8
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-1
/
+1
*
tmpz84c015: Add WDT emulation
AJR
2020-12-07
1
-4
/
+78
*
devices/machine: simplified more handlers (nw)
Ivan Vangelista
2020-03-25
1
-3
/
+3
*
Eliminate legacy Z80 SIO emulation
AJR
2020-02-23
1
-2
/
+2
*
that should be the rest of the devcb arrays switched to new syntax (nw)
Vas Crabb
2020-02-08
1
-5
/
+4
*
change var const style back to how it was where 2993e850bbe44f8e7992877bd1e5a...
hap
2018-09-20
1
-2
/
+2
*
(nw) fix lots of inadverently mutable static pointers
Vas Crabb
2018-09-20
1
-2
/
+2
*
z80ctc: removed MCFG macros (nw)
Ivan Vangelista
2018-09-03
1
-9
/
+9
*
z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw)
Ivan Vangelista
2018-08-30
1
-22
/
+22
*
z80pio.cpp: removed macros (nw)
Ivan Vangelista
2018-08-28
1
-8
/
+8
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-1
/
+1
*
tmpz84c015: Add missing callback for ctc zc3
Dirk Best
2018-05-09
1
-9
/
+7
*
Streamline machine configuration macros - everyone's a device edition.
Vas Crabb
2018-05-06
1
-25
/
+25
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-6
/
+7
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-1
/
+1
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-2
/
+2
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-1
/
+1
*
Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw)
AJR
2017-09-24
1
-1
/
+1
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-1
/
+1
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-0
/
+7
*
devices/cpu to device_add_mconfig (nw)
Ivan Vangelista
2017-05-31
1
-6
/
+1
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-0
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
Critical fixes (nw)
AJR
2016-04-16
1
-1
/
+3
*
Eliminate device_t::static_config, a type-unsafe legacy feature.
AJR
2016-04-14
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+217