Commit Graph

72224 Commits

Author SHA1 Message Date
hap
575329b495 equites: use the new 8505 mcu for gekisou/hvoltage, seems to work (nw) 2020-04-03 20:47:50 +02:00
Ivan Vangelista
9aa0a67a69 Machines promoted to working
----------------------------
Bingo Time [Team Europe]

equites.cpp: dumped Alpha MCU for bngotime [Team Europe]
2020-04-03 19:48:09 +02:00
angelosa
417f1b91c5 New machines marked as NOT_WORKING
----------------------------------
Gulun.Pa! [lydz, Arcade-Projects]
2020-04-03 19:33:14 +02:00
AJR
d69caa20c5 v4dealem: Adjust CRTC clock to make refresh rate more reasonable 2020-04-03 11:07:08 -04:00
Ivan Vangelista
4c3d84a886
6883sam.cpp: avoid assert in debug build in devnoclear branch (nw) 2020-04-03 16:10:00 +02:00
hap
5e0edb6f4a ui: remove clock freqs trailing 0s on machine info screen (nw) 2020-04-03 12:36:26 +02:00
Patrick Mackinlay
065a401ac0 cxd1185: fixes (nw)
* handle phase change during transfer
* fix completion test during transfer in
2020-04-03 14:40:18 +07:00
ClawGrip
2c9cce590f
New NOT_WORKING software list additions (#6513)
---------------------------------------
Merida - Legende der Highlands (Germany) [TeamEurope]
2020-04-03 08:25:32 +02:00
Ivan Vangelista
d760194fa0 snes.xml: fixed Asterix year according to MT07603 (nw) 2020-04-03 06:59:03 +02:00
hap
dce2324ff4 Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)"
This reverts commit 64c1136440.
2020-04-03 01:43:40 +02:00
hap
64c1136440 ui: remove clock freqs trailing 0s on machine info screen (nw) 2020-04-03 01:23:13 +02:00
AJR
0e9442b958 wd_fdc.cpp: Save INTRQ and DRQ states (nw) 2020-04-02 17:51:39 -04:00
AJR
076f4af753 dgnalpha: Fix disk boot by removing old hack to ignore first FDC IRQ 2020-04-02 17:45:40 -04:00
hap
72b45cbb01 cp2000: higher cpu clock (nw) 2020-04-02 22:41:23 +02:00
AJR
120977e04f diexec: Eliminate pulse_input_line_and_vector (nw)
Not the best way to accomplish this, admittedly, but the most convenient for now.
2020-04-02 15:46:03 -04:00
Olivier Galibert
79eb449936 pdp1: That cpu does not use the vector infrastructure (nw) 2020-04-02 19:56:01 +02:00
Olivier Galibert
06f16e4793 s2650: Get the vector from the ack reqeust, remove use of set_input_line_and_vector and HOLD_MODE [O. Galibert] 2020-04-02 19:50:30 +02:00
AJR
40bd4325e8 spg2xx: Fix m_functions.empty() assert in debug build (nw) 2020-04-02 13:37:10 -04:00
AJR
e7fd317890 hd63484: Simplify and unify handlers (nw)
The actual bus interface makes no provision for the upper/lower byte masking performed by the previous implementation.
2020-04-02 12:51:34 -04:00
Dirk Best
52e149a22c New working machines
--------------------
Lady Gum  [Dirk Best]
2020-04-02 18:03:37 +02:00
Dirk Best
1455df4ff5 m68hc05: Only reset due to NCOP when it's enabled 2020-04-02 18:03:32 +02:00
Ivan Vangelista
cb15631d6a
okim6258.cpp: fixed crashes in debug builds in the devnoclear branch (nw) 2020-04-02 14:56:45 +02:00
Ivan Vangelista
9f0bfa0b7a
pdc.cpp: fixed 'm_functions.empty()' assert in debug builds (nw) 2020-04-02 14:35:23 +02:00
hap
123b227a79 sag: forgot to make console devices private (nw) 2020-04-02 13:38:19 +02:00
hap
f40bf01ea6 sag: more setnames more descriptive (nw) 2020-04-02 13:21:39 +02:00
smf-
2e08cb0b27 missed one (nw) 2020-04-02 11:50:38 +01:00
Ivan Vangelista
91994db9f6
myb3k_kbd.cpp: fixed 'index < Count' assert when run in the devnoclear branch (nw) 2020-04-02 12:22:02 +02:00
smf-
63d3becad6 removed more dummy_space() and other miscellaneous space passing (nw) 2020-04-02 10:34:53 +01:00
Ivan Vangelista
013fb15728 New working clones
------------------
T.A.N.K (bootleg, 8-way joystick) [Guru]
2020-04-02 07:22:18 +02:00
smf-
7ecd4264d7 removed more dummy_space() calls (nw) 2020-04-02 03:46:32 +01:00
Stiletto
6fbc30f433
add gunfight to nl.lst *nw*
add gunfight to nl.lst *nw*
2020-04-01 21:31:05 -04:00
smf-
1e4709c33d removed some dummy_space() calls (nw) 2020-04-02 02:10:22 +01:00
smf-
70591d6fae removed last remaining uses of generic_space() (nw) 2020-04-01 22:25:31 +01:00
Colin Douglas Howell
942e64a546
mw8080bw: new netlist audio implementation for gunfight (#6509)
* mw8080bw: new netlist audio implementation for gunfight

New netlist-based audio implementation for gunfight (Gun Fight, 1975),
derived from Midway audio schematics. Sound checked against several
YouTube videos and seems to match, apart from acoustic effects of
cabinet. (Sorry, I don't have a Gun Fight machine of my own to check. :)

Removed the old sample-based sound, which is no longer necessary. (The
samples for that version were actually from the newer game Boot Hill
and didn't match Gun Fight's sound hardware; they even included Boot
Hill's funeral march tune!)

Although the netlist version has much greater overhead, performance is
still acceptable on modern hardware.

* mw8080bw: remove unnecessary trampolines from gunfight netlist audio

In response to review comments on PR #6509.

* mw8080bw: Remove leftover copyright holder from new files (nr)
2020-04-01 22:48:59 +02:00
Ivan Vangelista
d72a3af252 New clones marked as NOT_WORKING
--------------------------------
Striker Xtreme (1.00) [PinMAME]
2020-04-01 20:42:02 +02:00
Ivan Vangelista
f5d92f56a7 New working clones
------------------
G.I. Joe (US, UAA) [NeTaXe]
2020-04-01 20:06:13 +02:00
Ivan Vangelista
dc852bd685 btime.cpp: added dip locations, verified dips for all games and fixed dips for ptennis and clone [Guru]
decocass.cpp: verified dips for cptennis [Guru]
2020-04-01 19:55:32 +02:00
hap
48900a3840 hh_hmcs40: update serials list (nw) 2020-04-01 18:36:39 +02:00
Robbbert
198d2a40cc Merge branch 'master' of https://github.com/mamedev/mame 2020-04-02 02:56:30 +11:00
Robbbert
5ac7ce5e2d (nw) svi318_cart : formatting 2020-04-02 02:56:05 +11:00
ClawGrip
8a965aa9f8
rfslots8085.cpp: Add notes (nw) (#6510) 2020-04-01 17:53:37 +02:00
AJR
07707fd396 svi318_cart.xml: Typo in comment (nw) 2020-04-01 11:23:28 -04:00
smf-
a493bd892d removed last remaining use of driver_data() (nw) 2020-04-01 15:48:54 +01:00
hap
2eac30e284 ditto: wrong mcu type (nw) 2020-04-01 16:03:55 +02:00
Robbbert
be3fba32a5 svi318_cart: added music mentor 2020-04-02 00:27:04 +11:00
Patrick Mackinlay
39e6bcea52 news_r3k: wip (nw)
* NEWS-OS (v5 or v6 is not clear) boots and runs multi-user
* fix lance interrupt polarity
2020-04-01 16:47:29 +07:00
Patrick Mackinlay
c7d2ed4337 cxd1185: faster (nw)
* don't always delay for the whole selection timeout
2020-04-01 16:46:19 +07:00
Robbbert
c6bf068434 (nw) added themj2 to mame.lst; nes_vt_soc validation error. 2020-04-01 10:42:39 +11:00
rfka01
f16dd63f4d
at.cpp: additions (#6507)
* at.cpp: Schneider EuroAT

* at.cpp: Siemens motherboards and BIOS versions

* at.cpp: Siemens PG750 and PG 750 EISA

* at.cpp: Samsung Deskmaster 286-12

* at.cpp: 286 BIOS and Zenith Z-248
2020-03-31 19:30:50 -04:00
Scott Stone
2acbcc0925 apple2_flop_orig.xml: Fix XML structure on some new entries (nw) 2020-03-31 18:15:14 -04:00