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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2...
Vas Crabb
2016-08-30
1
-17
/
+34
*
srcclean and translation regeneration
Vas Crabb
2016-08-29
4
-16
/
+16
*
some C++14 features are not supported by VS2013. VS2015 is free for home use ...
Miodrag Milanovic
2016-08-27
2
-10
/
+0
*
gah how did I miss that (nw)
Vas Crabb
2016-08-27
1
-1
/
+1
*
While I'm causing full recompiles all the time, reduce necessary number of in...
Vas Crabb
2016-08-27
4
-2
/
+211
*
ti99: Fixed another issue with double stepping.
Michael Zapf
2016-08-25
2
-19
/
+44
*
ti99: Forgot to reset the TRACE flag.
Michael Zapf
2016-08-24
1
-1
/
+1
*
Forgot srcclean
Michael Zapf
2016-08-24
1
-1
/
+1
*
ti99: Fix a problem with formatted disk images that do not match the expected...
Michael Zapf
2016-08-24
2
-9
/
+12
*
Performs argument checking on the return value of CassetteLegacyWaveFiller.ch...
Nathan Woods
2016-08-23
1
-1
/
+8
*
Fixed regression with cassette code that caused hangs to happen when loading ...
Nathan Woods
2016-08-20
2
-22
/
+32
*
casserr_t ==> enum class cassette_image::error
Nathan Woods
2016-08-20
46
-302
/
+306
*
Stop forcing cassette image create when loading zero-length images. Also min...
Nathan Woods
2016-08-20
2
-7
/
+7
*
Fixed an issue with legacy floppy loading caused by filetype() now being a st...
Nathan Woods
2016-08-18
2
-6
/
+6
*
abc80x: Fixed ABC-838 disk image cell size. [Curt Coder]
Curt Coder
2016-08-15
1
-1
/
+1
*
hdc92x4: Added 9224 emulation; ti99_dsk: Fixed issue with deleted data marks ...
Michael Zapf
2016-08-14
1
-23
/
+24
*
victor9k: WIP. (nw)
Curt Coder
2016-08-14
1
-0
/
+2
*
victor9k: Set floppy RPM after track step. Boots to CP/M now. [Curt Coder]
Curt Coder
2016-08-12
1
-1
/
+1
*
Add a preliminary parser for RINF netlist format. (nw)
couriersud
2016-08-10
4
-6
/
+332
*
Merge pull request #1180 from npwoods/split_softlist_code_redo
Miodrag Milanović
2016-08-08
2
-179
/
+0
|
\
|
*
Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used
Nathan Woods
2016-08-05
2
-179
/
+0
*
|
Add target minw to standalone netlist makefile. (nw)
couriersud
2016-08-07
1
-31
/
+40
*
|
Fix noexcept and NL_NOEXCEPT to pass g++ 6.x builds. (nw)
couriersud
2016-08-07
4
-42
/
+42
*
|
removed NL_NOEXCEPT since there is a case when these calls throws exceptions ...
Miodrag Milanovic
2016-08-07
2
-7
/
+7
*
|
More consistent use of NL_NOEXCEPT macro to fix debug build (nw)
AJR
2016-08-06
1
-4
/
+4
*
|
Use noexcept in netlist code where appropriate.
couriersud
2016-08-07
11
-127
/
+122
*
|
Added doc target to netlist makefile. Removed old style cast. (nw)
couriersud
2016-08-06
2
-2
/
+6
*
|
Various netlist fixes:
couriersud
2016-08-06
13
-93
/
+99
|
/
*
Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st...
Vas Crabb
2016-08-02
1
-8
/
+10
*
Let's give the new srcclean a spin...
Vas Crabb
2016-08-02
2
-5
/
+5
*
1. Merge branch 'master' into diimage_filetype_as_stdstring
Nathan Woods
2016-07-31
4
-7
/
+5
|
\
|
*
for bool type use true and false (nw)
Miodrag Milanovic
2016-07-31
2
-3
/
+3
*
|
This changes device_image_interface::filetype() to return 'const std::string ...
Nathan Woods
2016-07-31
2
-11
/
+30
|
/
*
fix after pass through the diff
Vas Crabb
2016-08-01
5
-13
/
+13
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
13
-81
/
+81
*
cleanup of some conversions (nw)
Miodrag Milanovic
2016-07-31
2
-3
/
+3
*
fixed clang (nw)
Miodrag Milanovic
2016-07-31
1
-0
/
+1
*
fix linux compile (nw)
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
13
-54
/
+56
*
Another correction
Nathan Woods
2016-07-29
1
-2
/
+2
*
Third time is a charm :-)
Nathan Woods
2016-07-29
1
-9
/
+9
*
Better use of std::string::size_type and other cleanups
Nathan Woods
2016-07-29
1
-6
/
+6
*
Converted a number of zippath calls that took 'const char *' to std::string
Nathan Woods
2016-07-29
2
-30
/
+30
*
Adding an assert()
Nathan Woods
2016-07-27
1
-0
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
7
-79
/
+77
*
chdman: set pregap subcode type to NONE for .CUE and .TOC for consistency wit...
MetalliC
2016-07-25
1
-0
/
+2
*
Merge pull request #1139 from GiuseppeGorgoglione/master
R. Belmont
2016-07-24
1
-3
/
+52
|
\
|
*
Fix for netlist library when built for WINDOWS with UNICODE defined
Giuseppe Gorgoglione
2016-07-24
1
-3
/
+52
*
|
chdcd: fix >2GB .iso parsing
MetalliC
2016-07-24
1
-2
/
+1
|
/
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
6
-68
/
+619
[next]