Commit Graph

72732 Commits

Author SHA1 Message Date
David Haywood
7cacfb12d8
drgnmst.cpp : mastfury - improve background rendering (nw) + cps1.cpp : actually mark Gulun.Pa! as working (nw) (#6593)
* drnmst.cpp : mastfury - improve background rendering (nw)

* also promote Gulun.Pa!, remove old comment about bad ROM, add new comment about suspect one, and mark as a prototype - it has been functional since the first ROM redump, credits are unhchanged from before (nw)
2020-04-25 13:57:30 -04:00
R. Belmont
a42761243a
Merge pull request #6595 from hackbar/polepos_reset
polepos: append, not set, the reset line to the latch
2020-04-25 13:56:31 -04:00
Mike Harris
5c24bfc6a8 polepos: append, not set, the reset line to the latch 2020-04-25 10:42:04 -07:00
hap
3988951d34 scptchess: add save switch (nw) 2020-04-25 19:29:30 +02:00
Ivan Vangelista
7b7306f6b8 segas32.cpp: updated the sound ROMs for the other radr revisions, too (nw) 2020-04-25 18:59:12 +02:00
Ivan Vangelista
eb0e28f2d1 segas32.cpp: redumped radr sound ROMs [farzeno]
(nw) Two were actually bad
2020-04-25 18:54:20 +02:00
couriersud
00bff3e703 netlist: clang tidy fixes and srcclean. (nw) 2020-04-25 18:10:18 +02:00
couriersud
d3ee7e21c6 netlist: unify solver calls. (nw)
Calls to the solver used different paths. These changes unify these
calls and provide a common call for discontinuous state changes on
analog components (change_state).
2020-04-25 18:08:04 +02:00
R. Belmont
14f92c9786
Merge pull request #6590 from DavidHaywood/240420_2
new WORKING machine (plug and play)
2020-04-25 08:05:22 -04:00
Mike
3a6317b0f4
Namco custom chip improvements. (#6589)
* Wire up reset lines on namco custom chips.

* namco51: emulate via low level cpu

Previously, this was using high-level emulation. This had some
game-specific hacks.

* namco06: Emulate the NMI and chip select lines more accurately.

Three control bits are used for the clock divider.

* mb88xx: fix interrupt handling.

m_nf is basically the IF flag. It should be set when the int line is
active (when its low). Only trigger an int when the line was previously
high.

* namco custom chips: remove debug logging

* galaga, polepos: Remove quantum hacks.

With the better Namco custom chip emulation, this doesn't seem to be
required anymore.
2020-04-25 08:05:05 -04:00
couriersud
f5fad035de netlist: improve readability. (nw)
The purpose here is to make clear what is actually done and to reduce
usage of calls to update.
2020-04-25 13:01:16 +02:00
DavidHaywood
1d9d7a16c5 new WORKING machine
----
Denver (GMP-270CMK2) (Family Sport 200-in-1) [Team Europe, David Haywood]
2020-04-25 11:19:35 +01:00
smf-
9c756b09d8 appease vs2019 (nw) 2020-04-25 09:12:58 +01:00
Ivan Vangelista
e399125082 rungun.cpp: fixed MT07617 [sjy96525]
(nw) was broken by me here 0f5b8d7f58 (diff-d9916310b97c9420ae8b0d6d36453a91)
2020-04-25 07:45:19 +02:00
braintro
b0fe14dd78 goori.cpp: Added PCB layout for Goori Goori. [Brian Troha]
Also correct OSC clocks & ROM labels
Corrected program ROM size based on 2M jumper pad made
2020-04-24 23:08:18 -05:00
smf-
42e8d29742 unbreak vs2019 after 822e051896 (nw) 2020-04-25 03:40:45 +01:00
angelosa
4a6bf4e1c0 stvcd.cpp: move note on top, make some basic QA (nw) 2020-04-25 03:53:06 +02:00
Robbbert
737497d553 (nw) goori fix 2020-04-25 11:36:18 +10:00
hap
465e64fa14 New working machines
--------------------
Sensor Computachess [hap, Sean Riddle]
Portachess II [hap, Sean Riddle]
2020-04-25 02:27:44 +02:00
David Haywood
165a4f4d39
goori.cpp : continued work - fixed eeprom hookup (nw) (#6588)
* goori.cpp ; continued work (nw)

* fix eeprom hookup (nw)
2020-04-24 15:06:30 -04:00
Ivan Vangelista
2352ac80a8 segas32.cpp: added note about possible bad dumps in the Rad Rally sound ROMs (nw) 2020-04-24 20:27:57 +02:00
David Haywood
1b91ee3133
new machines (1 working, 1 not working) (#6587)
new machines marked as NOT WORKING
----
Mastery's Fury [Miso Kim, David Haywood]

(this is a bad dump, mask ROMS are half size, at least the sprites)

new WORKING machines
----
Goori Goori [Miso Kim, David Haywood]
2020-04-24 12:44:09 -04:00
Ivan Vangelista
17e99cc740 mame/audio (mostly): simplified some handlers (nw) 2020-04-24 18:29:29 +02:00
Ivan Vangelista
9e48f9fae7 New working clones
------------------
Galaxy X (bootleg of Galaxian) [Andrew Welburn]
2020-04-24 18:15:12 +02:00
AJR
9eabe008a1 marble, peterpak: Remove TMS5220C and VIA from configuration
indytemp: Downgrade to MACHINE_IMPERFECT_SOUND with note on regression
2020-04-24 11:46:34 -04:00
AJR
c6ee172dbe 6883sam: Another blind attempt at fixing 64K mode (nw) 2020-04-24 11:16:14 -04:00
AJR
d0cbd88c59 c900: Update memory map for 23-bit addressing (nw) 2020-04-24 10:06:08 -04:00
AJR
84ead9d60c atarisy2.cpp: Fix regression in APB clones (nw) 2020-04-24 10:05:25 -04:00
Patrick Mackinlay
27f58f6bf1 upd765: bah (nw) 2020-04-24 18:39:08 +07:00
Patrick Mackinlay
6ebdeda629 upd765: partially revert dma change (nw)
Discovered pseudo-dma behaviour on Sony NEWS 68k system; read/write to the data port during DMA transfer may behave differently if DACK is not asserted.
2020-04-24 16:43:38 +07:00
Robbbert
efc15357e2 (nw) apple2_flop_orig.xml: 2 validation errors 2020-04-24 12:34:25 +10:00
Firehawke
4071f470d0
More Apple stuff, possibly one more load for the month if time allows (#6586)
* New working software list additions

-----------------------------------

apple2_flop_clcracked: North Dakota Cities with Population Under 500 (Version 1.0) (cleanly cracked), North Dakota Cities With Population 500 and Above (Version 1.0) (cleanly cracked), North Dakota Counties (Version 1.0) (cleanly cracked), North Dakota Explorers (Version 1.0) (cleanly cracked), North Dakota Indian Tribes (Version 1.0) (cleanly cracked) [Frank Cifaldi, 4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_clcracked: Notable People of North Dakota (Version 1.0) (cleanly cracked), North Dakota Parks and Historical Sites (Version 1.0) (cleanly cracked), North Dakota Plants (Version 1.0) (cleanly cracked), North Dakota Pride (Version 1.0) (cleanly cracked), North Dakota Symbols (Version 1.0) (cleanly cracked), North Dakota U.S. Senators and Representatives (Version 1.0) (cleanly cracked), North Dakota Wildlife (Version 1.0) (cleanly cracked), Minerals of North Dakota (Version 1.0) (cleanly cracked) [Frank Cifaldi, 4am, Firehawke]

apple2_flop_clcracked: The Wreck of the BSM Pandora (cleanly cracked), The Sea Voyagers (cleanly cracked) [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: Lady Tut, Will O The Wisp, Super Huey, John Madden Football [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: Who Stole Cinderella's Slipper? (Version 2.0), Mines of Titan [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: Hobgoblin's Revenge, Typhoon of Steel (Version 1.0), Alien Munchies [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: Crosscountry California, Merlin's Castle, Kampfgruppe (Version 1.0), Meteoroids in Space [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: The Latin Hangman (Revision 1004), 816/Paint (Version 3.1), Aliens, The Bard's Tale III: The Thief of Fate, Terrapin Logo Plus (Version 1.1), ABM, Tink!Tonk! Tonk in the Land of the Buddy-Bots [4am, Firehawke]
apple2_flop_clcracked: The Latin Hangman (Revision 1004) (cleanly cracked) [4am, Firehawke]

* 4AM released fixed image of ABM (nw)

* New working software list additions

-----------------------------------

apple2_flop_orig: Microbe [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: Wild West Math Level 4 [4am, Firehawke]
2020-04-23 19:37:41 -04:00
braintro
521ade1dca (nw) Corrected Zunzunkyou no Yabou's Sega game ID# 2020-04-23 17:50:21 -05:00
AJR
d959a45a21 6883sam: Fix 64K mode detection (nw) 2020-04-23 18:00:56 -04:00
hap
fccd5a43cd New machines marked as NOT_WORKING
----------------------------------
Kasparov Leonardo (set 1) [hap, Berger]
Kasparov Galileo [hap, Berger]
Kasparov Renaissance (set 1) [hap, Berger]

New clones marked as NOT_WORKING
--------------------------------
Kasparov Leonardo (set 2) [hap, Berger]
Kasparov Renaissance (set 2) [hap, Berger]
2020-04-23 23:35:49 +02:00
couriersud
455b8fce2d netlist: document trapezoidal capacitor integration. (nw) 2020-04-23 23:03:58 +02:00
Ivan Vangelista
ecefb48992 mame/machine: simplified some handlers (nw) 2020-04-23 19:47:40 +02:00
ajrhacker
d358774587
Merge pull request #6584 from rzero9/patch-5
fmtowns_cd.xml: serials, 6 new dumps, 7 replacements
2020-04-23 13:32:29 -04:00
Robbbert
a87c3360df Merge branch 'master' of https://github.com/mamedev/mame 2020-04-24 03:09:10 +10:00
Robbbert
ce7eb8acfa (nw) spinveti: move play button, game would pause when play pressed. 2020-04-24 03:08:46 +10:00
AJR
b23cc7330b badlands.cpp: Update note (nw) 2020-04-23 13:08:06 -04:00
r09
e7e3f593cc
fmtowns_cd.xml: serials, 6 new dumps, 7 replacements
- Added known serial numbers for all entries.

- Re-classified some of my old dumps as being from Redump, since I submitted them anyway.

- Added floppy dump for Angel and promoted to working.

- New dumps from redump.org (working):

Ed Bogas' Music Machine
HomeStudio V1.2L10
Kid Pix Jr.
New Horizon CD Learning System II - English Course 1 (FM Towns Marty version)
Sargon V - World Class Chess

- New dumps from redump.org (not working):

Ms. Detective File #1 - Iwami Ginzan Satsujin Jiken (FM Towns Marty version)

- Replaced entries with dumps from redump.org:

A Ressha de Ikou III
Appare CD Vol. 1 - Hiryuu no Maki
ElFish Lite
Muscle Bomber - The Body Explosion
Metal Eye 2
Nihon no Rekishi - Kodai-hen
The Secret of Monkey Island

- Reordered some entries
2020-04-23 19:06:37 +02:00
AJR
9ce4560ee3 hphybrid: Add offset to interrupt callback to distinguish IRH from IRL (nw) 2020-04-23 12:49:38 -04:00
smf-
822e051896 fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings (nw) 2020-04-23 17:04:29 +01:00
Robbbert
6ad90378a3 (nw) dbox: missed a typo 2020-04-23 23:58:09 +10:00
Vas Crabb
8108e3a3f7 mconfig.h: get rid of a temporary that clang 10 doens't like (nw) 2020-04-23 22:57:48 +10:00
hap
59d670007a Machines promoted to working
----------------------------
Crazy Kong (Gakken) [hap]
2020-04-23 13:36:41 +02:00
Robbbert
7a166061b6 (nw) dbox: fixed some spelling mistakes. 2020-04-23 20:40:02 +10:00
braintro
5dc02a3f86 (nw) lethalj.cpp: More correct comments for the new Frantic Fred set 2020-04-23 01:35:14 -05:00
Ivan Vangelista
2a2e1f3aa9 cninja.cpp: updated mutantf and clones year according to MT07615 (nw) 2020-04-23 06:47:21 +02:00