summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Better handling of null/missing items. More consistent error handling. Reduce...save-experiments Aaron Giles2021-04-2012-160/+386
* Update to new save interface to avoid collision Aaron Giles2021-04-202-28/+33
* Don't forget to call parent device. Aaron Giles2021-04-201-0/+2
* Fix voodoo and sharc saving to abide by new rules. Aaron Giles2021-04-193-6/+10
* Keep link to parent item so that full names can be computed as needed. Remove... Aaron Giles2021-04-192-93/+123
* Differentiated raw arrays from vector arrays. Add warnings for raw arrays tha... Aaron Giles2021-04-193-47/+123
* Detect array members that can't be replicated and manually register each item... Aaron Giles2021-04-1949-464/+430
* Expose size of device class through the device type. This helps with error ch... Aaron Giles2021-04-191-0/+5
* More descriptive errors. Added compare mode and leveraged it to compare saved... Aaron Giles2021-04-184-78/+150
* Moved CRC and size calculations into the streamers. Improved validation when ... Aaron Giles2021-04-183-347/+571
* Checkpoint on JSON restore after successfully performing a JSON restore. Stil... Aaron Giles2021-04-172-544/+1212
* Implemented save_file. JSON and secondary files are now written to a ZIP-form... Aaron Giles2021-04-162-48/+463
* g update: Aaron Giles2021-04-1510-974/+792
* Remove final cases where people directly registered state data with the core ... Aaron Giles2021-04-1421-426/+330
* Replace remaining STRUCT_MEMBER macros with proper structured saves. Aaron Giles2021-04-1427-605/+780
* Convert STRUCT_MEMBERs into proper struct saves for devices/sound/* Aaron Giles2021-04-1447-596/+893
* Convert STRUCT_MEMBERs into proper struct saves for devices/machine/* Aaron Giles2021-04-1418-309/+434
* Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... Aaron Giles2021-04-1327-471/+580
* Add support for std::array and for custom types that map to integers/FP value... Aaron Giles2021-04-1331-228/+357
* Add bitmap support to registrar. Aaron Giles2021-04-121-4/+16
* Added save state window to debugger. Centralized unique/vector/pointer unwrap... Aaron Giles2021-04-1217-73/+887
* Add explicit unique_ptr/vector containers. Fix registration checks. Added mod... Aaron Giles2021-04-0911-161/+287
* Created new hierarchical save_registrar, which supports self-describing struc... Aaron Giles2021-04-0933-177/+898
* suprgolf.cpp: fixed GFX ROMs loading for albatross. Still needs correct contr... Ivan Vangelista2021-04-081-11/+19
* Allow breaking into main menu before the machine fully starts (i.e. just befo... AJR2021-04-093-7/+29
* New working clones (#7940) ClawGrip2021-04-092-1/+53
* New working clones hap2021-04-082-11/+22
* mn1880d.h: Fix comment AJR2021-04-081-1/+1
* unidasm: Add preliminary MN1860 disassembler (still missing a few opcodes due... AJR2021-04-083-8/+75
* mephisto_milano: don't use mmboard device hap2021-04-088-241/+316
* basf7100: Initial floppy hookup, tries booting now Dirk Best2021-04-081-8/+99
* cdu75s: start the driver Olivier Galibert2021-04-084-0/+130
* mt32: fixed rom size error from recent commit. Robbbert2021-04-081-1/+2
* mac128: fix regression from last commit, hbl timer must fire on all scanlines... arbee2021-04-071-1/+2
* mac128: Corrected raster and sound/PWM fetch timings. [R. Belmont] arbee2021-04-071-30/+39
* mephisto_polgar.cpp: split driver into polgar, risc, milano hap2021-04-0721-339/+1024
* h8: Add the h8/3032 Olivier Galibert2021-04-073-0/+347
* trs80: Added support for Level 1 CAS files. Robbbert2021-04-073-18/+68
* bus/a2bus: Suppress side effects of Grappler C0nX reads for debugger. Vas Crabb2021-04-071-4/+7
* Add bus/adb for real ADB device emulation [O. Galibert, R. Belmont] arbee2021-04-069-18/+324
* Games promoted to working James Wallace2021-04-063-6981/+2812
* Merge pull request #7936 from mamedev/fm77_adds ajrhacker2021-04-061-0/+27
|\
| * New NOT_WORKING software list additions angelosa2021-04-061-0/+27
* | bus/a2bus: Added Orange Micro Grappler printer interface card. Vas Crabb2021-04-076-118/+400
* | fmtowns_cd.xml: 14 new dumps, 16 replacements, 4 missing floppies added (#7927) r092021-04-071-172/+815
* | New machines marked as NOT_WORKING Dirk Best2021-04-064-0/+185
* | roland_mt32.cpp: Added mt32 version 2.0.4 ROM dumped from newer revision boar... Brandon Munger2021-04-071-0/+4
* | machine/spg_renderer.cpp: Fixed incorrect handling of 2-bit blend level. (#79... MooglyGuy2021-04-071-1/+5
* | Add %o format support to debugger printf command AJR2021-04-061-0/+26
* | bus/a2bus: More improvements for Orange Micro buffered Grappler+: [Vas Crabb,... Vas Crabb2021-04-065-15/+80