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
/
device.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-3
/
+2
*
fixed issue noticed for racedrivpan (nw)
Miodrag Milanovic
2016-02-28
1
-1
/
+1
*
Remove this==NULL comps, nw
therealmogminer@gmail.com
2016-01-23
1
-9
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-27
/
+27
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-8
/
+8
*
placed this back, bad OG :) (nw)
Miodrag Milanovic
2016-01-17
1
-0
/
+8
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-8
/
+8
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-35
/
+27
*
Clear device driver member variables on creation (nw)
Miodrag Milanovic
2016-01-08
1
-1
/
+1
*
tagmap_t to std::unordered_map or std::unordered_set where applicable (nw)
Miodrag Milanovic
2015-12-09
1
-3
/
+3
*
cleanup
Miodrag Milanovic
2015-12-06
1
-2
/
+2
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-51
/
+51
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-2
/
+2
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+2
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
1
-0
/
+5
*
Revert "Remove unnecessary null checks" for now, undefined behavior but break...
balr0g
2015-05-17
1
-0
/
+8
*
Remove unnecessary null checks (nw)
balr0g
2015-05-16
1
-8
/
+0
*
small cleanup (nw)
Miodrag Milanovic
2015-04-22
1
-2
/
+2
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
some astring to std::string conversion (nw)
Miodrag Milanovic
2015-04-18
1
-11
/
+11
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-6
/
+6
*
save: Give the device when available to the state save subsystem [O. Galibert]
Olivier Galibert
2015-02-14
1
-2
/
+2
*
core: Add per-game parameters [O. Galibert]
Olivier Galibert
2015-01-25
1
-0
/
+1
*
debug/qt: Add a per-device window [O. Galibert]
Olivier Galibert
2014-12-22
1
-1
/
+5
*
more passing of attotime as const references (nw)
Oliver Stöneberg
2014-07-04
1
-3
/
+3
*
removed lot of legacy code in memory system and removed corresponding macros ...
Miodrag Milanovic
2014-05-05
1
-10
/
+0
*
konamigx: Reverb me harder baby! [O. Galibert]
Olivier Galibert
2014-04-08
1
-0
/
+4
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-2
/
+2
*
Added ability to add optional or required device/ioport/memory_region/... [Mi...
Miodrag Milanovic
2014-02-15
1
-1
/
+1
*
removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw)
smf-
2013-12-18
1
-2
/
+0
*
Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac...
Curt Coder
2013-11-13
1
-0
/
+4
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Memory system: added endianness to the memory_share class.
Aaron Giles
2013-07-20
1
-357
/
+5
*
Convert Atari JSA sound boards to their own devices, and replumb
Aaron Giles
2013-07-14
1
-1
/
+1
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
made required/optional device finder part of validation (nw)
Miodrag Milanovic
2013-04-10
1
-6
/
+11
*
Cleanups and version bump
mame0148u3
Miodrag Milanovic
2013-04-09
1
-1
/
+1
*
Placed m_source variable in device_t and filled it with provided value (nw)
Miodrag Milanovic
2013-03-26
1
-0
/
+2
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-2
/
+1
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-8
/
+4
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-56
/
+56
*
Created a base class delegate_common_base for all delegate
Aaron Giles
2012-10-14
1
-0
/
+10
*
srcclean (nw)
Curt Coder
2012-10-07
1
-1
/
+1
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-18
/
+0
*
NVRAM_HANDLER removal.
Aaron Giles
2012-09-21
1
-1
/
+1
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+6
*
Fix clang compile error (nw)
Wilbert Pol
2012-09-17
1
-3
/
+3
*
required/optional_* templates can auto-return a reference
Aaron Giles
2012-09-17
1
-0
/
+12
*
Get rid of devtag_reset macro.
Aaron Giles
2012-09-12
1
-3
/
+0
*
In device_state_interface, rename state() to state_int()
Aaron Giles
2012-09-11
1
-0
/
+1
[next]