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
*
srcclean in preparation for MAME 0.235, and two small adjustments.
Vas Crabb
2021-09-26
2
-56
/
+56
*
util/delegate.h: Use "compatible" delegates for MinGW GCC i686.
Vas Crabb
2021-09-24
1
-3
/
+4
*
util/delegate.cpp: PowerPC-64 Little Endian drops function descriptors.
Vas Crabb
2021-09-24
1
-1
/
+3
*
-minimaws: Made table sort widgets (and the code behind them) less ugly.
Vas Crabb
2021-09-23
1
-0
/
+11
*
added tzx to the sc-3000 formats (#8592)
Fabio DL
2021-09-21
1
-0
/
+2
*
util/delegate.cpp: Recognise a couple more MSVC thunks.
Vas Crabb
2021-09-22
1
-6
/
+29
*
util/delegate.h: Make comparison operators more technically correct.
Vas Crabb
2021-09-22
1
-3
/
+32
*
cpu/drcbex64.cpp: Proof-of-concept for optimisation of calling out.
Vas Crabb
2021-09-22
2
-6
/
+43
*
-delegates: Fixed structure return with MSVC C++ ABI.
Vas Crabb
2021-09-21
1
-26
/
+101
*
Fix compile on GCC x64 Linux [R. Belmont]
arbee
2021-09-19
1
-1
/
+1
*
util/delegate.cpp: Fixed calculation of this pointer when casting member func...
Vas Crabb
2021-09-20
1
-1
/
+2
*
util/delegate.h: Try to catch issues earlier, and some cleanup.
Vas Crabb
2021-09-20
2
-136
/
+216
*
util/delegate.cpp: Fixed multiple issues.
Vas Crabb
2021-09-19
2
-130
/
+277
*
harddisk.cpp: Allow specifying the desired block size for loose files / verif...
arbee
2021-09-18
2
-7
/
+47
*
util/strformat.h: Detect C++ standard > C++17 before doing weird stuff.
Vas Crabb
2021-09-18
2
-11
/
+16
*
util/strformat.h, util/delegate.h: More cleanup and future-proofing.
Vas Crabb
2021-09-18
3
-150
/
+136
*
plaparse: Fix regression caused by parser eating '#' comment characters
AJR
2021-09-16
1
-6
/
+4
*
Fix build on systems where size_t is not the same as uint64_t
AJR
2021-09-15
2
-6
/
+6
*
Convert JED, PLA and JEDBIN parsers to (mostly) use ioprocs instead of raw me...
AJR
2021-09-15
4
-167
/
+201
*
Fixed some delegate use issues.
Vas Crabb
2021-09-16
1
-2
/
+7
*
-util/delegate.cpp: One less level of indirection for functoid delegates.
Vas Crabb
2021-09-16
2
-34
/
+137
*
Formats-related refactoring
AJR
2021-09-11
150
-1413
/
+1260
*
gamedrv.h, ioprocs.h: Fix typos in comments
AJR
2021-09-11
1
-2
/
+2
*
rectangles: Add operators & and | (intersection and union) from the
Olivier Galibert
2021-09-11
1
-0
/
+14
*
Filesystem-related bug fixes
AJR
2021-09-08
1
-1
/
+1
*
util/coretmpl.h: Fixed clang narrowing warning.
Vas Crabb
2021-09-06
1
-1
/
+1
*
-ui: Made zoom controls a bit more intuitive.
Vas Crabb
2021-09-06
10
-49
/
+190
*
Decoupled RPK logic from TI-99 cartridge code. (#7880)
npwoods
2021-09-06
2
-0
/
+617
*
endianness.h: Use namespace std::literals
AJR
2021-08-31
1
-1
/
+1
*
Move endianness type into lib/util header
AJR
2021-08-31
1
-0
/
+76
*
wd177x_dsk.cpp: Add head count check
Jesse Marroquin
2021-08-29
1
-2
/
+2
*
Miscellaneous clean-up.
Vas Crabb
2021-08-29
2
-22
/
+24
*
Merge tag 'mame0235' into mainline-master
Vas Crabb
2021-08-27
2
-2
/
+4
|
\
|
*
util/zippath.cpp: OSD_WINDOWS isn't a safe way to detect Windows target, and ...
Vas Crabb
2021-08-26
1
-1
/
+4
|
*
Fix a duplicate #include and an indendation error
Vas Crabb
2021-08-23
1
-1
/
+0
*
|
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
169
-3645
/
+6360
|
/
*
Use std::clamp in more source files
AJR
2021-08-15
1
-7
/
+4
*
sdl ui: fix choosing the root path (#8443)
tim lindner
2021-08-14
1
-7
/
+13
*
formats/fsmgr.cpp: Don't assume string iterators can be indexed (reported by ...
Vas Crabb
2021-08-02
1
-4
/
+2
*
imd_dsk.cpp: Fix segmentation fault saving FM track
Jesse Marroquin
2021-07-29
1
-1
/
+1
*
cassimg: don't construct string from nullptr (#8265).
Robbbert
2021-07-21
1
-1
/
+1
*
API cleanups and miscellaneous fixes.
Vas Crabb
2021-07-15
2
-22
/
+13
*
delegate: Fix Visual Studio case with displaced object base (internal represe...
Aaron Giles
2021-07-14
1
-3
/
+3
*
video/voodoo.cpp: Major rewrite: (#8267)
Aaron Giles
2021-07-09
1
-14
/
+20
*
srcclean in preparation for release
Vas Crabb
2021-06-27
4
-28
/
+28
*
-util: Retire legacy object pool, removing vestigial references.
Vas Crabb
2021-06-24
4
-751
/
+3
*
formats/flopimg.cpp: Remove legacy pool allocator usage. (#8216)
Aaron Giles
2021-06-24
1
-38
/
+19
*
Added helpers for 64-bit count leading zeroes/ones.
Vas Crabb
2021-06-13
1
-2
/
+2
*
ipf: Wrap the decoding state in a sub-structure
Olivier Galibert
2021-06-10
2
-112
/
+95
*
wd177x: remove tests for head count. add track count test in check_compatibil...
tim lindner
2021-06-06
1
-5
/
+9
[next]