Commit Graph

74365 Commits

Author SHA1 Message Date
Vas Crabb
b8e6f6332f Revert "ui: allow to skip warning popup at start"
This reverts commit 74f456df94.

I will allow the feature with the following conditions:
* No skipping red warnings.
* A key-value map of device shortnames and yellow warnings must be
stored in the .cfg file, along with a timestamp of the last time the
system was run and the last time a warning was shown.
* On starting a system, the map of device shortnames and yellow warnings
must be built and compared to the one loaded from the .cfg file.  If it
doesn't match, if the system hasn't been started in seven days, or a
yellow warning hasn't been shown in 14 days, the warning is not to be
skipped.
2020-07-10 11:39:29 +10:00
Scott Stone
028b43b744 Begin pruning of redundant #includes (nw) 2020-07-09 20:15:24 -04:00
algestam
0b026c7623
gnw_dkong3: Add pcb label (#6936) 2020-07-10 00:58:55 +02:00
hap
74f456df94 ui: allow to skip warning popup at start 2020-07-10 00:43:33 +02:00
hap
4ee2f625bb ui: able to show emulation warnings from tab menu 2020-07-10 00:22:58 +02:00
hap
890104f33d hh_sm510: share common input ports for Micro Vs System 2020-07-09 22:56:31 +02:00
algestam
1245022cfc
New working machine added (#6935)
----------
Micro Vs. System: Donkey Kong Hockey [algestam, Ryan Holtz]
2020-07-09 22:42:15 +02:00
hap
a47ed1a958 simpsons: get rid of black borders/improve screen aspect ratio 2020-07-09 22:29:32 +02:00
hap
0ebb724471 simpsons: correct refresh rate 2020-07-09 22:26:44 +02:00
Roberto Fresca
08c3310b4e Truco-Tron: Cleaned up the driver and improved the documentation. 2020-07-09 18:59:13 +02:00
Robbbert
700d95e88f llc2: cleanup, added cassette 2020-07-10 02:41:24 +10:00
Ivan Vangelista
be6924832d progolf.cpp: documented differing opcode in progolfa which causes the wrong ball positioning (nw) 2020-07-09 17:03:13 +02:00
Ivan Vangelista
4e177c8b5d New working clones
------------------
Ms. Pac-Man (bootleg, set 3) [Andrew Welburn]
2020-07-09 16:53:07 +02:00
David Haywood
b683b1421b
mpu4vid: allow v4strike and v4barqst to decode questions and fix some clone relationships (#6930) 2020-07-08 22:09:24 -04:00
Roberto Fresca
50381b111b goldnpkr.cpp: Merged animpkr and animpkra. They are just one set
with banked programs. Added technical notes.
2020-07-08 17:07:50 +02:00
Robbbert
db0ac05718 orion, partner, radio86, mikrosha, apogee: small cleanup
ondra: fixed bug, updated xml.
2020-07-09 00:05:46 +10:00
Ted Green
30d5688756 validity.cpp: Added checks for bilinear filter vector routines 2020-07-08 07:59:08 -06:00
Ted Green
f8b2695397 polylgcy.cpp: Fix outdated missing MAX macros used for statistics 2020-07-08 07:59:08 -06:00
Ivan Vangelista
f5b2e80817 New working clones
------------------
Ms. Pac-Man (Novatronic bootleg) [Juan Romero, ClawGrip]
2020-07-08 09:39:55 +02:00
Ivan Vangelista
6a4c446ede pcat_dyn.cpp: removed helpers I had accidentally left in 2020-07-08 06:16:37 +02:00
Ivan Vangelista
994076d082 looping.cpp: enabled save state support 2020-07-08 06:05:52 +02:00
Ivan Vangelista
4f76f7fbc6 galaxian.cpp: marked one of sirio2's program ROMs as bad
bishi.h: removed donouchn machine config I had forgotten in the last commit
pcat_dyn.cpp: apply same ROM patch to toursol1 that is already used to bypass protection in toursol
2020-07-08 06:05:05 +02:00
Ivan Vangelista
3622f5477b bishi.cpp, konmedal68k.cpp: moved dobouchn from the former driver to the latter, GFX are mostly corrected 2020-07-08 05:54:38 +02:00
AJR
6cd7c58390 Fix clang error: private field 'm_ram_indices' is not used [-Werror,-Wunused-private-field] 2020-07-07 23:35:19 -04:00
Roberto Fresca
9775330dae goldnpkr.cpp: Clean-ups, fixes, updated links, and a new addition. [Roberto Fresca]
New working clones
------------------
Jack Potten's Poker (set 13, ICP-1 PCB) [Roberto Fresca, Matt B]
2020-07-08 05:08:47 +02:00
ArcadeShadow
be2949066d
Update ibm5150.xml (#6912)
Dragon's Lair (5.25"), Leisure Suit Larry Goes Looking for Love (in Several Wrong Places) (5.25"), Leisure Suit Larry Goes Looking for Love (in Several Wrong Places) (3.5")
2020-07-07 19:53:11 -04:00
Davide Cavalca
6a33707cc6
sgi_mips_hdd: new software list additions (#6915) 2020-07-07 16:20:40 -04:00
Scott Stone
4999038a1c tvgogo.xml: XML format fixes (nw) 2020-07-07 14:57:55 -04:00
hap
83fea6598b epos: added IGMO's color prom, palette is now correct [Andrew Welburn, Craig Anstett] 2020-07-07 20:48:33 +02:00
Ryan Holtz
cbbde1da74 -cmi01a: Checkpoint so Phil can have a look, nw 2020-07-07 19:49:16 +02:00
hap
2a71385020 pdp11.h: make the enum uint16_t 2020-07-07 19:35:51 +02:00
Robbbert
8cbcffd9b4 gba.xml: line 41662: fixed validation error 2020-07-08 02:57:32 +10:00
shattered
7830c5bee7
pdp11: replace GPL code (nw) (#6923) 2020-07-07 08:22:57 -04:00
ClawGrip
b091167af8
tourvis.cpp: Add BIOS V4-54 [Juan Romero, ClawGrip] (#6919) 2020-07-07 08:22:17 -04:00
cam900
e761179a3d
cave.cpp: Use gfxdecode for sprite decoding (#6920)
Use generic gfx layout for 4bpp tilemap, Reduce duplicates, Unnecessary values
2020-07-07 08:21:57 -04:00
Lord-Nightmare
afcf3a059c Minor System 11 Audio notes updates/fixes, 2020-07-06 13:28:23 -04:00
David Haywood
413792c417
Plug and Play (Wireless Fitness) + some GBA pirate stuff (#6921)
* new WORKING machine
----
Wireless Fitness / Dance Fit (Senario) [Sean Riddle, David Haywood, anonymous, Kev (FBN)]

* new software list entries
-------------
gba.xml:
Rayman IV (Rayman - Sunshine of Trip) (unlicensed) (protection hacked) [RibShark]
Rayman IV (Rayman - Puteshestviye Solnechnogo Sveta) (unlicensed) (Russian) (protection hacked) [taizou]
Leiman IV - Guangming Zhi Lv (unlicensed) (Chinese) (protection hacked) [侵蚀你的私处]
Super Mario DX (unlicensed) (protection hacked) [taizou]
Chaoji Maliou DX (unlicensed) (Chinese) (protection hacked) [yy小龙虾]
Crash Advance IV (unlicensed) (protection hacked) [taizou]
Digimon - Ruby and Sapphire (unlicensed) (protection hacked) [taizou]
Pokemon - Sapphire Version (unlicensed) (protection hacked) [taizou]
Sonic 3 - Fighter Sonic (unlicensed) (protection hacked) [taizou]
Teenage Mutant Ninja Turtles 2 (unlicensed) (protection hacked) [taizou]
The Lord of the Rings IV - The Fellowship of the Ring (unlicensed) (protection hacked) [taizou]
Ultraman - Confrontation Between Justice And Evil (Ul'traman - Konfrontatsiya mezhdu spravedlivost'yu i zlom) (unlicensed) (Russian) (protection hacked) [taizou]
X-Man - Armour of Might (X-men) (unlicensed) (Russian) (protection hacked) [taizou]
2020-07-06 13:21:06 -04:00
Lord-Nightmare
c765c94c43 Williams System 11B: switched to use the Williams D-11581 "Audio Board" device instead of its own implementation. Document the switches needing to be held to get in-game in all of the System 11B pinballs. Fill out the remainder of the System 11B switch matrix to allow all 64 possible switches to be hit. [Lord Nightmare] 2020-07-06 11:13:30 -04:00
Ivan Vangelista
8425638709 supertnk.cpp: enabled save state support 2020-07-06 16:59:14 +02:00
Ivan Vangelista
780609f4f2 devices/bus/amiga/zorro/a590.cpp: dumped bios version 5.92 for the A2091 [Guru] 2020-07-06 16:58:41 +02:00
Ivan Vangelista
54e19d5cdd sfkick.cpp: switched to bankdev (adapting pengadvb.cpp implementation), enabled save state support 2020-07-06 16:57:21 +02:00
Ivan Vangelista
175154ad14 tigeroad.cpp: enabled save state support, minor cleanups (nw) 2020-07-06 16:55:30 +02:00
Lord-Nightmare
47da5905af Add notes to Williams D-11581 Audio Board device [Lord Nightmare] 2020-07-06 05:25:28 -04:00
cam900
84689414be rf5c400.cpp: Modernized save states, Allow clock changed behavior
Add imperfect_features related to unemulated effects and unverified envelope issues
2020-07-06 12:53:07 +09:00
Lord-Nightmare
261fe5d3bd Williams System 11C "background" Audio Board: Add PIA portb and cb2 write callbacks and synchronize fences, and hook them up, this fixes the "MUSIC ERROR" and various bg-music feedback-triggered sounds in Williams System 11C pinballs, i.e. the "song" in Dr. Dude works correctly now. This is also preparation for renaming this device to "Williams D-11581 Audio Board" as the same PCB is also used on some Midway Y-unit arcade games, some Williams System 11A pinballs and all Williams System 11B pinballs (except Jokerz), not just on Williams System 11C pinballs. [Lord Nightmare] 2020-07-05 22:21:22 -04:00
cam900
0fa6e8255b
k007232.cpp: Updates sound routines (#6857)
k007232.cpp: Updates and cleanup [cam900]
- Use device_memory_interface for fetching sample
- Fix frequency behavior
- Allow dynamic clock changes
- Use shorter/correct type values
- Simplify update routine
2020-07-05 17:27:22 -04:00
couriersud
c4b9b2a3ac netlist: update documenation on noise sources. 2020-07-05 21:50:54 +02:00
couriersud
d71717e75b netlist: pfunction now supports unary minus operators. 2020-07-05 21:50:53 +02:00
James Wallace
36b6145307 Merge branch 'master' of https://github.com/mamedev/mame 2020-07-05 20:46:11 +01:00
James Wallace
a337931b5b mpu4vid.cpp: Added AY8913 sound chip back to MPU4Video boards to fix the 'lock in warning' sounds in The Crystal Maze. Adjusted internal layouts to fix ESCAPE button alignment.
v4mate and clones: adjusted clock speed of sampled sound board, fixes playback. Adjusted inputs to match reports in test mode.
2020-07-05 20:45:14 +01:00