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
/
ds2404.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-2
/
+2
*
fix DEBUG crash?
Michaël Banaan Ananas
2013-07-07
1
-12
/
+30
*
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
-6
/
+6
*
Removed unneeded includes. (nw)
Curt Coder
2012-12-07
1
-1
/
+0
*
ds2404: get rid of trampoline code
Michaël Banaan Ananas
2012-10-06
1
-5
/
+5
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-2
/
+2
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-57
/
+19
*
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
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-4
/
+4
*
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
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-1
/
+1
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-1
/
+1
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-1
/
+1
*
Killing debug text. No whatsnew.
Ryan Holtz
2010-08-27
1
-19
/
+0
*
Updated the Dallas DS2404 RTC device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-27
1
-169
/
+256
*
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
/
+3
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-3
/
+3
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
Fixes so we can compile as C++ again.
Aaron Giles
2009-12-28
1
-1
/
+1
*
And some more. Converted the ds2404 to a device along the way.
Aaron Giles
2009-12-21
1
-91
/
+127
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-11
1
-3
/
+2
*
Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch,
Aaron Giles
2008-11-26
1
-1
/
+2
*
Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic().
Aaron Giles
2008-02-06
1
-1
/
+1
*
Changes for MAME 0.121u2.
mame0121u2
Aaron Giles
2007-12-17
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+320