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
/
timekpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ds1643_device: fix wrong constructor
hap
2024-12-07
1
-9
/
+9
*
-misc/multfish.cpp: Minor cleanups: (#12862)
cam900
2024-10-10
1
-6
/
+11
*
ds8874: move to video folder (led driver chip),
hap
2024-04-11
1
-1
/
+2
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-4
/
+4
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-2
/
+0
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-3
/
+2
*
Skeleton driver for 600 Cellular Activation Tester (#11225)
MooglyGuy
2023-05-13
1
-3
/
+14
*
RTC interface updates
AJR
2023-02-03
1
-12
/
+13
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-4
/
+6
*
Use ioprocs classes instead of emu_file for device_nvram_interface's load and...
AJR
2022-02-27
1
-6
/
+8
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+2
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
1
-1
/
+1
*
Fix for building with visual studio 2019 (nw)
smf-
2019-10-26
1
-4
/
+0
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-134
/
+130
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-130
/
+134
*
srcclean (nw)
Vas Crabb
2019-02-24
1
-1
/
+1
*
magic numbers are bad, untested changes are worse (nw)
Vas Crabb
2019-02-23
1
-9
/
+3
*
timekpr.cpp : Remove unnecessary arguments in handlers
cam900
2019-02-20
1
-129
/
+131
*
timekpr: Fix watchdog delay setting (nw)
Ted Green
2018-11-14
1
-4
/
+3
*
-sbus: Fixed a minor typo in the description of the Artecon serial/parallel b...
mooglyguy
2018-09-16
1
-3
/
+9
*
-sun4: Fixed timekeeper type and fixed timekeeper behavior that could cause i...
mooglyguy
2018-09-16
1
-0
/
+11
*
MK48T12, correct size [smf]
smf-
2018-03-08
1
-1
/
+1
*
Cp Error. M48T08 doesn't have watchdog. (nw)
Ted Green
2017-06-23
1
-3
/
+3
*
M48T37 timekeeper: Add watchdog function. (nw)
Ted Green
2017-06-23
1
-2
/
+59
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-14
/
+14
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-6
/
+6
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-14
/
+14
*
-Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). [Ryan...
therealmogminer@gmail.com
2016-10-16
1
-52
/
+19
*
Get sun4_40 happy with SCSI
therealmogminer@gmail.com
2016-07-22
1
-0
/
+16
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-18
/
+9
*
Refix some of the this==NULL stuff
therealmogminer@gmail.com
2016-01-23
1
-9
/
+5
*
First round of this==NULL crash fixes
therealmogminer@gmail.com
2016-01-23
1
-3
/
+7
*
reverting:
Miodrag Milanovic
2016-01-20
1
-6
/
+6
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-6
/
+6
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-2
/
+2
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+437