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 0.243
Vas Crabb
2022-04-24
6
-60
/
+60
*
Cleanups for the CoCo OS-9 fs module (#9589)
npwoods
2022-04-21
2
-186
/
+199
*
Cleanups for the CoCo RS-DOS fs module (#9588)
npwoods
2022-04-21
2
-114
/
+267
*
File handling cleanup
AJR
2022-04-19
4
-312
/
+279
*
flopimg: Fix issues when wrapping in generate_bitstream_from_track which were...
Olivier Galibert
2022-04-19
1
-74
/
+124
*
Fixed string constructor for fs::meta_value (#9580)
npwoods
2022-04-17
1
-0
/
+1
*
Added a 'type()' accessor to fs::meta_value (#9553)
npwoods
2022-04-14
2
-16
/
+34
*
Fixed some issues involving fs::meta_description construction (#9546)
npwoods
2022-04-12
6
-48
/
+52
*
Adding support for formatting CoCo OS-9 file systems (#9434)
npwoods
2022-04-07
2
-8
/
+168
*
Adding support for formatting CoCo RS-DOS file systems (#9405)
npwoods
2022-04-07
2
-1
/
+8
*
hard_disk_file: Hide the chd
Olivier Galibert
2022-04-04
2
-7
/
+34
*
chd: Optimize error return from read_metadata
Olivier Galibert
2022-04-04
1
-1
/
+1
*
cdrom_file: Removed unused and abstraction-breaking get_chd method
Olivier Galibert
2022-04-04
1
-1
/
+0
*
Changed fs::meta_value::to_string() to not be static and not require meta_typ...
npwoods
2022-04-03
2
-14
/
+28
*
-util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays.
Vas Crabb
2022-04-03
2
-33
/
+16
*
formats: fixed GCC compile
Ivan Vangelista
2022-04-02
2
-2
/
+2
*
prodos fs: Hide the implementation
Olivier Galibert
2022-04-02
2
-104
/
+104
*
oric jasmin fs: Hide the implementation
Olivier Galibert
2022-04-02
2
-167
/
+168
*
cdrom.cpp: Bothering by integer types
AJR
2022-04-01
1
-1
/
+1
*
cdrom.cpp: Clean up code somewhat
AJR
2022-04-01
2
-197
/
+196
*
cdrom_file: classify. Could use more internal work, but it's a step
Olivier Galibert
2022-04-01
6
-2623
/
+2346
*
hard_disk_file: classify
Olivier Galibert
2022-04-01
2
-158
/
+75
*
floppy: revisit the identify returns
Olivier Galibert
2022-03-30
60
-88
/
+170
*
floppy: Change the internal format to flux changes, update the mfi format acc...
Olivier Galibert
2022-03-30
9
-252
/
+207
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
247
-300
/
+288
*
Constify the floppy image handling interface
Olivier Galibert
2022-03-30
146
-688
/
+589
*
apple2: split the 16 sector format in dos/prodos types
Olivier Galibert
2022-03-30
3
-103
/
+70
*
hfe: Remove write support for now, it has issues (sharing data between read a...
Olivier Galibert
2022-03-30
2
-366
/
+67
*
imd_dsk: Remove the save support that is just too broken, remove member varia...
Olivier Galibert
2022-03-30
2
-142
/
+59
*
Debugger feature improvements
AJR
2022-03-27
1
-2
/
+3
*
srcclean and manual tidying up in preparation for 0.242 release
Vas Crabb
2022-03-27
1
-5
/
+5
*
init vars for coverity (formats)
Robbbert
2022-03-26
7
-39
/
+39
*
flex, img: Remove mutable variables from the class
Olivier Galibert
2022-03-23
4
-34
/
+33
*
floppy formats: correct sector extraction in wd/upd when extracted sector is ...
Olivier Galibert
2022-03-23
2
-2
/
+2
*
Fix clang error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-c...
AJR
2022-03-20
1
-2
/
+2
*
Fixes for ASIO 1.20.0
Miodrag Milanovic
2022-03-01
2
-3
/
+4
*
srcclean in preparation for 0.241 release
Vas Crabb
2022-02-20
1
-1
/
+1
*
Miscellaneous cleanup:
Vas Crabb
2022-02-20
3
-9
/
+251
*
formats/jvc_disk: Changed code to verify image geometry against floppy drive ...
tim lindner
2022-02-17
2
-12
/
+25
*
-emu/emumem.h: Hold onto memory cache handler change subscriptions.
Vas Crabb
2022-02-14
1
-1
/
+1
*
corefile.cpp: Typo fix
AJR
2022-02-11
1
-2
/
+2
*
Addressed some Lua scripting pitfalls. (#9294)
Vas Crabb
2022-02-12
1
-0
/
+240
*
Removed extra semicolons after function bodies in remaining headers. (#9277)
0kmg
2022-02-07
1
-3
/
+3
*
abc1600: Added sector dump floppy image format. [Curt Coder]
Curt Coder
2022-02-07
2
-0
/
+114
*
flac.cpp: Add some missing standard headers
AJR
2022-02-06
1
-1
/
+3
*
Treat WinImage compressed disk images (*.imz) as ZIP archives. [Justin Kerk]
Justin Kerk
2022-02-05
1
-1
/
+1
*
Drop unnecessary executable permissions (#9257)
Julian Sikorski
2022-02-03
15
-0
/
+0
*
Fix building with gcc-12 (#9204)
Julian Sikorski
2022-01-24
1
-0
/
+1
*
srcclean in preparation for 0.240
Vas Crabb
2022-01-23
6
-126
/
+126
*
docs: List MSYS2 packages required to build PDF documentation on Windows now ...
Vas Crabb
2022-01-12
2
-9
/
+9
[next]