summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/minimaws/lib/lxparse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-29lc58: Add disassembler [O. Galibert] Olivier Galibert4-0/+202
2020-09-29machines promoted to WORKING (plug play) (#7299) David Haywood13-40/+214
machines promoted to WORKING ---- TV MegaMax active power game system 30-in-1 (MegaMax GPD001SDG) [David Haywood] * added files for the VT APU type, currently no extra functionality, but will be built upon
2020-09-29Clean up uses of picture image device some more. Vas Crabb5-22/+19
2020-09-28apple3: fix low-memory indirection through the X byte and get slot IRQs ↵ arbee2-8/+8
working [Rob Justice]
2020-09-28VF (bootleg of Hang-On) PLDs locations Roberto Fresca1-10/+10
2020-09-28Added PLDs to VF (bootleg of Hang-On) Roberto Fresca1-0/+13
2020-09-28mame.lst: add missing hangonvf entry hap1-0/+1
2020-09-28New clones added... Roberto Fresca1-18/+71
New working clones ------------------ VF (bootleg of Hang-On) [Recreativas.org, Roberto Fresca]
2020-09-28Update arcade.lua Roberto Fresca1-0/+1
Fix the arcade build (MASH)
2020-09-28netlist: implement stricter validation. couriersud13-540/+105
* Devices like BJTs and FETs which are defined but not used will now cause an error. * An unused device will create an additional solver with a singular matrix. - This is adding unnecessary performance overhead. - It complicates debugging because the unused device will cause an arithmetic signal if used with --fperr (nltool). * Fixed all validation errors.
2020-09-28netlist: Remove "extended validation mode" couriersud7-44/+7
* No longer added value.
2020-09-28astrob: Fix slowdown. couriersud1-9/+9
* Fix a connection error. * Fixed order of PARAM overwrite.
2020-09-28f8: Adjust disassembly format to better match Fairchild listings AJR1-102/+79
2020-09-28odyssey2: sourcecode style cleanup (mostly bracket spacing) hap5-118/+118
2020-09-28odyssey2: shorthand variable types in source code hap22-168/+168
2020-09-28Remove embed files unintentionally added to Emscripten build Justin Kerk1-2/+0
2020-09-28New working software list additions hap3-78/+230
----------------------------------- videopac: Killer Bees! (US, prototype, set 1), Killer Bees! (US, prototype, set 2), Killer Bees! (US, plus, prototype), Des Chiffres et des Lettres (France), Freedom Fighters! (US, plus, prototype), Linguaduc (Europe, prototype), The Adventures of Sherlock Holmes (US, prototype), Sound Tool (Europe), Terminal Program (US, prototype), Attack of the Timelord! (US, plus, prototype) [René van den Enden (Rene_G7400)]
2020-09-28Fix clang build [-Werror,-Wunused-const-variable] AJR2-4/+0
2020-09-28konamigv.cpp: Added option to use joystick/button inputs for weddingr. Vas Crabb1-17/+40
Control panel type can be selected in service mode. This allows playing with joystick/button inputs, and also allows the completely unused second and third button inputs to be tested in service mode. It's still possible to navigate service mode and correct the control panel setting if the wrong type is selected.
2020-09-28mess.lua: forgot to add ceres Patrick Mackinlay1-0/+6
2020-09-28Fixed BQ4847 to always return 0 for its register 15; required for proper ↵ Michael Zapf1-0/+2
chip detection.
2020-09-28bus/bbc: remove remaining stream_sample_t Vas Crabb1-2/+2
2020-09-28New machines marked as NOT_WORKING Patrick Mackinlay3-0/+287
--- ETH Ceres-1 [Bitsavers]
2020-09-28ns32000: templatize on data bus width Patrick Mackinlay2-34/+47
2020-09-28Don't clear memory before constructing devices, with the exception of ↵ Vas Crabb1-2/+2
drivers for now. This substantially reduces the overhead of running -validate, -romident, etc. and brings us a little closer to not needing to disable lifetime dead store elimination optimisations. There are likely to be some issues that weren't fixed while this was still on a branch, so everyone be alert.
2020-09-28m3002: expose irq callback Patrick Mackinlay2-2/+4
2020-09-28am9519: has no clock input Patrick Mackinlay1-1/+1
2020-09-28New working machines Dirk Best1-4/+4
-------------------- Gondomania (World) [Brian Troha, TeamEurope, The Dumping Union, Dirk Best]
2020-09-28Complete sound modernization of remaining devices. Legacy callbacks and ↵ Aaron Giles120-856/+561
stream_sample_t removed. (#7297) * a2mcms/coco_ssc/gus/cassette/floppy/8364_paula/laserdsc/s2636/spg2xx_audio/arcadia/channelf/cmi01a/cps3/dai_snd: Update to new stream callbacks * dsbz80/elan_eu3a05/exidy/exidy440/flower/geebee/gomoku/gridlee: Update to new stream callbacks * hyprolyb/lynx/micro3d/phoenix/pleiads/polepos: Update to new sound stream callback * redbaron/segag80r/segausb/seibu/snk6502/socrates/special/svis_snd: Update to new stream callbacks. * tiamc1/turrett/tvc/tx1/vboy/vc4000: Update to new stream callbacks * warpwarp/wiping/wswan/xavix/esq1/istrebiteli/milton6805/pv1000/mega32x/gic: Update to new stream callback * sound: Remove legacy stream support and stream_sample_t * * gomoku/wiping: Remove silly mixer tables in favor of math * micro3d: Remove tiny vectors in favor of fixed arrays * phoenix: Went back to std::unique_ptr array for LFSR * wiping: Fixed the scale factor.
2020-09-28-bus/hp_dio/hp98544.cpp: Don't crash when cursor is outside screen area. Vas Crabb5-24/+12
-imagedev/picture.cpp: Get rid of indirection to the bitmap.
2020-09-27mac128: possible fix for out-of-bounds ROM access [R. Belmont] arbee1-1/+1
2020-09-27mac: fix crash regression on macqd700 [R. Belmont] arbee1-0/+5
2020-09-28*updated external artwork to latest coding Robbbert4-0/+0
2020-09-27picture_image_device::get_bitmap was returning a possibly-null reference Kelvin Sherlock3-3/+3
null references are not valid/undefined in C++ so compilers like to eliminate the null pointer check. switched to returning a pointer instead.
2020-09-28*fixed rom names Robbbert2-3/+3
2020-09-27*added dkongitd Robbbert4-1/+32
2020-09-27*fixed video pix change; turned down the volume in some games due to being ↵ Robbbert6-18/+18
overdriven.
2020-09-27netlist: Fix astro blaster sonar sound couriersud2-1738/+1708
* Also fix two singular matrices being created.
2020-09-27FreeBSD fixes (#7295) Emmanuel Vadot3-2/+8
* psixptty: Fix for FreeBSD We need to check for __FreeBSD__ not __FreeBSD_kernel__ * FreeBSD: Use gl includes from pkg-config FreeBSD doesn't install the includes from 3rdparty software in a default location so use pkg-config to get the correct path. * FreeBSD: genieos is named simple bsd
2020-09-27Cleaned up bitmap API. Vas Crabb1070-12268/+10093
Made const-qualified pixel accessors (pix, pixt, raw_pixptr) return const-qualified references/pointers to pixesl, and added non-const versions. This makes bitmap more like standard library containers where const protects the content as well as the dimensions. Made the templated pixt accessor protected - having it public makes it too easy to inadvertently get a pointer to the wrong location. Removed the pix(8|16|32|64) accessors from the specific bitmaps. You could only use the "correct" one anyway, and having the "incorrect" ones available prevented explicit instantiations of the class template because the static assertions would fail. You can still see the pixel type in the bitmap class names, and you can't assign the result of &pix(y, x) to the wrong kind of pointer without a cast. Added fill member functions to the specific bitmap template, and added a explicit instantiations. This allows the bitmap size check to be skipped on most bitmap fills, although the clipping check is still there. Also fixed a couple of places that were trying to fill an indexed 16-bit bitmap with rgb_t::black() exposed by this (replaced with zero to get the same net effect). The explicit template instantiations in the .cpp file mean the compiler can inline the function if necessary, but don't need to generate a local out-of-line body if it chooses not to. Extended the size of the fill value parameter in the base bitmap class to 64 bits so it works correctly for 64-bit bitmaps. Fixed places where IE15 and VGM visualiser weren't accounting for row bytes potentially being larger than width. Fixed an off-by-one in an HP-DIO card where it was treating the Topcat cursor right edge as exclusive. Updated everything to work with the API changes, reduced the scope of many variables, added more const, and replaced a few fill/copy loops with stuff from <algorithm>.
2020-09-27microtan.cpp: Swap a couple of default key mappings to better reflect layout. Vas Crabb1-2/+2
2020-09-27Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb70-616/+620
2020-09-26ibm5150 - New working software list additions ArcadeShadow1-22/+68
Added: 4D Sports Driving (3.5", Euro), 4D Sports Driving (5.25", Euro) Redumped: [stunts] (the old one has a modified OEM ID) Misc: [stunts] and [stunts35] are now clones of [4dsdrv] ; Renamed developer info on [cadaver], [menace], [caveugh], [indycrus35], [serenia], [kingqst], [mineshft]
2020-09-26fmtowns_cd.xml: 3 new dumps, 5 replacements, railtycn/lipsadv3 floppies (#7281) r091-39/+260
* fmtowns_cd.xml: 3 new dumps, 5 replacements, railtycn floppy - New dumps (working): NHK Eigo de Asobo Vol. 3 - Bernard no Amusement Park [redump.org] Oshiete Noobow [sampson] Z's Triphony DigitalCraft Towns (HMB-212) [redump.org] - Replaced entries with dumps from redump.org: Burai Kanketsu-hen Jealousy Kindan no Ketsuzoku Lunatic Dawn II Necronomicon - Added floppy disk dump to Railroad Tycoon and promoted to working [anonymous] * fmtowns_cd.xml: add recreated floppy image for lipsadv3
2020-09-26ibm5150.xml: Add Fire & Forget 2 Darkstar1-0/+13
2020-09-26ibm5170.xml: Fix validity check Justin Kerk1-1/+1
2020-09-26ibm5170: new software list addition (#7227) Davide Cavalca1-0/+23
New working software list additions ----------------------------------- ibm5170: DOOM (1.2, Shareware for BBS SysOps) [Davide Cavalca]
2020-09-26omti8621: Add as standard 16-bit ISA device AJR3-2/+13
2020-09-26ibm5170 - New working software list additions ArcadeShadow1-22/+78
Added: In Extremis, Mega lo Mania (Germany) Redumped: The Humans (3.5" DD) (redump disk 1 - game is now working)
2020-09-26nforcepc/xbox: set values for various configuration space pci registers yz70s5-28/+115