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
*
Fix building with gcc-13 (#10917)
Julian Sikorski
2023-02-22
1
-0
/
+1
*
srcclean and bump copyright date on language files to 2023
Vas Crabb
2023-02-19
1
-19
/
+20
*
d88_dsk.cpp, dsk_dsk.cpp: Mitigate against rot in legacy floppy code
AJR
2023-02-12
2
-12
/
+20
*
xmlfile.cpp: Replace implementation of normalize_string with similar one in i...
AJR
2023-02-12
2
-18
/
+14
*
unzip.cpp: Minor logging improvement
AJR
2023-02-11
1
-1
/
+1
*
Small batch of input refactoring:
Vas Crabb
2023-02-05
1
-0
/
+3
*
ap_dsk35.cpp: enable 1.44Mb dc42 images [Peter Ferrie]
Peter Ferrie
2023-02-03
1
-2
/
+2
*
moof: Fix the flux tracks
Olivier Galibert
2023-01-30
1
-1
/
+1
*
plib/plist.h: Stop using deprecated std::iterator template. (#10864)
Miodrag Milanović
2023-01-31
1
-1
/
+6
*
netlist: update static solvers
hap
2023-01-12
1
-0
/
+1520
*
Fixed a bug in the OS-9 file systems file name validation function that cause...
npwoods
2023-01-07
1
-1
/
+1
*
formats/hp300_dsk.cpp, formats/hp_lif.cpp: Added HP 300 floppy format and LIF...
Sven Schnelle
2022-12-25
5
-0
/
+635
*
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
[next]