summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/minimaws/lib/dbaccess.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-31wavesynth: waveblaster-based virtual expander, ks1064 for now [O. Galibert] Olivier Galibert6-2/+149
2020-10-31-avr8: Converted from using an IO address space to devcb for GPIO I/O. [Ryan ↵ Ryan Holtz11-709/+693
Holtz]
2020-11-01fmtowns_flop.xml: add the World of Xeen disk (#7412) r091-0/+13
New working software list additions ----------------------------------- Might and Magic - World of Xeen [Neo Kobe Collection]
2020-10-31astrocde, drw80pkr, fm7, hp9845, igs011, mc1000, nmk16, ti99_8, williams, ↵ Ivan Vangelista14-6/+46
xor100: initialized some variables which were causing asserts / crashes / regressions in drvnoclear builds
2020-11-01-bus/a2bus: Added Apple II Parallel Printer Interface Card. Vas Crabb10-173/+530
-frontend/mame/audit.cpp: Fixed another annoying edge case. -Cleaned up RawInput code slightly.
2020-10-31aerofgt, bbc, ksys573, kyocera, mlanding, pc9801, snk, spg2xx_zone_32bit, ↵ Ivan Vangelista14-19/+65
tek405x, v1050, zx: initialized variables which were causing asserts / regressions in drvnoclear builds
2020-10-31ksys573.cpp: initialized one variable to avoid asserts in drvnoclear builds Ivan Vangelista1-0/+1
2020-10-31srmp2: initalized a couple variables to avoid asserts in drvnoclear debug builds Ivan Vangelista2-5/+7
2020-10-31instruct: initialised a variable Robbbert1-0/+1
2020-10-31busicom: init a variable, marked as MNW again (see note). Robbbert1-3/+6
2020-10-30thomson.cpp: Initialize more state variables; clean up video code slightly AJR3-44/+50
2020-10-30cps1.cpp: Use proper sound CPU code for the Forgotten Worlds (Japan) set Brian Troha1-12/+15
2020-10-30new NOT_WORKING clone MetalliC3-8/+47
----------------------- Death Crimson OX (USA) [Fabrice Arzeno]
2020-10-30segac2.cpp: initialized one variable to avoid asserts / regressions in ↵ Ivan Vangelista1-0/+4
drvnoclear builds
2020-10-30jalmah.cpp, metlfrzr.cpp: initialized some variables to avoid asserts / ↵ Ivan Vangelista2-2/+22
regressions in drvnoclear builds
2020-10-30mpu4: initialized some variables to avoid asserts / regressions in ↵ Ivan Vangelista1-6/+6
drvnoclear builds
2020-10-30segas16b.cpp: verified 315-5298 dump and added it to all ROM boards which ↵ Ivan Vangelista2-4/+231
use it (171-5797, 171-5521, 171-5704) [Guru]
2020-10-30New working clones Brian Troha5-65/+154
------------------ Forgotten Worlds (Japan) [Irongiant, Dumping Union] Ryu Jin (Japan, ET910000B PCB) [Battlesmurf] * Extremely early / rare version of Forgotten Worlds for the Japanese market, before the name change to Lost Worlds. Serial number indicates it's #22!
2020-10-30aim65: added notes Robbbert1-2/+10
2020-10-30Added pensebem.cpp to mess.flt Robbbert1-0/+1
2020-10-29New working clones Ivan Vangelista2-1/+24
------------------ Cuore 1 (Italian, set 2) [f205v]
2020-10-29New clones marked as NOT_WORKING Ivan Vangelista2-13/+37
-------------------------------- Magic's 10 2 (ver. BETA3) [f205v]
2020-10-29Make the initializer comma order consistent in audio/midway.cpp [Lord Nightmare] Lord-Nightmare1-2/+2
2020-10-29m5074x.cpp: Protect interrupt request bits against being set by writes AJR2-26/+18
- m740: A few more timing corrections
2020-10-29photoplysx.cpp: srcclean, yet again AJR1-131/+131
2020-10-29mess.lua: Fix build AJR1-0/+1
2020-10-30new driver: TecToy Pense Bem (2017) Felipe Corrêa da Silva Sanches5-0/+398
Equivalent to VTech Smart Start from the 80s.
2020-10-30photoplysx.cpp: Add notes about the USB dongle and a partial dump of its ↵ ClawGrip1-1/+23
non-volatile memory (#7397)
2020-10-30-Plug and Play work (lots of new sets from Sean etc.) (#7401) David Haywood22-240/+773
new WORKING machines ----- The New York Times Sudoku [David Haywood, Sean Riddle, Kamaal Brown] Vs Maxx 25-in-1 (VT03 hardware) [David Haywood, Sean Riddle, Kamaal Brown] 6-in-1 Sudoku Plug & Play [David Haywood, Sean Riddle] Plug 'N' Play 50-in-1 (DGUN-853) [David Haywood, Sean Riddle, Kamaal Brown] new WORKING clones ----- Mega Drive Collection Volume 2 (Radica, Arcade Legends) (UK) [David Haywood, Sean Riddle] Super Sonic Gold (Radica Plug & Play) (UK) [David Haywood, Sean Riddle] new NOT WORKING machines ----- Plug 'N' Play 25-in-1 (DGUN-806) [David Haywood, Sean Riddle, Kamaal Brown] IQuest (US) [David Haywood, Sean Riddle, Kamaal Brown] - Added MegaDrive side ROM to sarc110 sets, moved to skeleton 'hybrid' driver based on megadriv_rad.cpp and demoted to not working for now as they're meant to boot from the MD side with the VT03 games as bonus items [Sean Riddle, Team Europe] - Moved reactmd to a skeleton 'hybrid' driver, demoted to not working, it's also meant to boot from the MD side with the SunPlus games as bonus items.
2020-10-29fixed sta/lda instruction name [smf] smf-1-2/+2
2020-10-29ncr5380: bug fixes Patrick Mackinlay2-19/+26
* clear ACK upon exit from DMA mode * assert DRQ at start of DMA initiator send cycle
2020-10-28New working software list additions (apple2_flop_orig.xml) Firehawke1-0/+59
---------------------------------------------------------- Mini-Pix #2 (Version 1986-11-01) [4am, Firehawke] Mini-Pix #3 (Version 1986-11-17) [4am, Firehawke] I.O. Silver [4am, Firehawke]
2020-10-29Apple calls llvm/clang 10 Xcode 12, update warning flags. Vas Crabb1-1/+1
2020-10-29invrvnge: adjusted sound timings to more closely match a real machine (info ↵ Robbbert1-2/+2
from Tafoid)
2020-10-28m740: Fix cycle timings for CLB/SEB ($zz), BBC/BBS (all modes) & RRF AJR1-4/+32
2020-10-28New machines marked as NOT_WORKING Ivan Vangelista4-0/+124
---------------------------------- Win Bingo 2006 [f205v]
2020-10-29Miscellaneous clean-up. Vas Crabb17-160/+157
* Replaced several uses of auto_alloc. * Removed a trampoline in bus/isa/xtide.cpp.
2020-10-28catseye.cpp: fix Clang compile. arbee1-1/+1
2020-10-28hp98620: fix Clang build. arbee1-1/+1
2020-10-28New clones marked as NOT_WORKING ClawGrip2-1/+16
-------------------------------- Diana Olakoa (v8.38) [Victor Fernandez (City Game), ClawGrip]
2020-10-28docs: Add links to some internal layouts that demonstrate various features, ↵ Vas Crabb2-2/+42
and udpate required MSYS64 packages for using lld.
2020-10-27Uninitialized variable fixes (#7406) Sven Schnelle16-32/+258
* hp98265a: initialize members * hp98543: initialize members * hp98544: initialize members * hp98550: initialize members * hp98620: initialize members * hp98644: initialize members * hp_dio: initialize members * human_interface: initialize members * hlebase: initialize members * hlemouse: initialize members * hp_hil: initialize members * 8291a: initialize members * ins8250: initialize members * tms9914: initialize members * catseye: initialize members
2020-10-28ymf262: fix off-by-one error in OPL3_SLOT_CONNECT Scott Percival1-1/+1
2020-10-27pacman.cpp: Remove 'mspacmanbg3', it was a bad dump of 'pacmansp' (#7400) ClawGrip2-461/+437
2020-10-27Bump version to 0.226mame0226 Vas Crabb2-4/+4
2020-10-26lc57, msm65x2: Add disassemblers [O. Galibert] Olivier Galibert6-0/+320
2020-10-26bus/coco: Added Speech Systems Stereo Composer cartridge. (#7379) tim lindner7-73/+180
2020-10-26megaplay.cpp: Marked mp_shnb3 as not working. Vas Crabb1-1/+1
2020-10-263rdparty.lua: Another build fix for older OS X versions AJR1-0/+8
2020-10-26add protection handling to Tranquillizer Gun so that the game plays ↵ DavidHaywood2-10/+76
correctly [David Haywood]