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
*
Better handling of null/missing items. More consistent error handling. Reduce...
save-experiments
Aaron Giles
2021-04-20
1
-1
/
+5
*
g update:
Aaron Giles
2021-04-15
1
-4
/
+4
*
Added save state window to debugger. Centralized unique/vector/pointer unwrap...
Aaron Giles
2021-04-12
1
-4
/
+9
*
Add explicit unique_ptr/vector containers. Fix registration checks. Added mod...
Aaron Giles
2021-04-09
1
-14
/
+15
*
Created new hierarchical save_registrar, which supports self-describing struc...
Aaron Giles
2021-04-09
1
-5
/
+43
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-24
/
+66
*
-osd: Clean up inline maths utilities.
Vas Crabb
2021-01-18
1
-1
/
+1
*
Eliminate many unnecessary c_str calls
AJR
2020-12-21
1
-1
/
+1
*
device.cpp: Do a little less logging
AJR
2020-12-21
1
-2
/
+3
*
view: Save their state
Olivier Galibert
2020-12-21
1
-0
/
+17
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-2
/
+2
*
validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu...
Vas Crabb
2020-08-28
1
-4
/
+4
*
device.cpp, dimemory.cpp: Correct typos in comments
AJR
2020-07-21
1
-2
/
+2
*
device.cpp: initialized a couple of variables, fixes numerous bugs in devnocl...
Ivan Vangelista
2020-05-13
1
-4
/
+6
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-1
/
+18
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-4
/
+4
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-1
/
+1
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-3
/
+3
|
/
*
These two should be noexcept as well (nw)
AJR
2019-11-09
1
-2
/
+2
*
Cleaned up Virtal Boy slot code.
Vas Crabb
2019-11-10
1
-3
/
+2
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-1
/
+1
*
Fix main fallout (nw)
Olivier Galibert
2018-08-26
1
-24
/
+9
*
emumem: Fix ioports/membanks in internal maps [O. Galibert]
Olivier Galibert
2018-08-26
1
-8
/
+9
*
devcb3
Vas Crabb
2018-07-07
1
-0
/
+11
*
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
AJR
2018-06-24
1
-0
/
+1
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-25
/
+19
*
Route sound relative to current device.
Vas Crabb
2018-05-01
1
-3
/
+5
*
Make devopt menu localisable.
Vas Crabb
2018-04-28
1
-0
/
+13
*
Sarayan made me do it.
Vas Crabb
2018-04-28
1
-4
/
+4
*
Allow machine configuration to specify BIOS easily, move default BIOS selecti...
Vas Crabb
2018-03-26
1
-1
/
+50
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-6
/
+6
*
Fixes (nw)
Olivier Galibert
2018-02-13
1
-22
/
+36
*
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
[next]