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
/
emu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better handling of null/missing items. More consistent error handling. Reduce...
save-experiments
Aaron Giles
2021-04-20
12
-160
/
+386
*
Keep link to parent item so that full names can be computed as needed. Remove...
Aaron Giles
2021-04-19
2
-93
/
+123
*
Differentiated raw arrays from vector arrays. Add warnings for raw arrays tha...
Aaron Giles
2021-04-19
3
-47
/
+123
*
Detect array members that can't be replicated and manually register each item...
Aaron Giles
2021-04-19
5
-338
/
+430
*
Expose size of device class through the device type. This helps with error ch...
Aaron Giles
2021-04-19
1
-0
/
+5
*
More descriptive errors. Added compare mode and leveraged it to compare saved...
Aaron Giles
2021-04-18
3
-77
/
+149
*
Moved CRC and size calculations into the streamers. Improved validation when ...
Aaron Giles
2021-04-18
2
-346
/
+570
*
Checkpoint on JSON restore after successfully performing a JSON restore. Stil...
Aaron Giles
2021-04-17
2
-544
/
+1212
*
Implemented save_file. JSON and secondary files are now written to a ZIP-form...
Aaron Giles
2021-04-16
2
-48
/
+463
*
g update:
Aaron Giles
2021-04-15
9
-970
/
+785
*
Remove final cases where people directly registered state data with the core ...
Aaron Giles
2021-04-14
10
-249
/
+56
*
Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni...
Aaron Giles
2021-04-13
1
-20
/
+22
*
Add support for std::array and for custom types that map to integers/FP value...
Aaron Giles
2021-04-13
2
-25
/
+56
*
Add bitmap support to registrar.
Aaron Giles
2021-04-12
1
-4
/
+16
*
Added save state window to debugger. Centralized unique/vector/pointer unwrap...
Aaron Giles
2021-04-12
9
-73
/
+736
*
Add explicit unique_ptr/vector containers. Fix registration checks. Added mod...
Aaron Giles
2021-04-09
5
-69
/
+162
*
Created new hierarchical save_registrar, which supports self-describing struc...
Aaron Giles
2021-04-09
33
-177
/
+898
*
Allow breaking into main menu before the machine fully starts (i.e. just befo...
AJR
2021-04-09
1
-2
/
+2
*
Add %o format support to debugger printf command
AJR
2021-04-06
1
-0
/
+26
*
options: simplified the statename/snapname logic for naming after image devic...
etabeta
2021-04-04
2
-27
/
+4
*
battlane: fix a problem with double height sprites at last boss [dink]
hap
2021-04-01
1
-3
/
+3
*
Added some swlist warnings for Tafoid's tests.
Robbbert
2021-04-02
1
-0
/
+2
*
srcclean in preparation for release
Vas Crabb
2021-03-28
1
-1
/
+1
*
Addressed Github issue #7843 (mute on unthrottle) (#7875)
MooglyGuy
2021-03-22
1
-1
/
+1
*
mpc60: Misc. additions and notes
AJR
2021-03-14
1
-0
/
+1
*
video/k057714.cpp: Implemented raster timing registers. (#7846)
987123879113
2021-03-13
1
-0
/
+1
*
pmac6100: Move it to a new driver
Olivier Galibert
2021-03-12
1
-1
/
+50
*
-A few incremental UI code improvements:
Vas Crabb
2021-03-12
2
-22
/
+49
*
views: Ensure alternatives are always created
Olivier Galibert
2021-03-10
1
-0
/
+4
*
emumem_mview.cpp: Use count_leading_zeros to simplify awidth calculation
AJR
2021-03-05
1
-6
/
+1
*
fix #7806 (#7841)
feos
2021-03-05
1
-1
/
+1
*
views: Keep a reference to the handlers so that installs overlapping them don...
Olivier Galibert
2021-03-03
2
-0
/
+11
*
Add 'wpsize' variable to access the data size from a watchpoint (#7837)
Scott Percival
2021-03-03
3
-3
/
+6
*
Revert "fileio.cpp: This doesn't technically require emu.h"
AJR
2021-02-28
1
-1
/
+1
*
coolridr.cpp: Use measured clocks for Cool Riders by correct XTAL usage based...
Brian Troha
2021-02-28
1
-1
/
+2
*
emuview: Fix init_handlers in specific cases, fix mapping ioports in views
Olivier Galibert
2021-02-27
3
-4
/
+4
*
fileio.cpp: This doesn't technically require emu.h
AJR
2021-02-26
1
-1
/
+1
*
addrmap: Allow creators in the memory map
Olivier Galibert
2021-02-24
1
-0
/
+21
*
Ensure validation of device tags in non-default slot options
AJR
2021-02-20
1
-0
/
+1
*
emumem: Disable the unmap-value-in-device-map test for now
Olivier Galibert
2021-02-20
2
-12
/
+18
*
rendlay.cpp: Increased precision of ellipse calculations.
Vas Crabb
2021-02-17
1
-128
/
+162
*
emumem: Fix regions and shares on dynamically-installed device maps
Olivier Galibert
2021-02-16
3
-38
/
+105
*
debug: add cls command to clear console buffer
hap
2021-02-16
4
-1
/
+13
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
24
-73
/
+65
*
Stop converting debugger console commands to all lowercase before parsing the...
AJR
2021-02-13
3
-56
/
+56
*
Update state views when memory is modified through the debugger (since regist...
AJR
2021-02-09
1
-0
/
+1
*
input.cpp: Fix regression in token parsing
AJR
2021-02-03
1
-2
/
+2
*
render/bgfx: Fix failure to load texture .png files when -artpath contains mu...
AJR
2021-02-03
2
-3
/
+3
*
Use std::clamp in various core functions
AJR
2021-02-03
3
-17
/
+8
*
input.cpp, inputdev.cpp: Convert a few more functions to use std::string_view
AJR
2021-02-03
4
-38
/
+37
[next]