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
/
devintrf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-3
/
+3
*
Added an integral device_timer_id to device timers. This is a
Aaron Giles
2010-09-17
1
-1
/
+1
*
Moved auto-finding code down into the device_t object so it can be more
Aaron Giles
2010-09-14
1
-1
/
+75
*
Made the mc146818 a proper device, modernized it, and added an NVRAM interface
Aaron Giles
2010-09-10
1
-0
/
+11
*
Added DECLARE/DEFINE_TRIVIAL_DERIVED_DEVICE macros to simplify the
Aaron Giles
2010-09-09
1
-1
/
+1
*
Move debug_setup() call to after the device_debug class is created.
Aaron Giles
2010-09-06
1
-13
/
+3
*
Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized
Aaron Giles
2010-09-05
1
-0
/
+5
*
Have each device create its own device_debug instead of letting the
Aaron Giles
2010-09-04
1
-0
/
+5
*
Changed driver_data objects to be devices. Replaced the driver_data_t
Aaron Giles
2010-09-02
1
-23
/
+21
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-147
/
+4
*
Fix crash when exiting the debugger if breakpoints are set.
Aaron Giles
2010-08-02
1
-0
/
+1
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-1
/
+1
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-3
/
+18
*
Added overrides to fetch the execute and state interfaces without doing
Aaron Giles
2010-07-02
1
-0
/
+6
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-7
/
+7
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-4
/
+5
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-2
/
+3
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-24
/
+24
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-303
/
+768
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-9
/
+9
*
Cleanups and version bump.
Aaron Giles
2010-01-28
1
-4
/
+4
*
Made direct accessors for device configuration state. Currently they
Aaron Giles
2010-01-21
1
-1
/
+1
*
Convrted the rest of devintrf to classes and moved management
Aaron Giles
2010-01-19
1
-326
/
+260
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-216
/
+118
*
device_find_child_by_tag() -> device->subdevice()
Aaron Giles
2010-01-17
1
-16
/
+0
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-344
/
+75
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-1
/
+1
*
Added casting operators to the region_info class so you can assign
Aaron Giles
2010-01-16
1
-42
/
+75
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-1
/
+1
*
Fixed memory freeing so that is it released in the opposite order
Aaron Giles
2010-01-11
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-25
/
+8
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-23
/
+10
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-7
/
+6
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-0
/
+1
*
Allocate inline_config separately to avoid alignment issues.
Aaron Giles
2010-01-01
1
-2
/
+4
*
Fixes so we can compile as C++ again.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Memory shares are now specified by tag instead of index.
Aaron Giles
2009-12-05
1
-1
/
+1
*
Cleanups and version bump.
mame0135u2
Aaron Giles
2009-11-30
1
-5
/
+5
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-44
/
+95
*
Cleanups and version bump.
mame0134u1
Aaron Giles
2009-09-24
1
-3
/
+3
*
Added device_find_child_by_tag helper function.
Curt Coder
2009-09-14
1
-0
/
+21
*
Fix for MSVC compile.
Aaron Giles
2009-07-10
1
-2
/
+2
*
Cleanups and version bump.
mame0132u4
Aaron Giles
2009-07-10
1
-1
/
+1
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-3
/
+7
*
Move address_map array from cpu_config to device_config. Added
Aaron Giles
2009-07-08
1
-0
/
+1
*
Cleanups and version bump.
mame0132
Aaron Giles
2009-06-08
1
-2
/
+2
*
Added the concept of device contracts. A contract is a well-defined
Aaron Giles
2009-06-08
1
-0
/
+22
*
Converted the Namco 50xx into a proper device.
Aaron Giles
2009-05-26
1
-0
/
+5
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-3
/
+2
[next]