summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* version bump (nw)mame0213 Vas Crabb2019-09-022-4/+4
|
* Remove Aliens: Neoplasma Vas Crabb2019-09-022-132/+0
| | | | | | | | | | | | | | This game is less than a year old, and the developers have released it behind a, "How much would you like to donate?" barrier. The tape versions are playable in a browser as a demonstration, but to download any tape or disk version, you must confirm the donation prompt. The TurboSound versions and disk versions are not even available as a demo without passing the donation confirmation. I'd rather people be encouraged to obtain this game from the official sources. Even if the conversion rate of demo plays to non-zero donations is small, it's the principle of it. The three-year rule should be applied even-handedly.
* Revert "Update sdk85.cpp (#5427)" Vas Crabb2019-09-021-12/+0
| | | | This reverts commit 8e10e88e1b442fa75ca92fc2f6a35c2004253ecf.
* srcclean (nw) Vas Crabb2019-09-022-41/+41
|
* botched software list titles (nw) Vas Crabb2019-09-011-7/+7
|
* hh_sm510: Melody ROM fixes for gnw_mbaway melody algestam2019-08-311-1/+1
|
* -newport: Various changes. [Ryan Holtz] mooglyguy2019-08-312-90/+270
| | | | | | | | * Reimplemented logging code for external viewer. * Fixed 8bpp overlay bit combination. * Fixed broken blending. * Added bit lane expansion, needed for proper double-buffered accesses. * Simplified default color accesses.
* fix MT 7401: salamander flickering sprites (nw) hap2019-08-251-4/+0
|
* strtok is not reentrant - it's not safe to call it any time you might be ↵ Vas Crabb2019-08-251-8/+9
| | | | multi-threaded (nw)
* srcclean (nw) Vas Crabb2019-08-2578-1398/+1398
| | | | I'm assuming atronic.cpp was supposed to be Windows-1252 with Euro currency symbol encoding. Everyone please use UTF-8 for source files.
* fix hashes... Roberto Fresca2019-08-251-6/+5
|
* goldnpkr.cpp: Fix build (nw) AJR2019-08-241-1/+1
|
* New working clones Roberto Fresca2019-08-252-0/+34
| | | | | ------------------ Joker Card (witch game) [Roberto Fresca, Team Europe]
* New clones marked as NOT_WORKING Roberto Fresca2019-08-252-3/+58
| | | | | -------------------------------- Lovely Cards (encrypted) [Team Europe, Roberto Fresca]
* Merge pull request #5538 from belegdol/travisci-migrate-to-bionic R. Belmont2019-08-241-13/+3
|\ | | | | Migrate travis-ci configuration to Ubuntu Bionic
| * Migrate travis-ci configuration to Ubuntu Bionic Julian Sikorski2019-08-251-13/+3
| | | | | | | | Make sure Qt5 is the default when tools like moc are being called
* | New clones marked as NOT_WORKING Roberto Fresca2019-08-252-4/+142
|/ | | | | | | | -------------------------------- Lady Liner (encrypted, set 1) [Team Europe, Roberto Fresca] Lady Liner (encrypted, set 2) [Team Europe, Roberto Fresca] Lady Liner (encrypted, set 3) [Team Europe, Roberto Fresca] Lady Liner (encrypted, set 4) [Team Europe, Roberto Fresca]
* Merge pull request #5537 from belegdol/travisci-fix-explicit-dist ajrhacker2019-08-241-0/+1
|\ | | | | Explicitly use Ubuntu Trusty
| * Explicitly use Ubuntu Trusty Julian Sikorski2019-08-241-0/+1
|/ | | | Due to ppas used the travis-ci only works when trusty is being used. With xenial being the default as of August 2019 the builds fail most of the time. Request trusty explicitly until the CI configuration can be migrated to a more recent Ubuntu release.
* Merge pull request #5535 from MASHinfo/master R. Belmont2019-08-241-0/+5
|\ | | | | Fixed arcade build
| * Fixed arcade build MASH2019-08-241-0/+5
| |
* | Merge pull request #5536 from shattered/_15003620b1 R. Belmont2019-08-243-38/+35
|\ \ | | | | | | hp_ipc: switch to US keyboard layout, fix softlist checksums (nw)
| * | hp_ipc: switch to US keyboard layout, fix softlist checksums (nw) Sergey Svishchev2019-08-243-38/+35
| | |
* | | Merge pull request #5529 from BillyONeal/master R. Belmont2019-08-241-1/+1
|\ \ \ | | | | | | | | Resolve [[nodiscard]] warning from c_str() call.
| * | | Resolve [[nodiscard]] warning from c_str() call. Billy Robert O'Neal III2019-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In C++98/03, basic_string::c_str() was allowed to be a reallocation to insert the null terminator. MAME is ensuring this actually happens with a do-nothing call to c_str(). In C++11 and later, this is prohibited, and the string is mandated to be always null terminated. As a result Visual C++ marks c_str() with [[nodiscard]], triggering a warning here for discarding the result. (I don't know of any C++03 implementation that actually reallocates here, but just in case this code actually targeted such an implementation I've just suppressed the warning for now. If MAME only targets C++11 or later, we should fix it by deleting the line.)
* | | | (nw) segas18.cpp: Add in Sega ID# for Alien Storm (Japan) & other misc clean ups braintro2019-08-243-3/+6
| |_|/ |/| |
* | | ssystem3: add nvram (nw) hap2019-08-242-5/+35
| | |
* | | ssystem3: another note (nw) hap2019-08-241-1/+3
| | |
* | | Merge pull request #5534 from DavidHaywood/230819 ajrhacker2019-08-241-9/+15
|\ \ \ | | | | | | | | side-effects disable in pentagon (nw)
| * | | pentagon safety stuff (nw) DavidHaywood2019-08-241-9/+15
| | | |
* | | | ssystem3: add note (nw) hap2019-08-241-1/+6
| | | |
* | | | Merge pull request #5532 from clawgrip/patch-8 ajrhacker2019-08-241-0/+6
|\ \ \ \ | | | | | | | | | | microdar.cpp: Add note about undumped game on the same hardware (nw)
| * | | | microdar.cpp: Add note about undumped game on the same hardware (nw) ClawGrip2019-08-241-0/+6
| | |_|/ | |/| |
* | | | Merge pull request #5533 from DavidHaywood/240819 ajrhacker2019-08-241-0/+2
|\ \ \ \ | | | | | | | | | | fix compile (nw)
| * | | | fix compile (nw) DavidHaywood2019-08-241-0/+2
| |/ / /
* / / / ssystem3: finish internal artwork (nw) hap2019-08-241-5/+105
|/ / /
* | | complay: allow inputmask=0 when inputraw=1 for canceling input listener ↵ hap2019-08-2411-35/+18
| | | | | | | | | | | | section (nw)
* | | Major refactoring of VRender0 SoC device [Angelo Salese] (#5527) Angelo Salese2019-08-2414-1319/+3326
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improved encapsulation between video and machine SoC periperals; * Split up HWs in individual files where they don't belong to Crystal System HW, makes future development easier; * Untangled reads/writes to draw/display bankswitches from screen_update, now they can be unthrottled safely; * Added CRTC screen raw parameters; * Add DMA hold feature and clear irq on mask writes, specific for P's Attack; * Improved Cross Puzzle flash loading, currently failing at POST for a SPU error; nexus3d.cpp: add some preliminary work, currently does some VRender3d pipeline fill with a debug trick [Angelo Salese] (out of whatsnew) Some stuff definitely needs fine graining, like removing the few lines that are still necessary to configure the VRender0 from driver files, which I'm gonna do in my next feature branch.
* | | New working machine added (#5530) algestam2019-08-242-2/+92
| | | | | | | | | | | | ---------- Game & Watch: Mario's Bombs Away [algestam]
* | | mu80: Add the wave roms [Alexander Troosh] Olivier Galibert2019-08-241-1/+5
| | |
* | | Use real prom dumps for Popeye Bootleg protection [Joe Magiera, ↵ smf-2019-08-242-8/+30
| | | | | | | | | | | | recreativas.org, smf]
* | | New working software list additions Justin Kerk2019-08-241-6/+468
| | | | | | | | | | | | | | | | | | | | | | | | | | | --------------------------------------- ibm5170: blueflops-2.0.2, blueflops-2.0.3, blueflops-2.0.4, blueflops-2.0.5, blueflops-2.0.6, blueflops-2.0.7, blueflops-2.0.9, blueflops-2.0.10, blueflops-2.0.11, blueflops-2.0.12, blueflops-2.0.13, blueflops-2.0.14, blueflops-2.0.15, Novell DR Multiuser DOS Release 5.1, Novell DOS 7 (3.5"), Novell DOS 7 (5.25") [Justin Kerk] New not working software list additions --------------------------------------- ibm5170: blueflops-1.0.0, blueflops-1.1.0, blueflops-1.1.1, blueflops-1.1.2, blueflops-2.0.0, blueflops-2.0.1-pre1, blueflops-2.0.8 [Justin Kerk]
* | | nforcepc.cpp: update pci device list (nw) yz70s2019-08-241-7/+6
| | |
* | | Merge pull request #5528 from npwoods/lua_type_group_and_keyboard_codes ajrhacker2019-08-241-0/+13
|\ \ \ | | | | | | | | Exposing ioport_manager::type_group() and ioport_field::keyboard_codes() to LUA
| * | | Exposing ioport_manager::type_group() and ioport_field::keyboard_codes() npwoods2019-08-231-0/+13
| | |/ | |/| | | | | | | to LUA
* | | New working clones Roberto Fresca2019-08-242-1/+32
| | | | | | | | | | | | | | | ------------------ Lady Liner (Set 2) [Roberto Fresca, Team Europe]
* | | (nw) sorcerer_cart : added info to basicb (see PR#5526) Robbbert2019-08-241-1/+2
| | |
* | | Machine promoted to working hap2019-08-243-16/+170
| | | | | | | | | | | | | | | ----------- Chess Champion: Super System III [hap, Berger, MikeChess]
* | | temporary? workaround MT 7400 (nw) hap2019-08-242-0/+15
|/ /
* | hiscore.dat: fix makai high scores (nw) cracyc2019-08-231-4/+5
| |