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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Floppy format API refinements
AJR
2023-10-08
3
-36
/
+36
*
Miscellaneous change roll-up:
Vas Crabb
2023-09-29
3
-32
/
+28
*
Filesystem code refactoring (#11570)
ajrhacker
2023-09-27
2
-0
/
+3
*
chdman.cpp, imgtool/modules: Use multibyte.h functions
AJR
2023-09-24
5
-83
/
+39
*
aviio.cpp: Massive code cleanup
AJR
2023-09-17
1
-2
/
+2
*
fsmgr.h: Cleanup
AJR
2023-09-17
1
-15
/
+14
*
imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the...
AJR
2023-09-17
11
-302
/
+298
*
unidasm: Support v620f as a separate architecture from v620 and refactor thes...
AJR
2023-08-21
1
-0
/
+1
*
unidasm: Add disassemblers for DDP-516 and Prime S, R, V architectures
AJR
2023-08-14
1
-0
/
+7
*
unidasm: Add disassembler for Mitsubishi/Renesas M16C architecture
AJR
2023-08-01
1
-0
/
+2
*
unidasm: Add disassemblers for ST9 and ST9+ architectures
AJR
2023-06-18
1
-0
/
+3
*
Some more sprintf() deprecation warning fixes. [R. Belmont]
arbee
2023-06-03
1
-18
/
+18
*
chdman: Add extractdvd command
Olivier Galibert
2023-05-05
1
-0
/
+93
*
chd: Add dvd support. better abstraction in general, multi-image support in a...
Olivier Galibert
2023-05-04
1
-0
/
+94
*
mn1400: add disassembler
hap
2023-05-01
1
-0
/
+2
*
smc1102: add disassembler
hap
2023-04-06
1
-0
/
+1
*
tools/srcclean.cpp: Escape 'high' Unicode characters found in strings rather ...
Vas Crabb
2023-03-15
1
-10
/
+20
*
-tools/srcclean.cpp: Use the same rules for character literals and strings in...
Vas Crabb
2023-03-14
1
-1
/
+1
*
unidasm: Add Interdata Series 16 disassembler
AJR
2023-03-11
1
-0
/
+2
*
Reduced usage of sprintf. (#10892)
Erik
2023-02-20
4
-21
/
+18
*
image_handler.cpp: Eliminate use of sprintf for error messages
AJR
2023-02-16
1
-9
/
+3
*
regrep.cpp: Code cleanup
AJR
2023-02-16
1
-36
/
+34
*
tools/ldresample.cpp: Don't try to allocate a 1MB object on the stack (fixed ...
Vas Crabb
2023-02-03
1
-19
/
+20
*
Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ...
Vas Crabb
2023-02-01
1
-2
/
+3
*
osd/tools: msvc fixes
Patrick Mackinlay
2023-02-01
1
-1
/
+1
*
scmp: Rewrite disassembler; change CPU endianness
AJR
2023-01-09
1
-1
/
+1
*
imgtool/stream: Remove some unused functions
AJR
2022-12-14
2
-80
/
+0
*
imgtool: properly remove all Apple modules. (GitHub #10594) [R. Belmont]
arbee
2022-12-06
7
-9278
/
+0
*
unidasm: Add IBM 1800, IBM 1130 and (DG) Nova disassemblers
AJR
2022-12-02
1
-0
/
+5
*
harddisk.h: #include shuffling
AJR
2022-11-26
1
-0
/
+1
*
unidasm: Add CDC 1700, Cyber 18, Sigma 2 and Xerox 530 disassemblers
AJR
2022-11-16
1
-0
/
+6
*
imgtool.cpp: Future-proofing
AJR
2022-11-13
1
-0
/
+1
*
srcclean in preparation for release branch
Vas Crabb
2022-10-23
2
-3
/
+3
*
Added support for specifying volume attributes in 'floptool flopcreate' (#9590)
npwoods
2022-10-16
1
-4
/
+34
*
unidasm: Add Nios II disassembler
AJR
2022-10-11
1
-0
/
+2
*
Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold]
Paul-Arnold
2022-10-04
1
-1
/
+1
*
corefile.h: Move filename utilities to path.h
AJR
2022-09-25
5
-3
/
+5
*
arm: Eliminate big-endian bus variant not actually implemented until ARM6 (wh...
AJR
2022-09-25
1
-1
/
+0
*
imgtool: make the Apple formats build, but they will not function (did they b...
arbee
2022-09-24
2
-3
/
+44
*
Changed fs::manager_t::enumerate_f() to simplify logic within file system dri...
npwoods
2022-09-19
1
-5
/
+4
*
Fixes and cleanup:
Vas Crabb
2022-09-15
1
-1
/
+2
*
util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (...
npwoods
2022-09-15
4
-11
/
+17
*
More miscellaneous fixes:
Vas Crabb
2022-09-14
1
-8
/
+8
*
embargo: remove input tag lookups
hap
2022-09-13
2
-4
/
+2
*
Fix tools build after f52b402f2416ddfd646afe2d132c16d78c6fe9c3
AJR
2022-08-28
2
-0
/
+2
*
Miscellaneous fixes:
Vas Crabb
2022-08-28
1
-2
/
+2
*
formats: Fixed some unused local variable compiler errors. (#10251)
napobear
2022-08-25
1
-0
/
+2
*
mn1610: new disassembler
Patrick Mackinlay
2022-08-25
1
-0
/
+3
*
unidasm.cpp: Code cleanup
AJR
2022-08-18
1
-62
/
+89
*
chdman: Fixed TOC session type detection for extractcd. (#10233)
987123879113
2022-08-17
1
-3
/
+36
[prev]
[next]