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
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed patch for now, till I fix it properly, this way breaks more (nw)
Miodrag Milanovic
2014-02-16
1
-3
/
+0
*
merged 26787 from after the failed menu merge. "fix autofinder on device remo...
smf-
2014-02-15
1
-0
/
+3
*
Added ability to add optional or required device/ioport/memory_region/... [Mi...
Miodrag Milanovic
2014-02-15
1
-1
/
+1
*
Slot options can now be configured inline without creating an array. Legacy s...
smf-
2013-12-16
1
-2
/
+2
*
Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac...
Curt Coder
2013-11-13
1
-0
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Memory system: added endianness to the memory_share class.
Aaron Giles
2013-07-20
1
-66
/
+1
*
PSX CPU creates a ram device, this has exposed a problem with not removing th...
smf-
2013-04-26
1
-2
/
+2
*
keep naming consistent (nw)
Miodrag Milanovic
2013-04-10
1
-2
/
+2
*
made required/optional device finder part of validation (nw)
Miodrag Milanovic
2013-04-10
1
-4
/
+13
*
Placed m_source variable in device_t and filled it with provided value (nw)
Miodrag Milanovic
2013-03-26
1
-0
/
+1
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-39
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-61
/
+61
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-1
/
+1
*
ioport.c C++ conversion. Mostly internal changes, with no
Aaron Giles
2012-05-03
1
-1
/
+1
*
Clean-ups and version bump
mame0145u7
Angelo Salese
2012-04-22
1
-8
/
+8
*
Only print mismatched width warnings for required pointers.
Aaron Giles
2012-04-22
1
-1
/
+2
*
Created ioport_manager and moved the port list to it.
Aaron Giles
2012-04-22
1
-0
/
+17
*
Make memory shares follow the same pattern as memory
Aaron Giles
2012-04-20
1
-2
/
+19
*
Cleaned up required_/optional_<object> templates.
Aaron Giles
2012-04-20
1
-11
/
+26
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-5
/
+5
*
Memory banks are now device-relative only. Global lookups
Aaron Giles
2012-04-19
1
-1
/
+1
*
Now that memory_bank is exposed as an object, removed all the global
Aaron Giles
2012-04-18
1
-0
/
+17
*
Fix most reported errors.
Aaron Giles
2012-04-16
1
-1
/
+1
*
A few key fixes. Also changed error reporting to list all missing
Aaron Giles
2012-04-15
1
-2
/
+5
*
Add assertions to catch situations where AM_SHARE is used twice.
Aaron Giles
2012-04-12
1
-2
/
+8
*
Fixed bug where required shared pointers were not actually required.
Aaron Giles
2012-04-12
1
-2
/
+6
*
Add logic to ensure that shared pointers are checked to be of the
Aaron Giles
2012-04-05
1
-2
/
+8
*
Converted memory_private to memory_manager and moved global memory
Aaron Giles
2012-04-05
1
-0
/
+13
*
Moved all drivers to using the paletteram helpers defined in the
Aaron Giles
2012-04-05
1
-33
/
+11
*
Create new devices buffered_spriteram<n>_device, which manage buffered
Aaron Giles
2012-03-08
1
-14
/
+2
*
Create a new device_mixer_interface, derived from device_sound_interface,
Aaron Giles
2012-02-25
1
-1
/
+1
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-9
/
+9
*
Change device reset so that the resets proceed hierarchically. Added
Aaron Giles
2012-01-26
1
-0
/
+20
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-310
/
+202
*
inptport.* -> ioport.*
Aaron Giles
2011-06-28
1
-1
/
+1
*
devintrf.* -> device.*
Aaron Giles
2011-06-28
1
-0
/
+1143