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
/
devcb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
devcb: add remove function to unset a devcb
hap
5 days
1
-0
/
+12
*
-emu/devcb.h: Removed set_log and append_log.
Vas Crabb
2023-08-02
1
-187
/
+0
*
bus/ata: Do slot output signals the sensible way (fixes GitHub #11346).
Vas Crabb
2023-06-18
1
-0
/
+2
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-105
/
+153
*
-jaleco/tetrisp2.cpp: Added partial emulation of PC for music games. [Windy F...
Vas Crabb
2023-03-22
1
-0
/
+15
*
emu/devcb.h: Re-added std::moves that aren't pessimising.
Vas Crabb
2022-02-28
1
-3
/
+3
*
emu/devcb.h: Cleaned up a little using C++17 type traits helpers.
Vas Crabb
2022-02-28
1
-37
/
+31
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-52
/
+52
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-15
/
+15
*
More Lua engine clean-up and documentation, resulting in core cleanup.
Vas Crabb
2020-12-18
1
-15
/
+15
*
clang doesn't like how we're using std::void_t - switch back to our own void_...
Vas Crabb
2020-11-15
1
-31
/
+35
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-39
/
+40
*
Use gcc broken friend workaround also with clang 8 (#6933)
Tiago
2020-07-14
1
-4
/
+8
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-0
/
+1
*
devcb: Remove the space for the handlers, it is not needed anyomre [Ivan Vang...
Olivier Galibert
2020-05-21
1
-242
/
+77
*
devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw)
Vas Crabb
2020-02-05
1
-0
/
+54
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-71
/
+20
*
devcb.h: Revert unnecessary change from ed0202220a5243537f5ba7dbc0a38e52a8390...
AJR
2019-06-27
1
-10
/
+6
*
screenless: make it a device (nw)
hap
2019-06-14
1
-6
/
+10
*
devcb: Eliminate legacy callback syntax (nw)
AJR
2019-06-06
1
-99
/
+0
*
GCC 9 fix (nw)
arbee
2019-05-03
1
-1
/
+1
*
added devcb workround to allow mitsumi keyboard to build with visual studio (nw)
smf-
2018-08-26
1
-0
/
+2
*
memory,devcb: Put capabilities at parity [O. Galibert]
Olivier Galibert
2018-08-10
1
-24
/
+315
*
memory: Allow simplified versions of handlers [O. Galibert]
Olivier Galibert
2018-08-02
1
-20
/
+20
*
Allow per-device internal layouts and remove some more MCFG_ macros.
Vas Crabb
2018-07-16
1
-2
/
+0
*
I give in, GCC is screwed (nw)
Vas Crabb
2018-07-09
1
-6
/
+30
*
Hand the delegate mask down the line (nw)
Vas Crabb
2018-07-08
1
-16
/
+23
*
if this doesn't work around GCC 8, file a bug with GNU (nw)
Vas Crabb
2018-07-08
1
-7
/
+17
*
and again (nw)
smf-
2018-07-07
1
-1
/
+1
*
where did that come from (nw)
smf-
2018-07-07
1
-1
/
+1
*
remove typename which MSVC wanted, will try to find another way (nw)
smf-
2018-07-07
1
-2
/
+2
*
devcb.h: Looks like GCC does require typename (nw)
AJR
2018-07-07
1
-2
/
+2
*
devcb.h: Further attempted GCC build fixing (nw)
AJR
2018-07-07
1
-1
/
+1
*
devcb.h: Attempted fix for GCC build (nw)
AJR
2018-07-07
1
-1
/
+1
*
Fixes for building with Microsoft Visual Studio 2015. (nw)
smf-
2018-07-07
1
-2
/
+16
*
(nw) well that was dumb - fix crashing ATA devices, slightly modernise some code
Vas Crabb
2018-07-07
1
-2
/
+2
*
devcb3
Vas Crabb
2018-07-07
1
-493
/
+2487
*
srcclean (nw)
Vas Crabb
2018-05-27
1
-1
/
+1
*
Streamline machine configuration macros - everyone's a device edition.
Vas Crabb
2018-05-06
1
-27
/
+15
*
Make MCFG_DEVICE_ADD and callable device types more flexible:
Vas Crabb
2018-05-04
1
-9
/
+2
*
Allow devcb to be bound to a device/mixin or the target of a device
Vas Crabb
2018-05-02
1
-112
/
+250
*
Bind devcb relative to current device. This is probably going to break
Vas Crabb
2018-05-01
1
-3
/
+7
*
devcb updates (nw)
AJR
2018-04-29
1
-2
/
+15
*
devcb: Fix validation problem with chained callbacks (nw)
AJR
2018-02-20
1
-2
/
+2
*
Register device callbacks and add some basic validation for them
AJR
2018-02-20
1
-0
/
+6
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-2
/
+2
*
devcb: Add line hold capability [O. Galibert]
Olivier Galibert
2017-06-07
1
-1
/
+13
*
Overhaul of devcb (nw)
AJR
2016-12-21
1
-33
/
+116
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-67
/
+67
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-57
/
+57
[next]