summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/minimaws/lib/dbaccess.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-15exidy.cpp: Got rid of duplicate coin inputs. Vas Crabb1-15/+37
Partially addresses GitHub #9757. Coin 2 doesn't work for targ and spectar, but that isn't a regression (it was already broken, not sure if error in schematics, game bug, or emulation issue is to blame). DIP switches and locations are still a bit of a mess, too.
2022-05-15bus/vcs_ctrl: Fixed swapped paddle buttons (fixes #9755). (#9756) 0kmg1-2/+2
2022-05-14vball.cpp: used finder for memory bank and other small cleanups Ivan Vangelista4-364/+352
2022-05-14tait8741.cpp: Removed old simulation of Gladiator MCUs (unused for a while now). Vas Crabb3-425/+0
2022-05-13dpb_combiner.cpp: Deleted left over file per Ryan Holtz Scott Stone1-346/+0
2022-05-13New working machines hap3-4/+71
-------------------- Cops Pocket Assistant [hap, Sean Riddle]
2022-05-13intelfsh.cpp: Keep spacing consistent to all other devices Scott Stone1-1/+1
2022-05-13slapfght.cpp: Hooked up flip screen output to MCU for alcon and slapfigh (#9748) Vas Crabb4-10/+25
* slapfght.cpp: Hooked up flip screen output to MCU for alcon and slapfigh. * machine/taito68705interface.cpp: Removed some copy/pasted copyright holders. The copyright holders were copied across from the drivers that the device was factored out of. There's no content from the original drivers left.
2022-05-138080bw.cpp: Re-removed cocktail inputs from spaceat2/sinvzen. (#9624) eientei951-5/+9
2022-05-13a2600.xml: Fixed publishers, and mark generalr/westward as clones of custer. ↵ eientei951-8/+8
(#9623) "Mystique" was a product line, actual publisher was "American Multiple Industries".
2022-05-13bus/nes: Various minor cleanups. (#9641) 0kmg52-345/+167
* MMC1: Made mirroring bits overridable for derivative boards. Also removed code for rumored MMC1C variant. * Moved various boards' hardwired mirroring from pcb_reset() to the software list. * Removed redundant banking of VRAM for non-banking boards and redundant variable setting.
2022-05-13cpu/mips/r4000.cpp: Added TimerIntDis mux to IPEX5. (#9718) Brice Onken2-11/+37
2022-05-13Additions and changes to Spectrum-related softlists. (#9728) ICEknigh73-85/+114
timex_cass.xml, spectrum_cass.xml: * Added a list of the known covertapes of "Byte Power, 1st Class Magazine" as well as the only known dump. * Moved games published by Timex actually made for the Spectrum to appropriate list. * Replaced two dumps with better versions. specpls3.xml: * Verified that Spectrum disk version of Comando Tracer is the standalone release. * Updated notes. New working software list additions (timex_cass.xml) --------------------------------- Byte Power (February 1988)
2022-05-13zx spectrum drivers: Restore irq length == 32 / border timings. (#9711) holub10-36/+69
2022-05-13atari400.cpp: Added 2-port version of a5200, and fixed ANTIC memory size. ↵ eientei952-25/+86
(#9730) New working clones -------------------- Atari 5200 (2-port)
2022-05-13Revert "bitbanger: Add udp multicast support (#9744)" (#9749) Vas Crabb9-372/+19
This reverts commit 5052eb307a959644677037be52b9a168a68775dd.
2022-05-12[powervr2.cpp] Naomi Rendering Fixes (#9745) Jennifer Taylor1-38/+38
* Allow rendering non-textured sprites (filled boxes), causes spritetest to render properly. * Fix alpha blending for textures to key off of the right value. * Some code cleanup.
2022-05-12bitbanger: Add udp multicast support (#9744) tedgreen999-19/+372
Example usage: -bitb udp.234.99.99.99:15122
2022-05-12dinetwork: Add mtu paramter and remove unnecessary floating point ↵ tedgreen9910-16/+22
calculations (#9742)
2022-05-12epg3231: Add key strobe output mode AJR1-1/+28
2022-05-12Fix address mask for SST 39SF040 (#9747) Miodrag Milanović1-0/+1
2022-05-12redclash.cpp: Add raw parameters for screen and addressable latch devices AJR3-32/+28
2022-05-12Deletes in-line credits, to keep with MAME general style. Advised by hap (#9741) Jose Tejada1-1/+3
2022-05-12- stv.cpp: dumped I/O board ROM for yattrmnp [nnap] Ivan Vangelista2-60/+65
- rbmk.cpp: dips are read correctly now
2022-05-12tek440x: Add SCSI controller AJR1-2/+4
2022-05-13********Added dinore Robbbert3-0/+31
2022-05-12dribling: Use raw timing parameters for screen AJR1-5/+2
2022-05-13********Split mslug6 away from mslug3 Robbbert5-2301/+2290
2022-05-12*******Added metal slug unity (1,2,3,4,5,x) Robbbert8-226/+267
2022-05-12n8080.cpp: Use raw timing parameters for screen AJR1-17/+8
2022-05-12beezer: Replace bankdev with memory view; use raw timing parameters for screen AJR1-36/+20
2022-05-12toratora: Use raw timing parameters for screen AJR1-8/+5
2022-05-12cheekyms: Add screen raw parameters; modernize VBLANK interrupt AJR3-12/+10
2022-05-12avalnche: Change periodic interrupt to scanline interrupt; add watchdog timeout AJR2-2/+10
2022-05-12******Added dkchrte,dksprfin; updated dkongte,dkspkyte. Robbbert3-4/+68
2022-05-11seicross.cpp: Add raw timing parameters for screen AJR1-10/+7
2022-05-11vigilant.cpp, shisen.cpp: Cleanups & modernization AJR3-55/+67
- Replace legacy interrupt generators with vertical blank and scanline timer callbacks - Add presumed raw timing parameters for all games, based on known XTAL values - Correct maincpu XTAL value for Buccaneers
2022-05-114enlinea.cpp, amstr_pc.cpp, amstrad.cpp: Remove some unused definitions AJR3-43/+0
2022-05-11nemesis.cpp: Correct dot clock AJR1-1/+1
2022-05-11inder_vid.cpp: Correct visible dimensions of screen AJR1-1/+1
2022-05-11unidasm: Option-related changes AJR1-17/+21
- Eliminate -mode option that has done nothing for years - Allow -basepc address and -skip count to be specified in octal
2022-05-11mips3: Fixed error flagged by GCC 12 [Ryan Holtz, R. Belmont] arbee2-5/+4
2022-05-11Initial GCC 12 support for Fedora 36. [R. Belmont] arbee1-0/+7
2022-05-11megadriv.xml: Trimmed pcottonp dump by half. (#9719) 0kmg1-2/+2
2022-05-11spectrum_cass.xml: 9 new entries + metadata cleaning (#9723) ArcadeShadow1-144/+241
New working software list additions (spectrum_cass.xml) ----------------------------------- Bomb Jack (Z Cobra) [worldofspectrum.org] Bomb Jack II (MCM) [worldofspectrum.org] Bomb Jack II (Zafi Chip) [worldofspectrum.org] Chess Nuts [Steven Brown, Planeta Sinclair] Coin-It [Steven Brown, Planeta Sinclair] Exolon (bug fix) [spectrumcomputing.co.uk] Exolon (Erbe) [spectrumcomputing.co.uk] Horacio Esquiador [spectrumcomputing.co.uk] Smash TV (Erbe) [spectrumcomputing.co.uk]
2022-05-11Vigilante correct video timings (#9740) Jose Tejada1-4/+3
2022-05-11netlist: Fixed standalone nltool building with nvcc. (#9731) couriersud13-33/+36
nvcc 11.3 (latest cuda tools) has an issue with some auto x(some variable) declarations.
2022-05-11gameboy.xml: Added four homebrew entries. (#9705) 0kmg1-0/+51
New working software list additions (gameboy.xml) ----------------------------------- Dangan GB [snorpung, nordloef] Death Planet [Mackerel Interactive] Into the Blue [Jonas Fischbach] Retroid [Jonas Fischbach]
2022-05-118080bw.cpp: Added color video output emulation to vortex. (#9311) [Mike Coates] Ivan Vangelista3-3/+52
2022-05-10Add debugger time command to docs (#9735) tedgreen991-0/+2