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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-12
/
+32
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-32
/
+12
*
-device: Added more granular device_feature bits as well as a couple more cat...
MooglyGuy
2019-03-17
1
-13
/
+32
*
-astrocade: Various changes. [Ryan Holtz]
mooglyguy
2019-03-17
1
-1
/
+2
*
emumem: Fix ioports/membanks in internal maps [O. Galibert]
Olivier Galibert
2018-08-26
1
-6
/
+6
*
devcb3
Vas Crabb
2018-07-07
1
-6
/
+3
*
Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s...
AJR
2018-06-24
1
-2
/
+2
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-3
/
+3
*
Add support for custom device constructors when replacing devices.
Vas Crabb
2018-05-08
1
-0
/
+2
*
Streamline machine configuration macros - everyone's a device edition.
Vas Crabb
2018-05-06
1
-5
/
+0
*
Make MCFG_DEVICE_ADD and callable device types more flexible:
Vas Crabb
2018-05-04
1
-2
/
+30
*
Allow devcb to be bound to a device/mixin or the target of a device
Vas Crabb
2018-05-02
1
-0
/
+1
*
Make devopt menu localisable.
Vas Crabb
2018-04-28
1
-2
/
+2
*
Sarayan made me do it.
Vas Crabb
2018-04-28
1
-26
/
+42
*
remove safe_pc() and safe_pcbase() (nw)
smf-
2018-04-13
1
-2
/
+0
*
Allow machine configuration to specify BIOS easily, move default BIOS selecti...
Vas Crabb
2018-03-26
1
-4
/
+5
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-24
/
+24
*
Register device callbacks and add some basic validation for them
AJR
2018-02-20
1
-0
/
+6
*
Fixes (nw)
Olivier Galibert
2018-02-13
1
-2
/
+3
*
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Olivier Galibert
2018-01-23
1
-0
/
+2
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-1
/
+0
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-0
/
+1
*
device_interface: Eliminate device pointer conversion (nw)
AJR
2017-12-13
1
-1
/
+0
*
Move object finder resolution before device_start - should solve github #2759
Vas Crabb
2017-10-28
1
-0
/
+2
*
Turn most of the ROM entry accessor macros into templates, and make them work...
Vas Crabb
2017-09-18
1
-1
/
+1
*
Fix -slot card,bios=rev (selected BIOS was being applied to slot itself, not ...
Vas Crabb
2017-08-04
1
-2
/
+2
*
added flag for imperfect timing (nw)
hap
2017-07-27
1
-1
/
+2
*
Move unemulated/imperfect flags from machines into devices.
Vas Crabb
2017-07-27
1
-9
/
+65
*
fix clang build (nw)
smf-
2017-07-04
1
-2
/
+0
*
finally got rid of machine_mconfig_additions (nw)
Ivan Vangelista
2017-06-14
1
-1
/
+0
*
general cleanup:
Vas Crabb
2017-05-23
1
-16
/
+0
*
There's no day like today. This just follows up on the last commit: game dri...
Vas Crabb
2017-05-22
1
-1
/
+2
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-43
/
+84
*
Mechanism for devices to generate clocks for other devices
AJR
2017-04-21
1
-0
/
+1
*
Refactoring in response to MT#6531
Nathan Woods
2017-04-06
1
-0
/
+1
*
No, Vas, defaulting the constructor won't do here (nw)
AJR
2017-03-02
1
-1
/
+2
*
fix assumption that device being described is root device (fixes sampleof=005...
Vas Crabb
2017-03-03
1
-2
/
+2
*
Fix clang build by supplying constructor for device_registrar (nw)
AJR
2017-03-02
1
-0
/
+2
*
fix for libc++ build (nw)
Vas Crabb
2017-03-03
1
-1
/
+1
*
Self-registering devices.
Vas Crabb
2017-03-03
1
-63
/
+220
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-13
/
+25
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-24
/
+24
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-21
/
+21
*
More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2...
Vas Crabb
2016-08-30
1
-11
/
+27
*
srcclean and translation regeneration
Vas Crabb
2016-08-29
1
-1
/
+1
*
C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir...
Nathan Woods
2016-08-07
1
-1
/
+2
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
1
-2
/
+3
*
Changes rom_entry from a struct to a class, storing its strings as std::strin...
Nathan Woods
2016-08-01
1
-1
/
+1
*
More efficient device error logging
AJR
2016-06-20
1
-0
/
+3
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-5
/
+5
[next]