R. Belmont
6609b2f0a5
Merge pull request #3917 from f205v/patch-4
...
Update documentation for konamim2.cpp
2018-08-31 18:13:51 -04:00
dxl
49d1ee4d17
More topcat fixes ( #3933 )
...
* topcat: add has_changed() function (nw)
* topcat: don't write to plane if not enabled (nw)
* topcat: fix initialization order (nw)
2018-08-31 17:52:22 -04:00
R. Belmont
a8b903c4ec
Merge pull request #3932 from superctr/180831_zsg2
...
zsg2.cpp: properly reset emphasis filter state at key on
2018-08-31 17:51:21 -04:00
R. Belmont
d1975b9a4b
Merge pull request #3934 from hp9k/nscsi_format_unit
...
nscsi_hd: add FORMAT_UNIT command (nw)
2018-08-31 17:50:37 -04:00
tedgreen99
a47cc64fd0
mip3: Proper DMULT(U) implementation from git issue #3718 [bryanperris] ( #3746 )
...
* mip3: Proper DMULT(U) implementation from git issue #3718 [bryanperris]
* mips3: Updated dmult(u) implementation.
2018-08-31 15:31:13 -06:00
smf-
3196d06264
vgmplay: report incorrect header size and replace with default [smf]
2018-08-31 22:16:05 +01:00
AJR
29433bd988
topcat: Fix clang build [-Werror,-Wreorder] (nw)
...
- Privatize m_int_write_func (was there any reason for this to be public?)
2018-08-31 17:11:58 -04:00
Sven Schnelle
1ee34bbedc
nscsi_hd: add FORMAT_UNIT command (nw)
2018-08-31 23:08:11 +02:00
superctr
27e30dd243
zsg2.cpp: properly reset emphasis filter state at key on
...
zsg2.cpp: update documentation
2018-08-31 22:36:54 +02:00
R. Belmont
cf1fa442dd
Merge pull request #3926 from rzero9/fmt_softlist
...
FM Towns softlists: add several dumps
2018-08-31 16:07:33 -04:00
dxl
98a50b66ab
I8291 improvements ( #3931 )
...
* i8291: various fixes (nw)
set BO bit only if receiver is ready (NRFD not asserted, fix MJMN bit,
and implement DCAS
* i8291: reset EOI flag when in TIDS (nw)
2018-08-31 16:07:10 -04:00
dxl
89ae43bfbb
Topcat fixes ( #3930 )
...
* topcat: fix display read/write enable register (nw)
* topcat: add (yet) unknown register 0x4a/0x4c to make test software happy (nw)
* topcat: return cursor register contents (nw)
* topcat: add plane_enabled() function (nw)
* topcat: add suport for Pixel Replacement Rules (nw)
* topcat,hp98544,hp98543: add VBLANK register (nw)
* topcat: add interrupt registers (nw)
2018-08-31 16:06:05 -04:00
R. Belmont
f0b81ff6aa
Merge pull request #3929 from hp9k/hp9122c_motor_timer
...
hp9122c: add motor off timer (nw)
2018-08-31 16:01:12 -04:00
R. Belmont
f40ad1e88d
Merge pull request #3928 from hp9k/nereid_fixes
...
nereid: implement reading palette
2018-08-31 16:00:39 -04:00
R. Belmont
b61b74480f
Merge pull request #3927 from hp9k/ptm6840_output_fix
...
Fix output pins in Dual 8 bit mode (nw)
2018-08-31 15:59:47 -04:00
Sven Schnelle
9f476fa0ad
hp9122c: add motor off timer (nw)
2018-08-31 21:39:42 +02:00
Sven Schnelle
05e36cd5b5
nereid: add save_item() for missing member
2018-08-31 21:35:47 +02:00
Sven Schnelle
0a144d17f3
nereid: add support for reading colormap entries
2018-08-31 21:35:41 +02:00
Sven Schnelle
889a8606b4
Fix output pins in Dual 8 bit mode (nw)
...
In Dual 8 bit mode the output isn't inverted on
every TC, instead it's low until the count reaches 0xff, and
high afterwards.
2018-08-31 21:04:47 +02:00
r09
77de439fb6
FM Towns softlists: add several dumps
...
fmtowns_cd.xml:
- Branmarker 2 Extra Disc [DamienD / Tokugawa Corporate Forums]
- Super Real Mahjong PII & PIII + [DamienD / Tokugawa Corporate Forums]
- Teito Taisen [r09 / redump.org]
- Teitoku no Ketsudan II [r09 / redump.org]
- The Visitor [DamienD / Tokugawa Corporate Forums]
- Zoku Youjuu Senki - Suna no Mokushiroku [r09 / redump.org]
fmtowns_flop.xml:
- Daisenryaku III '90 Map Collection Vol. 1 [r09]
All of them are working.
2018-08-31 20:44:25 +02:00
Ivan Vangelista
d353e05016
nichisnd.cpp, nbmk9195.cpp: fixed regression caused by my brain-cramp (nw)
2018-08-31 20:21:24 +02:00
AJR
16bd84a4a0
scorpion: Move extra ROM and sound handlers into address maps (nw)
2018-08-31 14:13:24 -04:00
AJR
2b610f7ca1
New working clones
...
------------------
Mandanga (bootleg of Mandinga on Galaxian hardware, set 1) [Ivan Vangelista, Dumping Union]
Mandanga (bootleg of Mandinga on Galaxian hardware, set 2) [Ivan Vangelista, Dumping Union]
galaxian.cpp: Start moving memory stuff out of init functions and into address maps (nw)
2018-08-31 13:11:10 -04:00
smf-
c133d80173
memory: Fix unmapped values with subunits [smf]
2018-08-31 17:48:44 +01:00
smf-
051a702adc
vgmplay: Added detection of bad nes rips where no audio channels are enabled. Updated messages to make it clear that the hacks are required due to bad rips. When a bad 32x rip is detected then both the left and right channels are enabled. [smf]
2018-08-31 17:48:43 +01:00
smf-
b33049a07a
NES APU: remove read/write trampolines and zero $4015 at reset https://wiki.nesdev.com/w/index.php/CPU_power_up_state [smf]
2018-08-31 17:48:42 +01:00
Ivan Vangelista
1943579cb1
tumblep.cpp: gave tumblepba it's own memory map, adjusted spriteram location (nw)
2018-08-31 18:21:12 +02:00
Ivan Vangelista
fc09634167
z80daisy: finished removing MCFG macro (nw)
2018-08-31 18:20:13 +02:00
Neius
f3cd9ba697
Update strings.po
...
Updating and touching up some words
2018-08-31 20:04:53 +10:00
sjy96525
562a3dd558
Correct Chess Challenge 2 year from MT 05059 ( #3902 )
...
* Correct Chess Challenge 2 year from MT 05059
* Correct description (nw)
2018-08-31 07:46:48 +02:00
ClawGrip
a41ca4e498
Add PLDs to "rthun2j" [Tomas Garcia-Meras (ClawGrip), Roberto Fresca, Recreativas.org, The Dumping Union] ( #3918 )
2018-08-31 07:46:26 +02:00
David Haywood
5757a227f2
group Raiden 2 / DX sets by code revision so that we can more easily see which just differ by region byte, make it clear what features determine game type (normal, easier, harder) ( #3922 )
2018-08-31 07:46:01 +02:00
MooglyGuy
62b7f84ed8
Merge pull request #3923 from MASHinfo/master
...
Fixed Speed Ball P1 START
2018-08-31 04:43:53 +02:00
smf-
434f3dd621
vgmplay: Support 32x sound [smf]
2018-08-31 02:32:44 +01:00
smf-
5b1c466480
32x, Fix FIFO & number of dac bits. [smf]
2018-08-31 02:32:43 +01:00
MASH
bad97a4455
Fixed Speed Ball START key
2018-08-31 01:12:59 +00:00
mooglyguy
bb32d72c7e
Fixed pmd85 regression, nw. Also replaced a fail-safe in src/lib/util/palette.cpp with an assert. Expect regressions, so better to get it out of the way now. nw
2018-08-30 23:40:37 +02:00
MetalliC
3bdb63715d
chihiro.cpp: brute forced security key for "Quest of D Oukoku no Syugosya" [Peter Wilhelmsen, Morten Shearman Kirkegaard]
2018-08-30 23:27:33 +03:00
Ivan Vangelista
4f6c56b47f
z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw)
...
z80_daisy: first part of MCFG macro removal (nw)
2018-08-30 20:15:32 +02:00
Robbbert
b9d16de490
(nw) wy75: fixed mistake
2018-08-31 00:03:19 +10:00
Robbbert
cddd3ff6c4
(nw) icebox: intrq does not make interrupts
2018-08-30 19:21:17 +10:00
Robbbert
6b79607dba
New NOT WORKING machine
...
- Wyse WY-75
2018-08-30 16:23:48 +10:00
cracyc
26e398ac87
plugins/cheatfind: aligned search option (nw)
2018-08-29 20:57:27 -05:00
Ivan Vangelista
25035d3ac0
new working clone
...
-----------------------------
Meteorite (Proel bootleg of Asteroids) [MikeMcBike]
2018-08-29 21:52:38 +02:00
Vas Crabb
b8ab81795d
Merge branch 'master' of https://github.com/mamedev/mame
2018-08-30 04:39:37 +10:00
Vas Crabb
6cdb89bf44
Merge tag 'mame0201'
...
MAME 0.201
Conflicts:
src/emu/render.h
src/mame/drivers/mastboyo.cpp
src/mame/drivers/opwolf.cpp
src/osd/modules/render/drawbgfx.h
2018-08-30 04:03:59 +10:00
mooglyguy
b69e80c9f4
i8251: Removed MCFG, nw
2018-08-29 19:07:51 +02:00
mooglyguy
8ac98fea56
i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw
2018-08-29 19:07:51 +02:00
Ivan Vangelista
5d0aef3b01
z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw)
2018-08-29 18:37:42 +02:00
Ivan Vangelista
d54a1a377b
new working clone
...
----------------------------
TouchDown Fever 2 (bootleg) [ClawGrip, Roberto Fresca, Recreativas.org, Dumping Union]
2018-08-29 18:19:34 +02:00