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 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
*
formats/flex_dsk.cpp: Added FLEX 1.0 (MiniFLEX) Disk Format. (#10234)
Michael R. Furman
2022-08-17
2
-326
/
+369
*
cdrom: Pass phys flag to read_partial_sector in read_subcode (#10231)
987123879113
2022-08-15
2
-3
/
+4
*
formats/cp68_dsk.cpp: Added CP/68 disk format for SWTPC 6800. (#10178)
Michael R. Furman
2022-08-13
3
-0
/
+329
*
woz/flux: even more fixes after some clarifications
Olivier Galibert
2022-08-11
1
-12
/
+8
*
woz/flux: better implementation
Olivier Galibert
2022-08-11
1
-7
/
+11
*
woz: handle FLUX tracks, even when somewhat broken
Olivier Galibert
2022-08-10
1
-4
/
+32
*
mfi_dsk: fix logic error (nw)
Peter Ferrie
2022-08-02
1
-1
/
+1
*
Change debugger command handler parameter vector element type from std::strin...
AJR
2022-08-02
2
-2
/
+39
*
Various minor cleanups.
Vas Crabb
2022-07-31
5
-25
/
+23
*
apple2: don't force ProDOS 2.5a8 to ProDOS sector order. (Github #7707) [R. B...
arbee
2022-07-28
1
-4
/
+0
*
Clean up whitespace with srcclean
Vas Crabb
2022-07-24
7
-32
/
+32
*
util/zippath.cpp: Removed a now-unnecessary cast to std::string. (#10112)
npwoods
2022-07-21
1
-1
/
+1
*
Fixing fs::cbmdos_image::enumerate_f() to properly look for single density (i...
npwoods
2022-07-18
1
-1
/
+1
*
netlist: include file work (#10096)
couriersud
2022-07-16
25
-700
/
+882
*
nlm_tt74xx_lib.cpp: fix TTL_74157_GATE (#10072)
goldnchild
2022-07-12
1
-1
/
+1
*
Give proper credits to patch author (nw)
Michael Zapf
2022-07-10
1
-1
/
+1
*
Fixes communication with WebSocket servers that send data immediately after t...
Michael Zapf
2022-07-09
1
-9
/
+41
*
netlist: Fix regression (#10041)
couriersud
2022-07-05
1
-1
/
+1
*
netlist: gtrak10 performance and other improvements and fixes (#10032)
couriersud
2022-07-05
78
-2699
/
+3654
*
bus/nubus: Implemented enough for interlaced modes not to hang.
Vas Crabb
2022-07-04
1
-0
/
+1
*
nld_dm9314.cpp: add RS mode to netlist 9314 (#10016)
goldnchild
2022-07-01
1
-1
/
+13
*
Fixed CoCo OS-9 FS module in response to recent FS changes (#10007)
npwoods
2022-06-30
1
-9
/
+566
*
Created a CBM DOS file system driver and added it to the 1541 implementation ...
npwoods
2022-06-30
5
-26
/
+554
*
Fixed CoCo RS-DOS FS module in response to recent FS changes (#10003)
npwoods
2022-06-29
1
-1
/
+328
*
fs: new API, blk_t is probably going to change too
Olivier Galibert
2022-06-28
10
-2015
/
+853
*
bus/nubus: Implemented Spectrum/8 oscillator selection and vertical count read.
Vas Crabb
2022-06-22
1
-5
/
+5
*
netlist: fix bug, prepare for future changes and improve readability (#9947)
couriersud
2022-06-20
79
-2876
/
+3633
*
More scheduler optimisation, Visual Studio build fixes, and cleanup.
Vas Crabb
2022-06-17
1
-0
/
+46
*
Optimisation, and baby steps towards untangling stuff:
Vas Crabb
2022-06-16
1
-1
/
+39
*
Changed the constructor of fs::dir_entry to take 'std::string &&name' instead...
npwoods
2022-06-11
4
-6
/
+6
*
netlist: fix bugs and more cpp instead of macros (#9897)
couriersud
2022-06-10
58
-2427
/
+2691
[next]