index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
machine
/
z80ctc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean and cleanup
Vas Crabb
2024-05-26
1
-4
/
+4
*
machine/z80ctc.cpp: fix channel bus readback on unset timer
angelosa
2024-05-01
1
-1
/
+5
*
sinclair: Started adding devices for ZX Spectrum Next. [holub]
Vas Crabb
2024-04-02
1
-2
/
+7
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-14
/
+0
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-4
/
+4
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-2
/
+2
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
Z80 CTC ZC/TO goes high for one clock cycle [smf]
smf-
2021-12-17
1
-3
/
+10
*
(nw) whole lot less of { *this }
Vas Crabb
2020-02-05
1
-8
/
+7
*
Prevent integer overflow in Z80 CTC device, which causes a runtime error on W...
Justin Kerk
2019-03-31
1
-1
/
+4
*
z80ctc, z80dart, z80sio: Simplify read/write handlers (nw)
AJR
2019-03-27
1
-2
/
+2
*
z80ctc: Allow a fixed-rate clock input to be configured for each channel. Thi...
AJR
2018-11-10
1
-44
/
+52
*
Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw)
AJR
2018-11-05
1
-1
/
+1
*
z80daisy: finished removing MCFG macro (nw)
Ivan Vangelista
2018-08-31
1
-6
/
+7
*
z80ctc.cpp: Room for improvement (nw)
AJR
2018-05-15
1
-0
/
+1
*
proposal: move z80daisy* to devices/machine (#3572)
Patrick Mackinlay
2018-05-15
1
-1
/
+0
*
z80ctc: Disabling a channel interrupt also turns it off
AJR
2018-05-06
1
-1
/
+9
*
z80ctc: Make channels into subdevices
AJR
2018-04-14
1
-122
/
+112
*
z80ctc: Minor clock cleanup (nw)
AJR
2017-05-25
1
-5
/
+2
*
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
*
polyplay: added newer ZRE-PP based polyplay version
Ariane Fugmann
2017-01-12
1
-0
/
+6
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-4
/
+4
*
TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw)
Miodrag Milanovic
2016-03-07
1
-3
/
+3
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
Cleanups and version bump
mame0169
Miodrag Milanovic
2015-12-30
1
-2
/
+0
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-2
/
+2
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-3
/
+3
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-3
/
+3
*
Some more cleanup (nw)
Miodrag Milanovic
2015-11-11
1
-3
/
+5
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+526