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
/
info.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove relative folders in src (for future use) (nw)
Miodrag Milanovic
2015-03-05
1
-1
/
+3
*
devices with samples shall specify sampleof too. nw.
Fabio Priuli
2014-10-15
1
-0
/
+1
*
Fixed listxml (nw)
Miodrag Milanovic
2014-03-12
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-2
/
+1
*
Removed unselectable slot options (SLOT_INTERFACE_INTERNAL) from the -listxml...
Curt Coder
2014-03-11
1
-12
/
+15
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-3
/
+0
*
fixed -listxml DTD (nw)
Oliver Stöneberg
2014-02-21
1
-2
/
+2
*
Slot options can now be configured inline without creating an array. Legacy s...
smf-
2013-12-16
1
-10
/
+8
*
- wboy4 documentation updates. [Irongiant]
Scott Stone
2013-11-04
1
-1
/
+3
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
removed DISK_ISOPTIONAL macro in favor of identical ROM_ISOPTIONAL (nw)
Oliver Stöneberg
2013-09-24
1
-1
/
+1
*
Added info on input port and analog port definitions.
mahlemiut
2013-08-15
1
-0
/
+25
*
ignore just samples when displaying sample device itself, since it gets first...
Miodrag Milanovic
2013-07-22
1
-1
/
+4
*
do not output samples for devices,solves issues in output xml (nw)
Miodrag Milanovic
2013-07-22
1
-1
/
+1
*
expand listxml output with all devices having shortname (so all except cpus a...
Miodrag Milanovic
2013-06-21
1
-2
/
+2
*
when looking into merge sets look just root device (nw)
Miodrag Milanovic
2013-06-07
1
-11
/
+10
*
updated -lx to account for on-device samples (required by NES carts using sam...
Fabio Priuli
2013-04-22
1
-6
/
+7
*
let's add sourcefile name for devices since we have if set properly for all t...
Miodrag Milanovic
2013-03-27
1
-0
/
+1
*
optimized -listxml a bit more (nw)
Oliver Stöneberg
2013-03-16
1
-17
/
+25
*
optimized info_xml_creator::output_switches() (improves -listxml speed in DEB...
Oliver Stöneberg
2013-03-16
1
-9
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-30
/
+30
*
info.c: skip non-configurable slot options in -listxml. [Fabio Priuli]
Fabio Priuli
2012-12-28
1
-0
/
+2
*
Fixed for slot menus + some cleanup (nw)
Miodrag Milanovic
2012-06-05
1
-2
/
+2
*
Added support for fixed slots (used for MAME) and ability to create internal ...
Miodrag Milanovic
2012-05-23
1
-1
/
+1
*
Clean-ups and version bump
Miodrag Milanovic
2012-05-21
1
-7
/
+7
*
info.c: added screen tags to xml output, so that it is possible to easily ide...
Fabio Priuli
2012-05-17
1
-66
/
+74
*
ioport.c C++ conversion. Mostly internal changes, with no
Aaron Giles
2012-05-03
1
-50
/
+50
*
fix for default attribute in slotoption of xml output (no whatsnew)
Miodrag Milanovic
2012-04-21
1
-1
/
+1
*
Clean-ups and version bump
mame0145u6
Angelo Salese
2012-04-08
1
-1
/
+1
*
Fixed merge name for devices in xml output (no whatsnew)
Miodrag Milanovic
2012-03-30
1
-1
/
+2
*
Clean-ups and version bump
mame0145u2
Angelo Salese
2012-02-26
1
-1
/
+1
*
info: made consistent the loops through subdevices. no whatsnew.
Fabio Priuli
2012-02-23
1
-5
/
+3
*
info.c: additional cleanup for device info output made possible by Micko's wo...
Fabio Priuli
2012-02-23
1
-32
/
+23
*
Fixed debug asserts (no whatsnew)
Miodrag Milanovic
2012-02-23
1
-4
/
+3
*
info.c - no need for description here since you can now check it in device ac...
Miodrag Milanovic
2012-02-23
1
-2
/
+0
*
- removed need for *_dev.lst files [Miodrag Milanovic]
Miodrag Milanovic
2012-02-23
1
-108
/
+23
*
info.c: several fixes and additions to listxml output [Fabio Priuli]
Fabio Priuli
2012-02-22
1
-145
/
+327
*
Fix for device_ref tag in listxml (no whatsnew)
Miodrag Milanovic
2012-02-21
1
-2
/
+3
*
Removed rom_source abstraction, which was just mapping to devices
Aaron Giles
2012-02-20
1
-103
/
+106
*
Rewrote SAMPLES as a modern device. Updated all callers. FLAC
Aaron Giles
2012-02-19
1
-35
/
+18
*
Remove redundant hashing code, use hashing.h instead.
Aaron Giles
2012-02-16
1
-8
/
+3
*
listxml fix (nw)
Olivier Galibert
2012-02-09
1
-9
/
+10
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
*
Parameter names are now without : (no whatsnew)
Miodrag Milanovic
2012-01-25
1
-1
/
+1
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-28
/
+32
*
Fix several rendering issues with artwork, introduced in the
Aaron Giles
2012-01-16
1
-2
/
+2
*
Fix for DTD validation (no whatsnew)
Miodrag Milanovic
2012-01-05
1
-0
/
+3
*
GREP mission: added two new mask flags, GAME_IS_SKELETON & GAME_IS_SKELETON_M...
Angelo Salese
2011-12-23
1
-1
/
+1
*
Softlist support cleanup and addition of compatibility filtering [Miodrag Mil...
Miodrag Milanovic
2011-12-22
1
-7
/
+7
*
Fix for listxml (no whatsnew)
Miodrag Milanovic
2011-12-05
1
-4
/
+4
[next]