rfka01
31c2123f89
Added info on several already emulated systems in the header.
2016-12-30 17:57:20 +01:00
R. Belmont
c6cb9f8bef
Merge pull request #1815 from zx70/master
...
Support for earlier COS versions on the RM380Z
2016-12-30 10:54:03 -05:00
R. Belmont
4f233b185e
Merge pull request #1866 from sparrowred/master
...
correct clone relationship for zoopj (nw)
2016-12-30 10:52:36 -05:00
R. Belmont
9dcacba8ee
Merge pull request #1872 from npwoods/imgtool_coco_rsdos_cleanups
...
[Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization
2016-12-30 10:52:16 -05:00
R. Belmont
d0c044320d
Merge pull request #1881 from system11b/S11darkw
...
cvs.cpp: popmessage in some games only appears with VERBOSE=1 now
2016-12-30 10:51:34 -05:00
R. Belmont
2f45bedc82
Merge pull request #1883 from mamehaze/xxx
...
added decapped dump of the d8751 on quizard4 sets [Team Europe]
2016-12-30 10:51:19 -05:00
R. Belmont
f65b091dc8
Merge pull request #1892 from ajrhacker/soundlatch_pending
...
New callback for generic_latch_8/16_device (nw)
2016-12-30 10:49:17 -05:00
Vas Crabb
11a44f2c75
josvolly: "AA 007" chip is really NEC D8255A for reading input ports [CAPS0ff, Vas Crabb]
2016-12-30 23:46:58 +11:00
angelosa
a6b5427eaf
Winning Run: Mask is actually saved in videoram write, fixes tachometer.
2016-12-30 08:05:20 +01:00
angelosa
8e8f20df82
Namco System 21 doesn't seem to use pos irq for master/slave.
...
Phelios doesn't like ASSERT_LINE for vblank, fun
2016-12-30 05:19:16 +01:00
angelosa
6f2c9cb5c8
Bind C148 to Namco System 2 as well
2016-12-30 04:44:00 +01:00
angelosa
5508c8532f
Completed device up to current knowledge, added to Namco System 21 as test bed.
2016-12-30 04:09:35 +01:00
angelosa
cb1023eb00
CPU IRQ trigger & fix regression
2016-12-30 02:46:44 +01:00
angelosa
bafb19a2c5
IRQ triggers
2016-12-30 01:55:54 +01:00
angelosa
a1d23cef22
Add the remaining irq levels / acks
2016-12-30 01:53:01 +01:00
AJR
95a914d30e
New callback for generic_latch_8/16_device (nw)
...
- Add MCFG_GENERIC_LATCH_DATA_PENDING_CB to raise and lower a line automatically as the latch is written and read. This should make sound IRQs easier to deliver and reduce the incidence of HOLD_LINE in drivers.
- Update a few drivers to use this new callback.
2016-12-29 19:23:04 -05:00
Scott Stone
02a7e0007e
neogeo.xml validation fixes (nw)
2016-12-29 18:41:59 -05:00
Scott Stone
1cdf0425df
New clones added
...
----------------
Robo Army (NGM-032 ~ NGH-032) [JacKc]
Saulabi Spirits / Jin Saulabi Tu Hon (Korean release of Samurai Shodown II, set 2) [JacKc]
2016-12-29 18:26:38 -05:00
Justin Kerk
44d302c1ab
pc_dsk: Support 360K images with 512-byte header, found in some softlist entries. [Justin Kerk]
2016-12-29 14:44:50 -08:00
R. Belmont
2b74e4c0be
Merge pull request #1888 from ajrhacker/z80_intack
...
Z80 daisy chain stuff
2016-12-29 16:35:46 -05:00
R. Belmont
0c81f0691b
Merge pull request #1890 from maximumspatium/master
...
ppcdrc.cpp: clear two LSBs of the branch target address.
2016-12-29 16:35:15 -05:00
AJR
9a39a8709e
Simplify daisy-chain IRQ ack routine (get rid of delegate member) (nw)
2016-12-29 14:29:38 -05:00
hap
73ad28781c
fidel68: forgot to copypaste irq note from berger (nw)
2016-12-29 17:49:35 +01:00
hap
bbcad49f4e
zwackery: revert UTF-8 BOM (nw)
2016-12-29 17:22:38 +01:00
hap
497ca5f44a
fidel68k: added 6114-2/3/4 configurable ramsize (nw)
2016-12-29 17:19:53 +01:00
Maxim Poliakovski
3d51032d05
ppcdrc.cpp: Clean up indentation of the previous commit.
2016-12-29 16:42:45 +01:00
Maxim Poliakovski
619e737610
ppcdrc.cpp: clear two LSBs of the branch target address.
...
This is what a real CPU does in order to prevent branching to an invalid address.
2016-12-29 16:05:26 +01:00
angelosa
a716937106
Forgot one line.
2016-12-29 07:55:02 +01:00
angelosa
429ef6ecf9
Added posirq
2016-12-29 07:07:09 +01:00
AJR
096c443fbf
Get rid of fake IRQ in Cedar Magnet sound system
2016-12-29 00:07:44 -05:00
angelosa
304f3f4519
V-Blank irq tied (nw)
2016-12-29 06:07:08 +01:00
AJR
fe155eb659
Z80 daisy chain stuff
...
- Reconfigure Z80 daisy chain behavior to use the standard vector for an external IRQ, rather than a bogus one from the last device in the chain
- Enable Z80 daisy chain on Cedar Magnet sound board (fake IRQ still necessary, though vectors are correct now)
- Source note regarding IM 2 behavior contrary to Zilog datasheet (nw; was fixed way back in 0.35b11)
2016-12-28 23:38:15 -05:00
David Haywood
2bf764c9a1
big event golf hookup doesn't seem identical (or isn't hooked up 100% properly) but can use the common device too (nw)
2016-12-29 04:16:26 +00:00
angelosa
52549ddd50
First pass, hooked it up to Winning Run GPU because it's a good test case
2016-12-29 04:17:38 +01:00
Scott Stone
0cbc070ce4
pacman.cpp: eeekk port_name clarifications as well as further details for 'Difficulty' dip switch settings. Fixes MT#06461 [Tafoid]
2016-12-28 21:24:51 -05:00
Vas Crabb
aab749f5e5
Merge pull request #1887 from bradhugh/min_max_v2
...
Move special windows.h include directives to build defines (nw)
2016-12-29 11:48:32 +11:00
David Haywood
c56c0d6372
some notes on what can / can't be hooked up and what needs looking at
2016-12-28 22:50:35 +00:00
Scott Stone
6955916068
Merge branch 'master' of https://github.com/mamedev/mame
2016-12-28 17:40:57 -05:00
Scott Stone
01273bf0ba
Perfect quantum not needed for this driver - restores previous performance level (nw)
2016-12-28 17:40:28 -05:00
angelosa
53758c0825
SCREEN_RAW_PARAMS for System 21 (nw)
2016-12-28 23:39:55 +01:00
David Haywood
9893cff3ac
use generic code for lkage.cpp
2016-12-28 22:07:31 +00:00
Ted Green
b6de3bb5d7
Change waveram viewer to use V key to fix conflict with game controls
2016-12-28 14:15:47 -07:00
David Haywood
e8d7b39a94
use generic code for lsasquad too
2016-12-28 21:09:22 +00:00
Ted Green
cf306ff920
midwayic: Squelch logerror from interrupt control (nw)
...
zeus2: Add better game selector and use register values for mwskins direct rendering (nw)
2016-12-28 14:02:48 -07:00
David Haywood
faa93d6a65
hook up nycaptor with the generic hookup
2016-12-28 20:52:55 +00:00
David Haywood
0e3dcf9645
use common MCU hookup for flstory too
2016-12-28 20:29:01 +00:00
Brad Hughes
b47ec24df6
Move special windows.h include directives to build defines (nw)
2016-12-28 15:07:28 -05:00
David Haywood
d1b660a5fc
also decapped / dumped an MCU for the original quizard (1) [TeamEurope]
2016-12-28 19:31:38 +00:00
angelosa
e252486d17
Written a device core for the Namco 6-speed gearbox [Angelo Salese]
...
(Used by Driver's Eyes, Ridge Racer DX and Ace Driver)
2016-12-28 19:52:06 +01:00
David Haywood
a6466114d5
c+p tidy (nw)
2016-12-28 18:30:34 +00:00