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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Add per-game parameters [O. Galibert]
Olivier Galibert
2015-01-25
1
-0
/
+1
*
debug/qt: Add a per-device window [O. Galibert]
Olivier Galibert
2014-12-22
1
-1
/
+5
*
more passing of attotime as const references (nw)
Oliver Stöneberg
2014-07-04
1
-3
/
+3
*
removed lot of legacy code in memory system and removed corresponding macros ...
Miodrag Milanovic
2014-05-05
1
-10
/
+0
*
konamigx: Reverb me harder baby! [O. Galibert]
Olivier Galibert
2014-04-08
1
-0
/
+4
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-2
/
+2
*
Added ability to add optional or required device/ioport/memory_region/... [Mi...
Miodrag Milanovic
2014-02-15
1
-1
/
+1
*
removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw)
smf-
2013-12-18
1
-2
/
+0
*
Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac...
Curt Coder
2013-11-13
1
-0
/
+4
*
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
-357
/
+5
*
Convert Atari JSA sound boards to their own devices, and replumb
Aaron Giles
2013-07-14
1
-1
/
+1
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
made required/optional device finder part of validation (nw)
Miodrag Milanovic
2013-04-10
1
-6
/
+11
*
Cleanups and version bump
mame0148u3
Miodrag Milanovic
2013-04-09
1
-1
/
+1
*
Placed m_source variable in device_t and filled it with provided value (nw)
Miodrag Milanovic
2013-03-26
1
-0
/
+2
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-2
/
+1
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-8
/
+4
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-56
/
+56
*
Created a base class delegate_common_base for all delegate
Aaron Giles
2012-10-14
1
-0
/
+10
*
srcclean (nw)
Curt Coder
2012-10-07
1
-1
/
+1
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-18
/
+0
*
NVRAM_HANDLER removal.
Aaron Giles
2012-09-21
1
-1
/
+1
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+6
*
Fix clang compile error (nw)
Wilbert Pol
2012-09-17
1
-3
/
+3
*
required/optional_* templates can auto-return a reference
Aaron Giles
2012-09-17
1
-0
/
+12
*
Get rid of devtag_reset macro.
Aaron Giles
2012-09-12
1
-3
/
+0
*
In device_state_interface, rename state() to state_int()
Aaron Giles
2012-09-11
1
-0
/
+1
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-0
/
+2
*
Converted Namco C40 road chip to a device. Updated users.
Aaron Giles
2012-09-05
1
-0
/
+1
*
In cases of debug optimized build tools return error on this, code however lo...
Miodrag Milanovic
2012-05-21
1
-2
/
+2
*
ioport.c C++ conversion. Mostly internal changes, with no
Aaron Giles
2012-05-03
1
-34
/
+4
*
Made UI for BIOS selection where applicable, and moved info about current
Miodrag Milanovic
2012-04-30
1
-0
/
+6
*
Clean-ups and version bump
mame0145u7
Angelo Salese
2012-04-22
1
-3
/
+3
*
Fix for older GCC, thanks to Robbbert (no whatsnew)
Miodrag Milanovic
2012-04-22
1
-3
/
+3
*
Created ioport_manager and moved the port list to it.
Aaron Giles
2012-04-22
1
-0
/
+38
*
Make memory shares follow the same pattern as memory
Aaron Giles
2012-04-20
1
-0
/
+1
*
Cleaned up required_/optional_<object> templates.
Aaron Giles
2012-04-20
1
-38
/
+124
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-3
/
+3
*
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
/
+1
*
Fix most reported errors.
Aaron Giles
2012-04-16
1
-7
/
+7
*
More fixes and a gcc warning fix.
Aaron Giles
2012-04-15
1
-1
/
+3
*
A few key fixes. Also changed error reporting to list all missing
Aaron Giles
2012-04-15
1
-16
/
+14
*
Fixed bug where required shared pointers were not actually required.
Aaron Giles
2012-04-12
1
-142
/
+207
*
Clang fixes.
Aaron Giles
2012-04-09
1
-1
/
+2
*
Clean-ups and version bump
mame0145u6
Angelo Salese
2012-04-08
1
-6
/
+6
*
Add logic to ensure that shared pointers are checked to be of the
Aaron Giles
2012-04-05
1
-6
/
+8
*
Converted memory_private to memory_manager and moved global memory
Aaron Giles
2012-04-05
1
-1
/
+4
*
Moved all drivers to using the paletteram helpers defined in the
Aaron Giles
2012-04-05
1
-47
/
+88
[next]