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
*
Cleanups and version bump
mame0142u3
Angelo Salese
2011-05-08
1
-22
/
+22
*
devcb.h: removed inline configuration macros for devcb; they frighten me
Aaron Giles
2011-05-04
1
-15
/
+0
*
Add labels to devcb callbacks. Add static creation template function
Aaron Giles
2011-05-04
1
-25
/
+43
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-258
/
+343
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-4
/
+0
*
hack to get build to work on visual studio 2010, which breaks 16 bit device c...
smf-
2011-04-17
1
-2
/
+2
*
Implemented 16-bit device callbacks. [Curt Coder]
Curt Coder
2011-04-16
1
-0
/
+104
*
BIG update.
Aaron Giles
2011-03-29
1
-2
/
+2
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-2
/
+2
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-1
/
+1
*
MDRV_* -> MCFG_*
Aaron Giles
2010-12-31
1
-12
/
+12
*
Whoops, forgot to remove the tag parameter.
Aaron Giles
2010-10-18
1
-2
/
+2
*
Added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device.
Aaron Giles
2010-10-18
1
-3
/
+8
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-1
/
+1
*
Disambiguate the stub functions for MSVC.
Aaron Giles
2010-09-11
1
-4
/
+4
*
Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER
Aaron Giles
2010-09-11
1
-7
/
+31
*
Added read_status() and write_command() methods to the okim6295_device
Aaron Giles
2010-09-05
1
-5
/
+19
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-12
/
+12
*
Added macros for inline device handler initialization to devcb.h. [Couriersud]
Couriersud
2010-06-03
1
-0
/
+13
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-12
/
+12
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+8
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Added helper macros for input lines tied to GND/Vcc.
Curt Coder
2009-08-21
1
-0
/
+19
*
Removed device types from device queries that use tags, under the
Aaron Giles
2009-03-02
1
-11
/
+13
*
Modified the makefile to support experimental optional C++
Aaron Giles
2009-02-28
1
-4
/
+4
*
Cleanups and version bump.
mame0129u4
Aaron Giles
2009-02-17
1
-1
/
+1
*
1. Added the ability to invoke CPU input lines with devcb callbacks
Nathan Woods
2009-01-31
1
-0
/
+6
*
Cleanups and version bump.
mame0129u3
Aaron Giles
2009-01-29
1
-25
/
+25
*
Added new module devcb, which can generically handle conversions between device
Aaron Giles
2009-01-26
1
-0
/
+265