summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/minimaws/lib/lxparse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-28bus/nes: Added support for Y2K 420 in 1. (#8622) 0kmg8-3/+109
New working software list additions (nes.xml) ----------------------------------- Y2K 420 in 1 [BootGod]
2021-09-28rollext: hooked up eeprom Ville Linde1-13/+77
2021-09-27New working clones Ivan Vangelista2-0/+32
------------------ Winning Spike (ver AAA) [f205v]
2021-09-28Fixed some software list issues: Vas Crabb4-25/+4
apxen_flop.xml: Marked diag bad and unsupported as the disk image is missing protection data. pc8001mk2_flop.xml, pc8801_flop.xml: Removed some entries that were inadvertently duplicated.
2021-09-27debugger/qt, debugger/win: Fixed suppressing trailing whitespace in copied ↵ Vas Crabb2-4/+4
text on completely blank lnes (most noticeable for the console view).
2021-09-26Laser 128 updates: [R. Belmont, Tom Greene] arbee5-14/+309
- Added all currently dumped ROM versions - Support both the original and later hardware versions - Support the built-in mouse interface New clones added as WORKING --------------------------- Laser 128 (original hardware) [R. Belmont, Tom Greene]
2021-09-27Clean up some metadata Vas Crabb3-10/+12
2021-09-26segac2: speed up initialization hap4-15/+12
2021-09-27libc++ 6 std::is_invocable_r doesn't work on MFP for incomplete class - ↵ Vas Crabb1-2/+6
disable broken tests when detected.
2021-09-27util/delegate.cpp: Notes from experiments with clang. Vas Crabb1-25/+104
2021-09-26Optimized the multithreading strategy for -listxml (#8300) npwoods1-44/+150
The previous algorithm would spawn tasks but wait for them in sequential order. This is not necessarily optimal, and with these changes we will respond to whichever task completes first. On my computer (Quad Core 2), this triples the speed of a full -listxml
2021-09-26Actually stage the fix to validity.cpp, clean up video/kikikai.cpp a little, ↵ Vas Crabb3-34/+25
srcclean latest PRs.
2021-09-26bus/nes: Updates for BMC-70IN1 and BMC-800IN1 boards. (#8609) 0kmg8-171/+174
* Reimplemented these related boards as class/subclass. * Corrected missing iNES loader support. New working software list additions (nes.xml) ----------------------------------- 35 in 1 (HM5511) [anonymous] 68 in 1 (HM5511) [anonymous] Software list items promoted to working (nes.xml) --------------------------------------- 70 in 1 800 in 1
2021-09-26bus/nes: Simplified handling of SxROM + MMC1A boards a bit. (#8614) 0kmg8-257/+166
* Removed pseudo board types SXROM_A and SOROM_A that are simply SXROM and SOROM boards fitted with MMC1A chips. * Provide the equivalent behavior directly in SXROM and SOROM by letting each board know which MMC1 type it has from the existing feature in the softlist.
2021-09-26bus/nes: Added support for a bootleg Sangokushi II cartridge. (#8615) 0kmg7-5/+135
New working software list additions (nes.xml) ----------------------------------- Sangokushi III - Haou no Tairiku (Asia, Sangokushi II pirate) [krzysiobal]
2021-09-26nes.xml: Added alternate PCB version of Gauntlet. (#8621) 0kmg1-1/+22
New working software list additions ----------------------------------- Gauntlet (USA, alt PCB)
2021-09-26nes.xml: Removed a duplicate dump of Xiangshuai Chuanqi. (#8618) 0kmg1-22/+4
2021-09-26bus/nes: Uncommented some existing code for Toy Story pirate cart. (#8617) 0kmg6-114/+108
Software list items promoted to working (nes.xml) --------------------------------------- Toy Story [etabeta]
2021-09-26srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb51-413/+398
* Reduce repeated directory walking in cleansrc target (substantially improves speed of building the target on Windows). * Disable a validity check using an MSVC language extension when using clang in MSVC ABI mode.
2021-09-25pc8001_flop.xml: Fix rom name errors due to copy/paste Scott Stone1-2/+2
2021-09-25kikikai.cpp: Fix notes (#8483) cam9001-3/+1
* kikikai.cpp: Fix video hardware notes
2021-09-25cdi.xml / ibm5170_cdrom.xml: New non-working software list additions,… (#8612) David 'Foxhack' Silva2-49/+188
* cdi.xml / ibm5170_cdrom.xml: New non-working software list additions, misc fixes New non working software list additions ----------------------------------- cdi: Bill Brandt: The Picture Post Years 1938-1951[DVC] [Gaming Alexandria, Dave "Foxhack" Silva] cdi: CD-i in Schools [DVC] [Gaming Alexandria, Dave "Foxhack" Silva] cdi: From The Associated Press: The Best of Photo Journalism [DVC] [Gaming Alexandria, Dave "Foxhack" Silva] cdi: Getting Ahead - Making Time (Euro)(Reprint)[CD-i-PC] [Gaming Alexandria, Dave "Foxhack" Silva] cdi / ibm5170_cdrom: Paranasal Sinuses & Anterior Skull Base [Gaming Alexandria, Dave "Foxhack" Silva] cdi: Peaches [DVC] [Gaming Alexandria, Dave "Foxhack" Silva]
2021-09-25Add notes about pocket version being the same rom as the regular motion one ↵ ClawGrip1-2/+2
on some games [skaman] (#8600)
2021-09-25New WORKING software list additions (#8599) ClawGrip1-52/+177
New WORKING software list additions --------------------------------------- vsmile_cart.xml: Disney Handy Manny (USA), Nick Jr. Wow! Wow! Wubbzy! (USA), The Adventures of Little Red Riding Hood (USA), Barney - The Land of Make Believe (USA), Care Bears - A Lesson in Caring (USA), TinkerBell (USA), Disney/Pixar Up (USA, rev. 001), Disney's Cinderella - Cinderella's Magic Wishes (USA, rev. 101) [skaman]
2021-09-25gameboy.xml: New working software list addition (#8602) ArcadeShadow1-2/+14
- gameboy.xml: 1 new entry and rename descriptions New working software list addition ----------------------------------- Sarakon (prototype) [Gaming Alexandria]
2021-09-25tx0: Turn RIM logging back off AJR1-1/+1
2021-09-25bus/nes: Fixed hardwired 4-screen mirroring for MMC3 games. (#8620) 0kmg2-2/+6
- Fixes most graphics glitches in Rad Racer II and unlicensed Jurassic Boy 2, Rocman X carts.
2021-09-25tms32082: Fix clang build AJR1-1/+1
2021-09-25Mostly playable driver for Rolling Extreme. Various bug fixes to the ↵ Ville Linde5-410/+580
TMS320C82 core.
2021-09-25New clones marked as NOT_WORKING AJR9-23/+400
-------------------------------- TX-0 upgraded system (8 kWords of RAM, old order code) * tx0_64kw: Swap LR and MBR when MLR and LMB are specified together * tx0_8kw: Recognize a few more composite OPRs in disassembly
2021-09-25arcade.flt: add saturnkr exception hap1-2/+3
2021-09-25tasc: gideon engine version is 3.1 hap1-2/+2
2021-09-25Add floppy support to NEC PC-8001 (#8532) Angelo Salese24-2774/+7738
New clones marked as NOT_WORKING -------------------------------- PC-8001mkIISR [anonymous] * Generate a new pc8001_flop.xml list, based off Neo Kobe dumps; * Move several items from pc8801_flop.xml to the new pc8001_flop.xml; * Generate new lists for pc8001mk2_flop.xml and pc8001mk2sr_flop.xml; * Hook aforementioned lists where they belongs ( i.e. N-Basic list is now shared between pc8801.cpp and pc8001.cpp, N80 list belongs to pc8001mk2 and pc8001mk2sr, N80SR list belongs to pc8001mk2sr alone) * upd3301.cpp: fix scrolling glitch when unthrottled * pc8001.cpp: fix machine configs inheritance * pc8001.cpp: constexpr the XTALs * pc8001.cpp: allow to enter into N80 BASIC mode for mk2 machines * Ported pc80s31k to device interface, and hooked it up to pc8001 * Fix validation errors * Misc documentation updates * uPD3301.cpp: implement bulk of attribute fields * upd3301: fix olyboss compile and crashing, add rvv signal * upd3301.cpp: fix last value of attribute row (7narabe), fix graphic mode when in width 40 (15puzzle) * upd3301.cpp: consider an attribute end of 0 equal to max size, fixes starfire * upd3301.cpp: rvv is definitely a global reverse rather than acting on palette for PC8001, document flgworld attribute weirdness (double somersault) * pc8001_flop.xml: QA selected SW * pc80s31k.cpp: split into PC80S31 (2d) and PC80S31K (2d/2dd/2hd) devices, rearrange disk bioses * pc8801.cpp: inherit pc80s31k device and kill off FDC legacy code * pc80s31k.cpp: documentation updates * pc8001_flop: move Magic Copy and a alt versions of ay1 and 4d house in here * pc98.xml: move daivacal from PC88 since it really belongs here * pc8801_flop.xml: major QA testing on suspicious floppy activities * pc8801.cpp: remove logging of High [TV]RAM * pc8801_flop.xml: fix rogue extra comment closing * pc80s31k.cpp: mailbox the PPI ports, fix barbatus booting; pc80s31k.cpp: allow filemst to boot, and add note about its unemulated extended HW; * upd3301.cpp: convert AT1/AT0/SC to an aggregate variable * upd3301.cpp: convert attribute fetch to be a client delegate * pc8001.cpp: move some shared functions to pc8001_base_state * pc8001.cpp: add DMA functions * pc8001.cpp: add extension setter for 24KHz mode (which will be used by PC-8801 once implementation is merged) * pc8801_flop.xml: fix description duplicate * Bulk replace pc8*_flop.xml capitalized Alt into lowercase * pc80s31k.cpp: add space.unmap() for terminal_count_r, reorder headers, make constructor trampoline protected * Standardize Daiva titles across XMLs * pc8801_cass.xml: revert of software name t[ape] postfixes * pc8801_flop.xml: more identification of N/V1 BASIC SWs
2021-09-25saturn.cpp: Add Korean BIOS placeholder (#8608) Angelo Salese5-216/+351
* saturn.cpp: add Korean BIOS placeholder, refactored init routines, add enumerator for regions * hash/saturn.xml: marked all Korean set with NTSC-K, also part I of SW list QA overhaul * stvcd.cpp: guard against deleting partial sectors in cmd_delete_sector_data, fixes pstarcol Phantasy Star 2 crash after first attract cycle * smpc.cpp: NMI is unconditionally requested for screen clock change commands, fixes booting in bigichig, capgen1, capgen4, capgen5 * stvcd.cpp: add fixed status for NetLink, allow dragndrm to actually boot (on -non drc) * stvcd.cpp: fix clang build, put another QA point for Dragon's Dream * More QA up to J
2021-09-24apple2gs: revert previous change, verified on hardware that bit 6 of ↵ arbee1-1/+1
NEWVIDEO is not set on power-up. [R. Belmont]
2021-09-24apple2gs: enable SHR linearization bit in NEWVIDEO by default, fixes Nucleus ↵ arbee1-9/+9
P8 1.0.1 [R. Belmont]
2021-09-24polepos2: freeze dipswitch works fine hap1-2/+2
2021-09-24a800: fixes writing antic DLISTL and DLISTH to only affect the high and low ↵ goldnchild1-4/+4
byte component that is spread between m_dpage and m_doffs (#8616)
2021-09-24docs: explain compressor a bit again hap3-5/+6
2021-09-24docs: explain compressor a bit hap3-3/+5
2021-09-24sound: make the compressor optional (clamp overdrive to -1.0-1.0 when off) hap10-9/+54
2021-09-25*corrected tech demo notes. Robbbert1-1/+2
2021-09-25*Added ndo_a_td Robbbert3-0/+22
2021-09-25*Added pacforks Robbbert3-0/+17
2021-09-25*fixed more rom names Robbbert1-263/+263
2021-09-24*fixed some duplicate rom names Robbbert3-160/+159
2021-09-24util/delegate.h: Use "compatible" delegates for MinGW GCC i686. Vas Crabb1-3/+4
The Itanium delegate has questionable value on on MinGW i686 as it injects a conditional branch in the hot path for delegates anyway to deal with the different __thiscall convention. It's somehow breaking and causing memory corruption in full builds, but I don't have the time to work out exactly which delegate type is the problematic one, especially not with a release coming soon. This will probably cause 32-bit MinGW builds to become substantially larger.
2021-09-24util/delegate.cpp: PowerPC-64 Little Endian drops function descriptors. Vas Crabb1-1/+3
At some point I'll make a proper header ABI detection. There's too much stuff to keep in the delegate sources, and it will be useful for other stuff like recompilers.
2021-09-23New working clones hap2-31/+74
------------------ Conchess Plymate 5.5MHz [hap, Berger]
2021-09-24Various volume level adjustements to avoid hitting limiter. (#8553) David Haywood12-43/+58
* Adjusted levels in mustache.cpp, metlfrzr.cpp, xyonix.cpp, labybug.cpp, pgm.cpp, terracre.cpp, boogwing.cpp, astrocde.cpp, and gottlieb.cpp. * Re-balanced some Votrax stuff, attempting to keep the chip output between +/-1.0.