summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Working now. Original speed: 215%. Split speed: 491%. Ideally should benl-splitfrogs Aaron Giles2020-10-073-11/+13
| | | | able to do this within a netlist.
* Merge branch 'master' into nl-splitfrogs Aaron Giles2020-10-0725-282/+166
|\
| * vicdual: Tranquilizer Gun uses the same sound board as Borderline Aaron Giles2020-10-073-10/+7
| |
| * Fix MSVC build Aaron Giles2020-10-071-150/+0
| |
| * Various improvements to image file handling: Vas Crabb2020-10-0813-52/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved MS DIB parser out of ICO file reader and made it available for artwork and layout images. Added more efficient I/O and better error checking for JPEG file loading (MAME will no longer exit immediately on a bad JPEG file). Made caller responsible for opening files for loading images, to avoid decompressing images used in ZIP/7z artwork multiple times. Added support for JPEG and Windows DIB to picture_image_device. Added support for SVG image files in external artwork. Added support for using I/O port value for animation state and masking animation state values. Made bounds elements more flexible in layouts. Reworked headers to reduce dependencies. Updated layout file format documentation.
| * Mega Double Strip (Ver. 1.10b) [Jorge Silva, Fernando Oliveira] Ivan Vangelista2020-10-072-0/+40
| |
| * astrof.h: missing file update for 43fe5ff51b986121de338bb7b4c19714205c1fcc Ivan Vangelista2020-10-071-17/+24
| |
| * astrof.cpp: dumped PROMs for asterion [Lorenzo Fongaro, Xadhoom, Paolo ↵ Ivan Vangelista2020-10-071-5/+22
| | | | | | | | Bolognesi, Paolo Rinoldi]
| * *kaypro: added back save state support; Robbbert2020-10-074-48/+45
| | | | | | | | | | | | - fixed attributes off by one position; - removed anonymous timer
* | Experiment to split each frogs sound into its own netlist. Builds but crashes. Aaron Giles2020-10-075-2/+767
|/
* vicdual: Add frogs netlist. Make sound board interface more general. Aaron Giles2020-10-077-277/+637
|
* brdrline: sound improvements (#7332) beta-tester2020-10-062-268/+146
| | | | | | - cleaned some parts of nl_brdrline.cpp (removed test points) - changed MB4391 function to pow2 to shorten sounds a bit - changed trigger inputs in vicdual.cpp to fit more to the sounds i remember. - moved trigger mapping from vicdual to nl_brdrline
* bagman.cpp: Demote bagman3 to not working Brian Troha2020-10-061-5/+5
|
* Plug and Play work (new sets) (#7321) David Haywood2020-10-067-19/+120
| | | | | | | | | | | | | | | | | new WORKING machines ---------------------------- 101 Games in 1 (Senario) [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown] Vs Maxx TX-2 50-in-1 [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown] Vs Maxx Wireless 77-in-1 [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown] Vs Maxx Video Extreme 50-in-1 (with Speed Racer and Snood) [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown] VG Pocket Caplet Fast Acting 35-in-1 [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown] new NOT WORKING machines --------------------------------- Beijue 16 Bit Handheld Games (Game Boy style case) [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown] Space Invaders (Tiny Arcade) [Rik] Vs Maxx 25-in-1 [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown] Vs Maxx 15-in-1 [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown] Zippity (US) [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown]
* cgang: bit smoother animation hap2020-10-062-11/+9
|
* cinemat: Remove redundant code, move speakers to game drivers Aaron Giles2020-10-063-75/+103
|
* ms32.cpp: extend ROZ notes (nw) Angelo Salese2020-10-051-3/+16
|
* fix compile error due to nested c-style comments by changing some of the ↵ Lord-Nightmare2020-10-051-14/+14
| | | | comment types
* namcos10.cpp: Add EXIO and MEM(P3) PCB config skeleton, Add notes (#7294) cam9002020-10-051-27/+51
|
* Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] Aaron Giles2020-10-057-110/+1920
| | | | | | * netlist: Explicitly trim connection names. * Hook up Borderline netlist, provided by 'beta-tester' * brdrline: Add static solver, using dynamic timestep, update driver flags.
* darius2 darius2d warriorb: fix: stereo output channels are inverted (#7320) eito2020-10-052-0/+2
|
* deco_mlc.cpp: Add notes for zoom algorithm (#7319) cam9002020-10-051-0/+1
|
* New working clones (#7305) ClawGrip2020-10-062-13/+48
| | | | | | | | | * rltennis.cpp: Added PLD dump to 'rltennis' [caius] * Also fixed the clock per the crystal on the PCB * As per the game speed, we've recorded a small video for reference: https://www.youtube.com/watch?v=C1rzWiFDItA New working clones ------------------ Reality Tennis (set 2) [Maria Morpalier, jordigahan, ClawGrip]
* New working clones Brian Troha2020-10-042-49/+88
| | | | | ------------------ Bagman (Stern Electronics, revision A3) [Steven McLeod]
* Merge pull request #7322 from Onmp314/patch-5 ajrhacker2020-10-041-1/+1
|\ | | | | segasp.cpp: Change from MNS to MIS
| * Change from MNS to MIS Onmp3142020-10-041-1/+1
| | | | | | I used to test it and the sound works similar to NAOMI. Additionally, MACHINE_IMPERFECT_GRAPHICS.
* | unkeinv.lay: use parameter animation for the player led row hap2020-10-042-166/+70
|/
* cgang.lay: small tweak hap2020-10-041-1/+1
|
* in213: Hook up banking and SCC Dirk Best2020-10-041-33/+56
|
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-219/+29
| | | | -cgang.cpp: Make internal artwork more fun.
* galaga: re-add max quantum for multi cpu synchronization hap2020-10-041-0/+8
|
* ti99_4: fixed ., natural keys Robbbert2020-10-041-1/+1
|
* sidepckt.cpp: very minor clean-up Ivan Vangelista2020-10-043-5/+9
|
* apple2: correct value for floating bus offset, fixes a bunch of Deater ↵ arbee2020-10-032-2/+2
| | | | rastersplit demos [R. Belmont]
* apple2: fixed glitches when switching lo-res, double-lo-res, or text pages ↵ arbee2020-10-031-118/+151
| | | | mid-raster. (GitHub issue #5595) [R. Belmont]
* sidepckt.cpp: Correct ROM labels, add correct sound ROM and misc ↵ Brian Troha2020-10-031-23/+23
| | | | informational updates for Side Pocket (Japan, Cocktail)
* tmaster.cpp: Correct ROM label. It's actually "SPAN" (as in Spanish) and not ↵ Brian Troha2020-10-031-2/+2
| | | | "Spain"
* kim1: fixed paste Robbbert2020-10-041-4/+9
|
* elwro800: fixed natural keyboard Robbbert2020-10-041-24/+24
|
* hec2hrp: fixed natural keyboard Robbbert2020-10-041-49/+57
|
* *atom: removed lowercase natural keys, since machine only has uppercase. Robbbert2020-10-041-29/+29
| | | | - Removed duplicate keys assigned to ESC.
* c128: added ^ natural key Robbbert2020-10-041-1/+1
|
* shine: added ^ natural key Robbbert2020-10-041-2/+2
|
* vector06: fixed brackets natural keys Robbbert2020-10-041-4/+4
|
* z80ne: added notes about paste Robbbert2020-10-031-1/+9
|
* nl_boxingb: Fix error in formula. couriersud2020-10-031-1/+1
|
* lviv: fixed asterisk and colon natural keys Robbbert2020-10-031-2/+2
|
* sidepckt: Hook up MCU, remove simulation [Brian Troha, TeamEurope, Dirk Best] Dirk Best2020-10-032-99/+66
|
* 6840ptm.cpp: updated m_gate initialization as per comments to ↵ Ivan Vangelista2020-10-031-6/+8
| | | | d026d1ba845f899b9faa3f45e5f44fba526f5948 . It seems to fix the remaining on and off crashes in cmi2x
* champbas.cpp: redumped exctscc2. Added correct PROMs (fixes MT05026). ↵ Ivan Vangelista2020-10-032-9/+31
| | | | Verifed it only has 2 AY8910. Measured clocks. [caius, der Kommissar]