summaryrefslogtreecommitdiffstatshomepage
BranchCommit messageAuthorAge
cdtv_chd-v5hash/cdtv.xml: convert old CHDs to v5 angelosa12 months
dc_pvr-threadsega/powervr2.cpp: apply portions of PR #7746 to newest code angelosa12 months
docs_wavwritedocs: fix -wavwrite example typo angelosa4 months
lisaosd/modules/debugger: One more blind attempt at Win32 for the night. [R. Belm... arbee8 months
m57_troangel-blueseairem/m57_v.cpp: swap red PROM palette bit meaning as per #11443 angelosa9 months
mastergalaxian/galaxian.cpp: Add another Video Dens Pac-Man bootleg. (#12301) ClawGrip5 hours
pci_virge-fifoMerge branch 'master' into pci_virge-fifo angelosa5 days
soundNew sound backend support. Olivier Galibert4 weeks
taitowlf_zoomtaito/taitowlf.cpp: preliminary Zoom hookup angelosa10 months
x86_std-exceptionscpu/i386: saner fatal error handling angelosa5 weeks
[...]
 
TagDownloadAuthorAge
mame0265commit f8af5cc2cf... Vas Crabb29 hours
mame0264commit 5b670ad51f... Vas Crabb4 weeks
mame0263commit 93d8318325... Vas Crabb8 weeks
mame0262commit d48a61f921... Vas Crabb3 months
mame0261commit ca50094e8d... Vas Crabb5 months
mame0260commit 0a7f1fe9cf... Vas Crabb6 months
mame0259commit 4ff20056c3... Vas Crabb7 months
mame0258commit 2e0aa82350... Vas Crabb8 months
mame0257commit f811a66c53... Vas Crabb9 months
mame0256commit b41370db02... Vas Crabb10 months
[...]
 
AgeCommit messageAuthorFilesLines
2021-04-20Better handling of null/missing items. More consistent error handling. Reduce...save-experiments Aaron Giles12-160/+386
2021-04-20Update to new save interface to avoid collision Aaron Giles2-28/+33
2021-04-20Don't forget to call parent device. Aaron Giles1-0/+2
2021-04-19Fix voodoo and sharc saving to abide by new rules. Aaron Giles3-6/+10
2021-04-19Keep link to parent item so that full names can be computed as needed. Remove... Aaron Giles2-93/+123
2021-04-19Differentiated raw arrays from vector arrays. Add warnings for raw arrays tha... Aaron Giles3-47/+123
2021-04-19Detect array members that can't be replicated and manually register each item... Aaron Giles49-464/+430
2021-04-19Expose size of device class through the device type. This helps with error ch... Aaron Giles1-0/+5
2021-04-18More descriptive errors. Added compare mode and leveraged it to compare saved... Aaron Giles4-78/+150
2021-04-18Moved CRC and size calculations into the streamers. Improved validation when ... Aaron Giles3-347/+571
2021-04-17Checkpoint on JSON restore after successfully performing a JSON restore. Stil... Aaron Giles2-544/+1212
2021-04-16Implemented save_file. JSON and secondary files are now written to a ZIP-form... Aaron Giles2-48/+463
2021-04-15g update: Aaron Giles10-974/+792
2021-04-14Remove final cases where people directly registered state data with the core ... Aaron Giles21-426/+330
2021-04-14Replace remaining STRUCT_MEMBER macros with proper structured saves. Aaron Giles27-605/+780
2021-04-14Convert STRUCT_MEMBERs into proper struct saves for devices/sound/* Aaron Giles47-596/+893
2021-04-14Convert STRUCT_MEMBERs into proper struct saves for devices/machine/* Aaron Giles18-309/+434
2021-04-13Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... Aaron Giles27-471/+580
2021-04-13Add support for std::array and for custom types that map to integers/FP value... Aaron Giles31-228/+357
2021-04-12Add bitmap support to registrar. Aaron Giles1-4/+16
2021-04-12Added save state window to debugger. Centralized unique/vector/pointer unwrap... Aaron Giles17-73/+887
2021-04-09Add explicit unique_ptr/vector containers. Fix registration checks. Added mod... Aaron Giles11-161/+287
2021-04-09Created new hierarchical save_registrar, which supports self-describing struc... Aaron Giles33-177/+898
2021-04-08suprgolf.cpp: fixed GFX ROMs loading for albatross. Still needs correct contr... Ivan Vangelista1-11/+19
2021-04-09Allow breaking into main menu before the machine fully starts (i.e. just befo... AJR3-7/+29
[...]