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
/
adc083x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-6
/
+6
*
removed adc083x_interface (nw)
smf-
2013-05-29
1
-25
/
+4
*
modernised adc083x, ds2401, upd4701 [smf]
smf-
2013-05-09
1
-298
/
+192
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-2
/
+0
*
Stop allocating arrays of UINT8s for the tokens, when
Aaron Giles
2012-09-18
1
-2
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
Cleanup and some inheritance fixes (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-45
/
+0
*
conversion of legacy devices into modern wip (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-5
/
+67
*
Removed template usage for legacy devices, to make my future work easier (nw)
Miodrag Milanovic
2012-08-30
1
-18
/
+35
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-19
/
+19
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-14
/
+14
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-1
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-4
/
+4
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+6
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-18
/
+16
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-17
/
+17
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-5
/
+5
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-17
/
+17
*
added device support to the input system. internally this replaces PORT_CUSTO...
smf-
2009-11-20
1
-154
/
+172
*
The other larger patch adds missing static and const qualifiers, and
Aaron Giles
2009-06-08
1
-1
/
+1
*
Cleanups and version bump.
mame0131u4
Aaron Giles
2009-06-04
1
-12
/
+12
*
Removed type member from ADC083x and ADC1213x state structures.
Fabio Priuli
2009-06-02
1
-62
/
+33
*
Fixed problem with derived devices in devtempl.h. Fixed save state issues wit...
Fabio Priuli
2009-06-01
1
-69
/
+98
*
Converted ADC1213x converters to be MAME devices. Also, made more specific th...
Fabio Priuli
2009-06-01
1
-2
/
+2
*
Converted NEC uPD4701 to be a MAME device and hopefully fixed ACD083x device ...
Fabio Priuli
2009-06-01
1
-6
/
+6
*
Converted ADC083x converters to be MAME devices
Fabio Priuli
2009-06-01
1
-250
/
+309
*
Hi mamedev,
Aaron Giles
2008-12-16
1
-21
/
+14
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-26
/
+32
*
Here's the big one....
Aaron Giles
2008-12-11
1
-8
/
+1
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-11
1
-2
/
+1
*
Hi mamedev,
Aaron Giles
2008-12-08
1
-13
/
+14
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-13
/
+13
*
Move cpunum_get_active() removal.
Aaron Giles
2008-11-27
1
-1
/
+1
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-13
/
+13
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-2
/
+3
*
(From Oliver Stoneberg)
Aaron Giles
2008-01-03
1
-8
/
+8
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+465