index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move object finder resolution before device_start - should solve github #2759
Vas Crabb
2017-10-28
1
-2
/
+29
*
finally got rid of machine_mconfig_additions (nw)
Ivan Vangelista
2017-06-14
1
-17
/
+1
*
There's no day like today. This just follows up on the last commit: game dri...
Vas Crabb
2017-05-22
1
-0
/
+14
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-25
/
+22
*
Defend clocks_to_attotime and attotime_to_clocks against the possibility of t...
AJR
2017-04-21
1
-2
/
+7
*
Mechanism for devices to generate clocks for other devices
AJR
2017-04-21
1
-9
/
+44
*
Self-registering devices.
Vas Crabb
2017-03-03
1
-0
/
+56
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+3
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
1
-3
/
+3
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-9
/
+9
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-9
/
+9
*
* Doxyfy a significant chunk of devfind.h
Vas Crabb
2016-08-25
1
-1
/
+1
*
remove legacy forms of (required|optional)_(shared_ptr|ioport)_array
Vas Crabb
2016-08-25
1
-1
/
+1
*
C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir...
Nathan Woods
2016-08-07
1
-3
/
+3
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
1
-1
/
+15
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-6
/
+6
*
More efficient device error logging
AJR
2016-06-20
1
-1
/
+5
*
tagged_list to unordered_map in emumem (nw)
Miodrag Milanovic
2016-06-18
1
-4
/
+30
*
remove dependency (nw)
Miodrag Milanovic
2016-04-16
1
-1
/
+0
*
Eliminate device_t::static_config, a type-unsafe legacy feature.
AJR
2016-04-14
1
-1
/
+0
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-4
/
+19
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-101
/
+32
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-36
/
+0
*
Eliminate remaining this == NULL entry
Scott Stone
2016-01-23
1
-4
/
+0
*
Remove this==NULL comps, nw
therealmogminer@gmail.com
2016-01-23
1
-16
/
+0
*
reverting:
Miodrag Milanovic
2016-01-20
1
-18
/
+17
*
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
-17
/
+18
*
tagmap_t to std::unordered_map or std::unordered_set where applicable (nw)
Miodrag Milanovic
2015-12-09
1
-3
/
+3
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-57
/
+57
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-1
/
+1
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-1
/
+0
*
More cleanups (nw)
Miodrag Milanovic
2015-11-11
1
-1
/
+1
*
removed unused code (nw)
Miodrag Milanovic
2015-11-11
1
-45
/
+0
*
fix breakage while logerror (nw)
Miodrag Milanovic
2015-11-08
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1051