index
:
mame
a800_cart
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
arm3_copro
asmjit
atarist_floppy-sounds
bda_window_fix
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
hlsl_aviplay
lindbergh_exp
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
rapidjson
release0255
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
time-experiments
time-experiments2
vamphalf_misncrft
vga_modern-1
voodoo_directx11
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
6 days
1
-7
/
+7
*
fix count (#11241)
tim lindner
11 days
1
-1
/
+1
*
formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984...
fulivi
2023-05-15
5
-13
/
+1649
*
cdrom: Bunch of fixes
Olivier Galibert
2023-05-05
1
-0
/
+1
*
chd: Add dvd support. better abstraction in general, multi-image support in a...
Olivier Galibert
2023-05-04
4
-8
/
+198
*
util/unzip.cpp: Update for latest LZMA SDK.
Vas Crabb
2023-05-04
1
-2
/
+2
*
3rdparty/lzma: Updated to LZMA SDK version 22.01
Vas Crabb
2023-05-04
2
-16
/
+29
*
roland_s50.cpp: Add floppy format
AJR
2023-04-13
3
-0
/
+74
*
Miscellaneous improvements:
Vas Crabb
2023-04-14
1
-0
/
+9
*
Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup.
Vas Crabb
2023-04-13
9
-236
/
+257
*
Cleaned up some recent changes.
Vas Crabb
2023-04-12
2
-2
/
+4
*
abc80x: Detect interlaced disk images. [Curt Coder]
Curt Coder
2023-03-26
2
-0
/
+16
*
Remove debug printf.
Curt Coder
2023-03-26
1
-1
/
+0
*
abc80x: Split floppy software lists by disk drive type. [Curt Coder]
Curt Coder
2023-03-26
5
-27
/
+153
*
abc80x: Fix sector dump floppy image loading. [Curt Coder]
Curt Coder
2023-03-26
2
-1
/
+21
*
cpu/nec: Fixed build; also, srcclean
Vas Crabb
2023-03-26
2
-4
/
+4
*
Pacify clang, and more noexcept.
Vas Crabb
2023-03-26
2
-20
/
+0
*
Various optimisations to code generaton.
Vas Crabb
2023-03-26
8
-1524
/
+498
*
Remove unused cd90_640_dsk formats (functionally replaced by thom_dsk)
AJR
2023-03-23
2
-88
/
+0
*
Encode certain tracks as single density in .d88 floppy format
AJR
2023-03-19
1
-1
/
+7
*
brother/lw30.cpp: Added driver for Brother LW-30 word processor. (#10996)
BartmanAbyss
2023-03-20
2
-0
/
+240
*
pasti: Setup form and variant
Olivier Galibert
2023-03-16
1
-1
/
+1
*
Add vendor-specific Read TOC command for Apple SCSI CD-ROM drive
AJR
2023-03-09
1
-4
/
+3
*
Replaced most simple uses of sprintf with type-safe equivalents. (#10948)
Erik
2023-03-10
2
-50
/
+33
*
ROM label updates and new dumps:
Vas Crabb
2023-03-02
1
-5
/
+46
*
vectorgraphic/vector4.cpp: Added Vector 4 driver. (#10710)
Eric Anderson
2023-02-27
3
-0
/
+189
*
Various cleanups:
Vas Crabb
2023-02-27
1
-1
/
+1
*
msa: Correct stupid typo
Olivier Galibert
2023-02-22
1
-1
/
+1
*
Fix building with gcc-13 (#10917)
Julian Sikorski
2023-02-20
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
|
/
[next]