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
/
emu
/
machine
/
ds1302.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed usage of uninitialized member in ds1302_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+1
*
Some changes/corrections to device descriptions from MASH (nw)
Scott Stone
2014-03-31
1
-1
/
+1
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-11
/
+11
*
Clean-ups and version bump
mame0145u8
Miodrag Milanovic
2012-05-07
1
-8
/
+8
*
Added the clock counter chain and other common functions into device_rtc_inte...
Curt Coder
2012-04-27
1
-114
/
+312
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-39
/
+4
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-6
/
+6
*
Correcting device names. No whatsnew.
Ryan Holtz
2010-08-28
1
-1
/
+1
*
Updated the Dallas DS1302 RTC device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-27
1
-110
/
+130
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-2
/
+2
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-4
/
+2
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-1
/
+1
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
The other larger patch adds missing static and const qualifiers, and
Aaron Giles
2009-06-08
1
-1
/
+1
*
Fixed save state issues for all but 2 of the devices I converted earlier
Fabio Priuli
2009-06-01
1
-6
/
+6
*
Converted DS1302 to use devtemplate
Fabio Priuli
2009-06-01
1
-31
/
+17
*
Converted Dallas DS1302 RTC to a device
Fabio Priuli
2009-05-30
1
-61
/
+164
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-06-26
1
-3
/
+2
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-0
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+140