summaryrefslogtreecommitdiffstatshomepage
BranchCommit messageAuthorAge
addrbus-64Update parse_number in unidasm.cpp, plus alignment with code style guide. MooglyGuy3 weeks
cbm_joy_swapc65.cpp: added machine configuration switch to swap joystick ports on the fly... etabeta784 weeks
cdtv_subcodecdtv: Subcode support Dirk Best10 months
dsp563xxvirusb: goes all the way to the main program Olivier Galibert7 months
floppysoundfloppy_sound: Minor cleanup Michael Zapf4 weeks
masternamcos2.cpp: Correct Final Lap 2 ROM labels. [sjy96525] (#15359) sjy555525104 min.
release0288ui/menu.cpp: Better handling of active pointers when resetting items. Vas Crabb3 hours
s23-firewireFurther System 23 checkpoint Ryan Holtz6 months
script-eof-markerscripts/build: add a python script for checking EoF markers across source tree angelosa9 months
taitotz-pixxiiiInitial PIXXIII instrumentation framework for taitotz; rest of the hookup sti... Ryan Holtz7 months
[...]
 
TagDownloadAuthorAge
mame0287commit e776c98438... Vas Crabb8 weeks
mame0286commit ca48656c92... Vas Crabb3 months
mame0285commit f379cd060a... Vas Crabb4 months
mame0284commit 7b4d4c14e9... Vas Crabb5 months
mame0283commit 494babc311... Vas Crabb6 months
mame0282commit 7b051ce4af... Vas Crabb7 months
mame0281commit 2843a3deb8... Vas Crabb8 months
mame0280commit ec9abd86c6... Vas Crabb9 months
mame0279commit 7589dee02c... Vas Crabb10 months
mame0278commit eb05584a2b... Vas Crabb11 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
[...]