summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/minimaws/lib/dbaccess.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-22Minor cleanup: Vas Crabb2-33/+13
* machine/wd_fdc.cpp: Code style consistency fixes. * language/Greek: Removed obsolete messages.
2021-11-21ti99/geneve: Added WHTech SCSI adapter card Michael Zapf4-0/+835
2021-11-22sgi_mips.xml: Removed a stray quote. Vas Crabb1-1/+1
2021-11-21Apple softlist update for November 2021 (#8850) Firehawke9-21/+183
Apple II software list support adjustments: * change 'flop525' to 'flop_a2' where 3.5s also in same lists * Add apple2gs_flop_clcracked and make it default for IIgs. New working software list additions (apple2_flop_orig.xml) ---------------------------------------------------------- Wargle! [4am, Firehawke] A Question of Scruples [4am, Firehawke] J-Bird [4am, Firehawke] Star Dance [4am, Firehawke] Disk Organizer (Version 2.6) [4am, Firehawke] Super Disk Copy (Version 3.8) [4am, Firehawke] Nibbles Away ][ (Version C3) [4am, Firehawke] Essential Data Duplicator (Version 4.4) [4am, Firehawke] New working software list additions (apple2_flop_clcracked.xml) --------------------------------------------------------------- Numberball (cleanly cracked) [4am, Firehawke] PFS:File (Version A.00) (cleanly cracked) [4am, Firehawke]
2021-11-21Updated Greek translation. (#8857) BraiNKilleRGR1-32/+32
2021-11-21arcade.lua: removed taito_x.h since it doesn't exist anymore Ivan Vangelista1-1/+0
2021-11-21srcclean in preparation for release of MAME 0.238. Vas Crabb27-474/+477
Patched up positron.cpp input ports - you shouldn’t use PORT_NAME when the key cap label is just the characters it produces anyway, and you’re supposed to use the actual character a key produces for PORT_CHAR or "natural" keyboard mode/paste will be unnatural.
2021-11-20vgmplay.xml: Added 10 new entries and 1 updated entry [vgmrips.net, Tafoid] Scott Stone1-10/+605
2021-11-21stargame.cpp: removed unneeded things Robbbert1-41/+7
2021-11-20Miscellaneous #include cleanup AJR20-25/+6
2021-11-20apple2gs: add debugger annotations for the Animation Toolset [R. Belmont, ↵ arbee1-3/+10
Antoine Vignau]
2021-11-20bus/nes: Added support for boards using the SMD133 ASIC. (#8840) 0kmg10-96/+223
* bus/nes: Added support for boards using the SMD133 ASIC. New working software list additions (nes.xml) ----------------------------------- Data East All-Star Collection [anonymous] Mega Man 8 in 1 (PL-0006) [anonymous] Super Games 143 in 1 (The Best Games of NES) [anonymous] Software list items promoted to working (nes.xml) --------------------------------------- CoolBoy 198 in 1 CoolBoy 400 in 1 CoolBoy 400 in 1 (alt, 403 games) Game 450 in 1 Game 500 in 1 Pocket Games 150 in 1 Super Game 218 in 1 (JF2181) Super Game 360 in 1 Super Game 402 in 1
2021-11-20fm77av.xml: add protected Deep Forest image (#8849) r091-0/+22
Also marked the existing one as cracked. New working software list additions ----------------------------------- Deep Forest [Katsura82, rockleevk, r09]
2021-11-20rawthrillspc.cpp: Add HDD dump for "The Fast And The Furious" [Victor ↵ ClawGrip1-1/+6
Fernandez (City Game)] (#8851)
2021-11-21mame.lst: moved blkshpsq to the correct place. Robbbert1-1/+1
2021-11-21stargame.cpp: WIP, spcship is working Robbbert2-44/+530
2021-11-20New machines marked as NOT_WORKING Nigel Barnes4-0/+983
---------------------------------- Positron 9000 [Binary Dinosaurs, Nigel Barnes]
2021-11-20tiamc1: extend kot title, there's an elektronika handheld with the same title hap1-1/+1
2021-11-21emu/rendersw.hxx: Support texture wrap/clamp properly for (A)RGB formats. Vas Crabb1-356/+443
Also got rid of names starting with an underscore followed by an uppercase letter, as they are reserved. Yes, get_texel_rgb32 and get_texel_argb32 are identical - thew were already identical before.
2021-11-20hh_sm510: Remove uncertain Fowling IDs (#8848) algestam1-1/+1
2021-11-20hh_sm510: small correction to fowling svg hap2-29/+26
2021-11-20tr808: correct release year hap1-1/+1
2021-11-20New machines marked as NOT_WORKING hap8-123/+167
---------------------------------- TR-808 Rhythm Composer [afx303, DinSync]
2021-11-19bus/snes/sa1.cpp: Flesh out some SA1 features, Fix SNES timing, interrupt ↵ cam9007-543/+772
(#8673)
2021-11-19tms32031.cpp: Add TMS320VC33 emulation support, Add notes (#8766) cam9004-42/+125
2021-11-19bus/nes: Added partial code for unlicensed game Dragon Fighter. (#8833) 0kmg7-6/+91
2021-11-19gp9001.cpp: added initialization register (0x0E) values for remaining games ↵ Sergio G1-1/+7
(#8843)
2021-11-19naomi.cpp: fix the bg offset to be based on the param base so non-zero bases ↵ Jennifer Taylor1-1/+4
get backgrounds. (#8844)
2021-11-19new software list entries (#8845) David Haywood1-0/+12
* new software list entries ---------- Metal Slug - 1st Mission (prototype) [Brian Hargrove, Elliot Rosenberger]
2021-11-19megadriv.cpp: note that NEC PAC can play CD games (#8847) cam9001-1/+1
2021-11-20New working clone (#8837) algestam2-9/+26
* New working clone ----------------- Monkey Goalkeeper [algestam, Milan Galcik]
2021-11-19- seta.cpp: removed some unneeded VIDEO_START macros Ivan Vangelista5-343/+266
- taito_x.cpp: split in subclasses, minor cleanups
2021-11-19New working clones Ivan Vangelista2-2/+55
------------------ Mirai Ninja (Japan, set 2) [Corrado Tomaselli]
2021-11-20bus/vme: De-skeletonized vme_hcpu30.cpp. (#7467) shattered2-62/+515
2021-11-20Updated Chinese translations. [YuiFAN] Vas Crabb2-90/+76
2021-11-20ibm5150.xml, ibmpcjr_flop.xml: Moved Touchdown Football to ibmpcjr_flop.xml ↵ Logan B2-12/+11
(fixes #8838). (#8839)
2021-11-20bus/nes_ctrl: Added support for Exciting Boxing air bag controller. (#8817) 0kmg5-2/+146
Software list items promoted to working (nes.xml) --------------------------------------- Exciting Boxing (Japan)
2021-11-20bus/nes_ctrl: Removed device_reset() for recently updated input devices. (#8846) 0kmg6-32/+0
2021-11-19clang fixes smf-2-4/+7
2021-11-19debugimgui: Fix menus losing focus, add octal display and octal/decimal ↵ Barry Rodewald1-12/+46
address select.
2021-11-19Updated localisations for UI changes in 0.238 development cycle. Vas Crabb52-30919/+39115
For tranlators, the main changes are: * The former "device mapping" menu is now "input device options" and includes the input provider module options. * The analog controls menu (where sensitivity, auto-centre, etc. is configured) is now localisable. * The timecode logging features (used when making gameplay videos) have been moved to a plugin, and display messages are localisable. * There are a few extra messages for the autofire and input macro plugins to handle cases where a configured input is not present. * The timer plugin has options to show wall clock time (real time elapsed according to host OS clock) or emulated time.
2021-11-19Added partial Slovak translation. [Milan Galcik] Vas Crabb1-575/+676
2021-11-19New working software list additions Robbbert1-0/+26
----------------------------------- rx78_cart: ABC Word Game Excite Tennis [Hubz]
2021-11-19-emu/render.cpp: Fixed texture size calculation for oblong items. Vas Crabb2-28/+347
-bfm_sc2.cpp: Removed reel components from sc2prem2 layout.
2021-11-18imolagp.cpp: Add a note about clone "Ferrari 1" from Falgas/Videotronic (#8841) ClawGrip1-0/+23
2021-11-18houseball.cpp: Typo (#8842) ClawGrip1-1/+1
2021-11-18cps1: marked forgottnj as a prototype, it's an unfinished version of the ↵ hap1-1/+1
game [David Haywood]
2021-11-18seta: marked blockcar (Visco's Block Carnival / Thunder & Lightning 2 in ↵ hap1-3/+6
seta.cpp) X1 sample ROM as BAD_DUMP as it appears to be half size [David Haywood]
2021-11-18emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb10-319/+916
2021-11-17arc_ide_be: Corrected ROM size. Nigel Barnes1-2/+2