summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/minimaws/lib/lxparse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-25-bgfx: Fixed Github issue #5961. [Ryan Holtz] MooglyGuy6-2/+2
2019-11-25Opengl: Apply line width provided by renderer. [Couriersud] couriersud1-0/+1
2019-11-25bgfx: Fix edge case around B/C/G settings. [Couriersud] couriersud1-1/+2
If e.g. kidniki is started with default gamma (1.0), changing gamma with slider doesn't work. Setting to a gamma <> 1 and restarting MAME will apply the gamma. This commit fixes this.
2019-11-25srcclean (nw) Vas Crabb3-3/+3
2019-11-25-bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] MooglyGuy75-69/+180
2019-11-25clean up capitalisation in titles (nw) Vas Crabb2-11/+11
2019-11-24*better handling of missing language file Robbbert1-2/+9
2019-11-24srcclean and indentation cleanup (nw) Vas Crabb89-1637/+1637
2019-11-24popeye: Minor modernization. (nw) couriersud2-1/+4
2019-11-24netlist: clang lint fixes and standalone build fix. (nw) couriersud4-4/+6
2019-11-24Opengl render driver: fix bug preventing adjustment of ... [Couriersud] couriersud1-1/+1
gamma, brightness and contrast. Starting MAME with defaults, i.e. gamma == 1.0, no rgb palette will be allocated. If gamma than is changed, a new palette will be allocated. But the texture will not be updated because the palette is not checked. This fix will check for palette changes. Note: if the palette is changed inplace, i.e. without reallocation, this will fail. The correct fix would be that the texture palette is not only a pointer to rgb_t * but to texture_palette_type. texture_palette_type would hold the pointer, the length and a sequential id which is checked in addition to pointer equality.
2019-11-24vt1682 - tweak fallthrough bg colour, improves fade to white cases (nw) DavidHaywood1-2/+10
2019-11-24vt1682 - render sprites line by line, fix rasters on Place Kick title screen DavidHaywood1-50/+52
2019-11-24*removed useless translation error. Robbbert1-1/+1
2019-11-24*fixed the build Robbbert1-1/+0
2019-11-23new not working machine Ivan Vangelista3-3/+78
--------------------------------------------- Channel Three [Team Europe, Grull Osgo, Ivan Vangelista]
2019-11-23visicom.xml: forgot to change the shortname (nw) Justin Kerk1-1/+1
2019-11-23visicom.xml: Use romanized titles instead of translations (nw) Justin Kerk1-3/+3
2019-11-23New working clone braintro2-21/+48
New working clone ------------------ Operation Wolf 3 (Japan) [ShouTime, The Dumping Union]
2019-11-23namcops2.cpp: MT07489 (nw) Ivan Vangelista1-4/+4
2019-11-23ssrj.cpp: fixed MT07492 [sasuke] Ivan Vangelista1-8/+12
2019-11-23-netlist: Add new devices to net_lib.cpp, nw mooglyguy1-0/+4
2019-11-23flstory.cpp: added dip-switch locations [Guru] Ivan Vangelista1-76/+77
2019-11-23-multipcm: Added optional compile-time sample logging. [Ryan Holtz] mooglyguy2-0/+48
2019-11-23Mark trsvidtx as bad dump (nw) R. Belmont1-1/+1
After disassembling the whole thing, the ROM is almost certainly half size and the submitter no longer has the machine to redump it.
2019-11-23m37710: More accurate mapping of port and interrupt registers; de-duplicate ↵ AJR2-173/+204
address maps (nw)
2019-11-23-netlist: Fixed typo on 7442 diagram, nw MooglyGuy1-1/+1
2019-11-23(nw) Housekeeping Robbbert1-0/+1
2019-11-23-netlist: Added 7442 4-Line BCD to 10-Line Decimal Decoder. [Ryan Holtz] MooglyGuy3-0/+169
2019-11-23-netlist: Fix typo, nw MooglyGuy1-1/+1
2019-11-23-netlist: Added 7492 Divide-by-12 Counter. [Ryan Holtz] MooglyGuy3-0/+200
2019-11-23New working software list additions mooglyguy1-0/+31
----------------------------------- megadriv Crying Dragon (Jpn, Prototype) [Pietro Gagliardi]
2019-11-22New machines added as MACHINE_NOT_WORKING arbee2-0/+10
----------------------------------------- TRS-80 Videotex [cuba200611, R. Belmont]
2019-11-22Update Apple II softlists to Nov 22nd, 2019 (#5949) Firehawke3-1/+318
* New working software list additions ----------------------------------- apple2_flop_orig: Flight Simulator I (A2-FS1), Lords of Conquest [4am, Firehawke] apple2_flop_clcracked: Leadsheeter (cleanly cracked) [4am, san, Firehawke] * New working software list additions ----------------------------------- apple2_flop_orig: Empire III: Armageddon (Version 1.1), Super Zaxxon, Master of the Lamps, In Search of Space: Introduction to Model Rocketry, Hacker II: The Doomsday Papers [4am, Firehawke] apple2_flop_clcracked: Empire III Armageddon (Version 1.1) [4am, Firehawke] apple2_flop_clcracked: PolyWriter (Version 1.2), PolyWriter Utilities (Version 1.2), Midi/8 Plus (Version 1.2), Korg 800 4-Track MIDI Sequencer (Version 1.0) [4am, san, Firehawke] * New working software list additions ----------------------------------- apple2_flop_orig: Law of the West, Lane Mastodon vs. The Blubbermen, Indiana Jones in Revenge of the Ancients [4am, Firehawke] apple2_flop_clcracked: Certificates and More! (cleanly cracked) [4am, Firehawke] apple2_flop_clcracked: The Railroad Works (CBS Version) (cleanly cracked) [Tom Greene, Firehawke] apple2_flop_misc: Best of Muse [Tom Greene, Firehawke] * Fix accidental dupe name. (nw)
2019-11-23tmap038.cpp : Add tile size check related to vram is found, Move mirroring ↵ cam9004-34/+28
map into driver
2019-11-22apple2: fix recognition of .NIB images on the old diskii controller (MT ↵ arbee2-3/+3
#7496) [R. Belmont]
2019-11-23util/options.cpp: fix locale issues and a const correctness issue Vas Crabb4-93/+174
2019-11-23popeye: Applied recommended code changes. (nw) couriersud2-6/+10
2019-11-23popeye: Add interlaced rendering. [Couriersud] couriersud4-26/+86
- fixes MT05600 - There are now three rendering modes selectable via machine config: - false progressive: same as before. - Interlaced (scanline skip): only the current field is drawn with the other field's scanlines blacked. This gives the same flickering impression as interlaced display. - Interlaced (bitmap): Bitmap is constructed from odd and even fields. Result is comparable to PAL/NTSC videos played back on progressive displays without additional processing. - Some modernisation, all members initialized in constructor.
2019-11-22bbc_ramdisc: Added configuration option to select 1MB or 2MB model (nw) Nigel Barnes2-8/+12
2019-11-22bml3: Added Hitachi Real Time Clock card [Russell Bull] Nigel Barnes4-1/+161
2019-11-22-bgfx: Fixed broken rendering when using bgfx_screen_chains none, nw mooglyguy3-7/+28
2019-11-22at:cpp: added motherboards (#5942) rfka012-14/+46
* at.cpp: added motherboards and BIOS versions * at.cpp: added motherboards * at.cpp: added motherboards
2019-11-22vt1682.cpp - (plug & play) Implement Sprite Priority + notes (#5945) David Haywood1-283/+413
* Implement sprite priority support * promote these * notes (nw) * masked logging (nw) * modify mixing to be something potentially closer to how the hw orders things (nw) * kill older code (nw) * improve boxes
2019-11-22New working machine added (#5946) algestam2-10/+38
* New working machine added ---------- Game & Watch: Mickey Mouse (panorama screen) [algestam, Mr Jiggles the Christmas Man] * hh_sm510: gnw_mmousep model name fix (nw)
2019-11-22hh_sm510: gnw_dkcirc start melody fix (nw) (#5944) algestam1-1/+1
2019-11-22UI updates: Vas Crabb11-226/+344
* Re-wrote localisation loader: sanitise input, check for buffer overruns, fix endianness handling, keep data in a single allocated block, do a single hash lookup when fetching a string, print diagnostic output when things go wrong * Sort UI language menu so it's not in whatever random order the filesystem yields * Fixed most menu code to adjust L/R border for UI aspect ratio and pass container to render manager when getting UI aspect ratio * Converted a couple more things to use smart pointers
2019-11-21Votrax PSS: update ROM labels to be more accurate, and add notes to driver ↵ Lord-Nightmare1-16/+311
about the main PCB revisions, and the way the potted CPU/ROM module internals are connected together. [Lord Nightmare]
2019-11-21New machines added as MACHINE_NOT_WORKING arbee2-1/+32
----------------------------------------- - Powerful Chance [SpinalFeyd, R. Belmont] - Yu-Gi-Oh Monster Capsule [SpinalFeyd, R. Belmont]
2019-11-22mda.cpp, eis_hgb107x: Ericsson High resolution Monochrome Graphics Board ↵ Joakim Larsson Edstrom7-604/+719
1070 split out in its own file as being an oddity