index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
clifront.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-1947
/
+0
*
Relaxed emu.h a bit, should make compile a bit faster (nw)
Miodrag Milanovic
2015-11-05
1
-0
/
+1
*
change flags from GAME_ to MACHINE_
David Haywood
2015-07-29
1
-3
/
+3
*
Actually return an error when the validity check fails
Dirk Best
2015-07-11
1
-1
/
+3
*
clifront.c: Parse ini files before looking for software. (nw)
Wilbert Pol
2015-06-05
1
-1
/
+2
*
Cleanups and version bump
mame0162
Miodrag Milanovic
2015-05-27
1
-22
/
+22
*
check device roms only once as well when using -romident. this does not help
etabeta78
2015-05-13
1
-15
/
+21
*
clifront.c: Slightly optimized -romident so that each software list is
etabeta78
2015-05-13
1
-27
/
+22
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-33
/
+34
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-3
/
+3
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-13
/
+13
*
updated astring constructors to have just one string param, to be more like s...
Miodrag Milanovic
2015-04-13
1
-1
/
+1
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-2
/
+2
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-2
/
+2
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-20
/
+20
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-19
/
+19
*
Changed osd_font to struct osd_font and removed unnecessary osdepend.h
couriersud
2015-01-17
1
-0
/
+2
*
OSD Updates:
couriersud
2015-01-14
1
-86
/
+6
*
Untangled options inheritance. Previously code locked in osd_options
couriersud
2015-01-13
1
-1
/
+32
*
Converted back osd_interface into a pure interface.
couriersud
2015-01-12
1
-3
/
+1
*
Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of
couriersud
2015-01-09
1
-1
/
+1
*
Added -listnetwork option to list available network adapters
Miodrag Milanovic
2014-10-23
1
-0
/
+15
*
softlist: fixed inconsistent -listsoftware output. [phulshof]
Fabio Priuli
2014-09-16
1
-7
/
+6
*
do not start tagmap lookup counting until everything is initialized / tagmap ...
Oliver Stöneberg
2014-09-09
1
-6
/
+0
*
moved tagged_list:: out of tagged_list to make it catch-able / handle add_exc...
Oliver Stöneberg
2014-09-08
1
-0
/
+5
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-2
/
+2
*
improved exception reporting in cli_frontend (nw)
Oliver Stöneberg
2014-07-02
1
-2
/
+2
*
Different version of OSX segfault fix (nw)
Wilbert Pol
2014-06-23
1
-1
/
+1
*
Prevent segfault on OSX (nw)
Wilbert Pol
2014-06-23
1
-1
/
+1
*
romident: print a summary at the end, instead of garbage.
Robbbert
2014-06-10
1
-3
/
+3
*
-Created machine_manager as singleton class that contains (for now) one runni...
Miodrag Milanovic
2014-06-06
1
-1
/
+3
*
Placing reverting options on proper place (nw)
Miodrag Milanovic
2014-06-03
1
-0
/
+2
*
revert r30583, it breaks -ramsize option (no whatsnew)
mahlemiut
2014-06-03
1
-2
/
+0
*
slots are now taken in consideration even if defined in ini only (nw)
Miodrag Milanovic
2014-05-21
1
-0
/
+2
*
Placed parsing properly so warnings are displayed, was bug for a longer perio...
Miodrag Milanovic
2014-05-09
1
-8
/
+11
*
fix Error in command line not being visible due to buffering, also cleaned so...
Miodrag Milanovic
2014-05-09
1
-7
/
+7
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-74
/
+74
*
small core_strwildcmp() clarification (nw)
Oliver Stöneberg
2014-04-07
1
-2
/
+2
*
Fix listsamples and one other potential problematic place, and fixed better d...
Miodrag Milanovic
2014-04-03
1
-2
/
+2
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-4
/
+4
*
Adjustment to -listdevices output to allow for more depth and better separati...
Scott Stone
2014-03-20
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-171
/
+104
*
first round of printf fixes (nw)
Oliver Stöneberg
2014-02-25
1
-4
/
+4
*
fixed non-DEBUG build (nw)
Oliver Stöneberg
2014-02-21
1
-1
/
+1
*
added DEBUG-only tagmap lookup counter (nw)
Oliver Stöneberg
2014-02-21
1
-0
/
+6
*
Resolved bug MT05443 (nw)
Miodrag Milanovic
2014-02-06
1
-0
/
+7
*
Slot options can now be configured inline without creating an array. Legacy s...
smf-
2013-12-16
1
-12
/
+14
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-2
/
+2
*
Improve -listdevices display, sorting by tag and showing device
Aaron Giles
2013-08-08
1
-3
/
+42
[next]