Commit Graph

75501 Commits

Author SHA1 Message Date
Nigel Barnes
5ce625e69c New working software list additions
-----------------------------------
electron_cart: Commstar E1.10, ROMPlus-144 v2.1
2020-09-07 17:02:45 +01:00
Nigel Barnes
e5b039078f bus/electron/cart: Added the Pace RS423 Communications cartridge. 2020-09-07 16:58:02 +01:00
Nigel Barnes
49074fa828 bbc_tube_z80: HIRQ line is not connected. 2020-09-07 14:30:44 +01:00
Nigel Barnes
7f034fcadc bbc_tube_arm: HIRQ line is not connected. 2020-09-07 14:30:44 +01:00
Nigel Barnes
01ed315f29 bbc_tube_zep100m: Added latest known MCP 2.02, and removed imperfect disk flags. 2020-09-07 14:30:44 +01:00
Nigel Barnes
75ab4efc4c bus/electron: Use input_merger for IRQs where required and various minor cleanups. 2020-09-07 14:30:43 +01:00
Nigel Barnes
739538a143 machine/tube: Added save state. 2020-09-07 14:30:43 +01:00
ajrhacker
ade3d26da9
Merge pull request #7200 from clawgrip/patch-61
drdmania.cpp: Add missing ROM [Caps0ff, ClawGrip]
2020-09-07 09:21:19 -04:00
ClawGrip
c4b7302c27
drdmania.cpp: Add missing ROM [Caps0ff, ClawGrip]
Now the dump is complete.
2020-09-07 13:12:38 +02:00
Dirk Best
bb65a67489 New machines marked as NOT_WORKING
----------------------------------
Informer 207/100 [Bitsavers]
2020-09-07 09:37:53 +02:00
Brian Troha
fe2149e8c2 williams.cpp: Correct ROM names for Joust, Stargate & Splat [Brian Troha] 2020-09-06 21:07:18 -05:00
AJR
54e52a652f nubus: Fix regression in 27aa4fe075 2020-09-06 16:27:13 -04:00
ClawGrip
b0570a8cb0
New working clones (#7191)
* New working clones

------------------
V.Smile Baby (Germany, with 'Puuhs Hundert-Morgen-Wald') [Sean Riddle, TeamEurope]

* Add 'vsmilebg'
2020-09-06 15:57:34 -04:00
Davide Cavalca
43dd971653
ibm5170_hdd: new software list additions (#7192) 2020-09-06 15:57:22 -04:00
ClawGrip
8c41285fc9
New NOT_WORKING software list additions (#7195)
---------------------------------------
vsmileb_cart:
  Winnie et ses amis dans la Foret des Reves Bleus (France), En Ville avec l'ourson Patoune (France) [Sean Riddle, DisizDream]
2020-09-06 15:57:03 -04:00
ArcadeShadow
f8a9d7e97f
ibm5170 - New working software list additions (#7197)
Added: Fables & Fiends - Book One: The Legend of Kyrandia (v1.0, 5.25"), NASCAR Racing, NASCAR: Track Pack, SSN-21 SeaWolf
Renamed [kyrandia] Fables & Fiends - Book One: The Legend of Kyrandia -> Fables & Fiends - Book One: The Legend of Kyrandia(v1.3, 3.5")
Renamed [kyrandiafr] Fables & Fiends - Book One: The Legend of Kyrandia (France) -> Fables & Fiends - Book One: The Legend of Kyrandia (v1.7, 3.5", France)
Corrected [mkg] Mortal Kombat (Germany) to clone of [mk] Mortal Kombat
2020-09-06 15:56:47 -04:00
Robbbert
8d46e9e8f7 super80: natural keyboard cleanup; handle the @-key mistake 2020-09-07 04:45:47 +10:00
AJR
a9d1e3810b puzzlet: Replace coin MCU simulation with low-level emulation 2020-09-06 14:33:24 -04:00
AJR
db9b40182c z8: Fix reads from Ports 0 & 1; add Z86E02 type 2020-09-06 14:33:24 -04:00
couriersud
d16baea163 netlist: Pedantic and clang tidy updates
* also fix an issue with netlist vs build
2020-09-06 19:56:03 +02:00
Vas Crabb
d314df16be -Fixed issue that automatically generated unnecessary internal views.
-Updated a few more internal layouts, mostly bezel-only ones.
 * brkball wasn't using the DMD dots at all (it has a screen).
 * The Aristocrat layouts could use collections to allow buttons and
   tower lamps to be enabled/disabled independently.
2020-09-07 03:47:07 +10:00
Robbbert
c7b7fb50a7 sorcerer: corrected case of pasted text 2020-09-07 03:28:05 +10:00
ajrhacker
8f9083e83b
Merge pull request #7196 from 0-wiz-0/master
pc98.xml: Remove whitespace in hash
2020-09-06 13:07:53 -04:00
Robbbert
bc19e250fa tispellb: allow natural keyboard to operate the menu 2020-09-07 02:49:25 +10:00
Vas Crabb
6ad954288e Bulk-updated layouts using backdrops without bezels or screens.
These are mostly automatically generated/converted fruit machine
layouts.  They were fortuitously triggering the "alternate" layout mode
by having multiple background elements without overlays, so alpha
blending mode was used for all elements.
2020-09-07 02:33:54 +10:00
Thomas Klausner
45a4d83b96 pc98.xml: Remove whitespace in hash 2020-09-06 18:23:38 +02:00
AJR
27aa4fe075 nubus: Minor cleanup to fix deprecation warnings 2020-09-06 12:15:52 -04:00
Vas Crabb
61e021ef41 Bulk-updated layouts using bezels without backgrounds or screen.
These layouts had bezel elements only.  It makes no sense to allow
turning off all elements in a layout leaving the user with a blank
window.  (It's possible some of them are suited to breaking up using
collections, but that's a bigger job.)
2020-09-07 02:12:51 +10:00
Robbbert
89535499cf Merge branch 'master' of https://github.com/mamedev/mame into master 2020-09-07 01:58:35 +10:00
Robbbert
e6f57d7a9c ti74: fixed +/* for natural keyboard 2020-09-07 01:57:59 +10:00
Vas Crabb
67ec5e5b43 Finished adding new mechanism for allowing parts of views to be hidden.
Changed name of element to "collection" and initial visibility attribute
to "visible", and added them to documentation.  Also added them to
complay.py.

Fixed issue with collection inside group, and improved initial view
selection behaviour.

Updated some internal layouts to demonstrate new features, including
et3400, irrmaze, ltcasino, mekd3/mekd4, seawolf and vgmplay.

Removed all uses of cpanel, marquee and overlay from internal layouts
and removed them from complay.py to actively discourage use.  Also
cleaned up view names in layouts that were using them in place of
spaces, and removed some superfluous name attributes on elements that
won't do anything useful with an output value anyway.

Made vgmplay cycle visualiser modes when visualiser screen is clicked.

Fixed a copy/paste error in bus/rs232/hlemouse.cpp while I'm at it.
2020-09-07 01:40:41 +10:00
Robbbert
7fe5f1858d oric: fixed some natural keyboard issues; added savestate. 2020-09-07 01:16:21 +10:00
Lord-Nightmare
7115a1e907 Votrax/Phonic Mirror HC-110 and HC-120: hook up the HC-120 keypad, fix HC-110 and HC-120 wake latch behavior and readback; HC-120 is mostly functional now, HC-110 still needs more work. Add the 1818C phoneme ROMs as placeholders for pending work on emulating the 1818C speech board as its own device. Add board locations to all ROMs and PROMs. [Lord Nightmare, Kevin Horton] 2020-09-06 08:16:35 -04:00
couriersud
f3b2dd65f5 netlist: fix multi byte string issues. 2020-09-06 13:16:05 +02:00
Robbbert
d2c39caec2 crvision: have to indicate that joystick is 16-way (for MT 07338) 2020-09-06 13:07:26 +10:00
Robbbert
cb8774d4b9 pb2000c: fixed numerous errors from yesterday 2020-09-06 12:51:51 +10:00
Robbbert
317f7e4a6d p2000t: minor fixes to natural keyboard 2020-09-06 12:35:58 +10:00
Dirk Best
fc855bc922 New not working machine
-----------------------
Informer 207/376  [Dirk Best]
2020-09-06 03:39:07 +02:00
cam900
d39d1b9412
deco_mlc.cpp: Fix invisible pixel issue in vertical zooming algorithm (#7184)
- Fix invisible pixel issue in vertical zooming
- Reduce unnecessary line check
2020-09-05 17:53:07 -04:00
Devin Acker
4b5db3bb73
atetris.cpp: add support for bartop proto bank switching (#7185)
* atetris.cpp: add support for bartop proto bank switching
* atetris.cpp: move bartop proto handler into new subclass of atetris_state
2020-09-05 17:52:09 -04:00
r09
e3b086c954
fmtowns: changes to 15-bit layer/sprite drawing, fixes niko2 (#7190)
- Sprite color values are masked to their 15 least significant bits
  before they are rendered to VRAM.
- Pixels on the bottom layer (or in single-layer mode) are always drawn,
  even if the transparency bit is set to 1.
2020-09-05 17:51:18 -04:00
couriersud
52b1750a7f netlist: Fix a compile issues with mingw. 2020-09-05 23:48:24 +02:00
Couriersud
f3eb632465 netlist: code maintenance and performance optimizations.
* rename some misleading type names
* remove callback_t and replace by better scalable approach
* hide implementations details
* move sources classes from putil.h to psources.h
* reduce code complexity
* improve parsing performance, parsing netlists now is twice as fast.
* fix issues around multi-byte string support
* moved psplit into pstrutil.h
2020-09-05 21:31:49 +02:00
ajrhacker
4dd7e21f56
Merge pull request #7188 from davide125/pcdos
ibm5170_hdd: new software list
2020-09-05 15:27:14 -04:00
ajrhacker
79772b42e5
Merge pull request #7189 from TwistedTom/j99-pals
add jurassic99 pals
2020-09-05 15:25:59 -04:00
TwistedTom
135644afce add jurassic99 pals 2020-09-05 20:22:57 +01:00
Scott Stone
0137a8205d vsmile.cpp: Fix for vsmilem exception when starting without a cartridge image (per Ryan Holtz) (nw) 2020-09-05 15:12:42 -04:00
ajrhacker
14f7e58562
Merge pull request #7186 from DavidHaywood/040920
new WORKING machine
2020-09-05 15:05:55 -04:00
Davide Cavalca
6d177fedc0 ibm5170_hdd: new software list 2020-09-05 12:01:21 -07:00
AJR
891cb575fe micronic: More info 2020-09-05 15:01:19 -04:00