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
*
housekeeping: Use proper SPDX ID for CC0 license.
Vas Crabb
2022-12-23
44
-44
/
+44
*
util/options.cpp: Fixed issue when copying options that don't carry values.
Vas Crabb
2022-12-22
1
-10
/
+22
*
util/options.cpp: Fixed overriden default option values from OSD.
Vas Crabb
2022-12-19
1
-1
/
+1
*
osd/modules/file: Don't magically substitute environment variables when openi...
npwoods
2022-12-17
2
-31
/
+193
*
mo5_flop.xml, mo6_flop.xml, pro128_flop.xml: Correct floppy image interfaces
AJR
2022-12-15
1
-0
/
+8
*
Fixed some misspelling occurrences here and there. (#10605)
0kmg
2022-12-03
2
-2
/
+2
*
-debugger: Improved session save/restore.
Vas Crabb
2022-12-02
1
-2
/
+8
*
Merge branch 'release0250' into mainline-master
Vas Crabb
2022-11-28
1
-2
/
+2
|
\
|
*
util/path.h: Fixed narrowing warning from older versions of clang.
Vas Crabb
2022-11-27
1
-2
/
+2
*
|
harddisk.h: #include shuffling
AJR
2022-11-26
2
-2
/
+8
|
/
*
srcclean in preparation for 0.250 branch
Vas Crabb
2022-11-27
1
-5
/
+5
*
bus/msx_cart, msx1_cart.xml: Added external floppy and Kanji cartridges. (#10...
wilbertpol
2022-11-23
1
-0
/
+8
*
A few small formatting cleanups and scope reductions.
Vas Crabb
2022-11-18
2
-22
/
+25
*
aviio.cpp, msdib.cpp: Use core inline functions as appropriate
AJR
2022-11-15
2
-12
/
+6
*
Implement FM and mixed FM/MFM reading to DMK disk image format (#10514)
pnp2084
2022-11-10
2
-41
/
+152
*
Fixed a few issues identified by Coverity:
Vas Crabb
2022-11-06
2
-50
/
+10
*
coretmpl.h: Add utility function for sign-extending values of arbitrary width
AJR
2022-11-01
1
-0
/
+8
*
Update various source files to use swapendian_int16
AJR
2022-10-29
1
-1
/
+2
*
srcclean in preparation for release branch
Vas Crabb
2022-10-23
3
-10
/
+10
*
acorn_dsk: Allow sector counts not divisible by 10.
Nigel Barnes
2022-10-17
1
-2
/
+2
*
Added support for specifying volume attributes in 'floptool flopcreate' (#9590)
npwoods
2022-10-16
2
-8
/
+69
*
Modernize core_strwildcmp() and core_iswildstr() (#10344)
npwoods
2022-10-16
2
-55
/
+27
*
Added support for Intel ISIS-II filesystem (#10367)
fulivi
2022-10-15
5
-50
/
+1179
*
path.h: Fix path_append and path_concat of >2 arguments
AJR
2022-10-04
1
-1
/
+1
*
moof_dsk: write support
Olivier Galibert
2022-09-29
2
-129
/
+182
*
as_dsk: Complete woz writing format
Olivier Galibert
2022-09-29
4
-67
/
+209
*
ap2_dsk: Move the applesauce formats in their own file
Olivier Galibert
2022-09-28
5
-565
/
+543
*
eminline.h: Additions
AJR
2022-09-25
1
-16
/
+13
*
Move UTF8_xxx string literal macros to new header in lib/util
AJR
2022-09-25
1
-0
/
+54
*
corefile.h: Move filename utilities to path.h
AJR
2022-09-25
5
-89
/
+99
*
apple: remove legacy floppy format handlers. [R. Belmont]
arbee
2022-09-24
4
-1628
/
+8
*
srcclean pass in preparation for release branch
Vas Crabb
2022-09-25
3
-22
/
+22
*
Changed fs::manager_t::enumerate_f() to simplify logic within file system dri...
npwoods
2022-09-19
18
-56
/
+63
*
plaparse: remove not strictly needed use of strrchr
hap
2022-09-15
3
-34
/
+30
*
Fixes and cleanup:
Vas Crabb
2022-09-15
1
-1
/
+1
*
util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (...
npwoods
2022-09-15
2
-7
/
+15
*
Victor9k fix disk handling (#10315)
Paul Devine
2022-09-07
2
-34
/
+97
*
Patched up some gaps in functionality and fixed some bugs.
Vas Crabb
2022-09-02
3
-17
/
+17
*
woz: fix missing breaks
Olivier Galibert
2022-09-01
1
-0
/
+3
*
moof: Some fixes [Disk Blitz]
Olivier Galibert
2022-09-01
2
-9
/
+134
*
woz: Remove write support, it can't really be made reliable
Olivier Galibert
2022-09-01
3
-117
/
+188
*
formats/fs_fat.cpp: Fixe use-after-std::move() issue in constructor. (#10296)
npwoods
2022-08-31
1
-1
/
+1
*
srcclean in preparation for release
Vas Crabb
2022-08-28
4
-170
/
+170
*
formats/fdos_dsk.cpp: Added FDOS disk format for the SWTPC 6800. (#10273)
Michael R. Furman
2022-08-28
3
-0
/
+219
*
Miscellaneous fixes:
Vas Crabb
2022-08-28
1
-1
/
+2
*
Initial FAT file system support for Floptool (#9119)
npwoods
2022-08-25
5
-1
/
+898
*
formats: Fixed some unused local variable compiler errors. (#10251)
napobear
2022-08-25
1
-0
/
+2
*
misc: remove unused variables that may give compiler warning
hap
2022-08-23
1
-2
/
+0
*
Lua scripting enhancements:
Vas Crabb
2022-08-23
1
-23
/
+31
*
unidasm.cpp: Code cleanup
AJR
2022-08-18
1
-1
/
+0
[next]