Commit Graph

61199 Commits

Author SHA1 Message Date
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
Ivan Vangelista
cd7f2e513d tumbleb.cpp: better documentation for tumbleb2 set. [Tomas Garcia-Meras (ClawGrip), Roberto Fresca, Recreativas.org, The Dumping Union] 2018-08-29 18:18:26 +02:00
smf-
444861f487 fixed typo (nw) 2018-08-29 15:33:55 +01:00
hap
74ca288803 taito_zm: remove leftovers (nw) 2018-08-29 15:00:25 +02:00
f205v
242069fca2
Update documentation for konamim2.cpp
corrected a few package information, verified on real PCB.
2018-08-29 14:55:43 +02:00
Vas Crabb
133c94b133 please people, don't leave printf around - we have logerror and the LOG stuff from logmacro.h (nw) 2018-08-29 22:43:09 +10:00
f205v
558becb43f
Update documentation on konamigx.cpp
Versus Net Soccer - verified on real PCB
- added Konami custom number for Xilinx FPGA protection chip
- corrected package type for a number of Konami customs
2018-08-29 14:19:31 +02:00
arbee
9c0b75ca58 apple3: fix 1 MHz mode (nw) 2018-08-29 07:37:57 -04:00
hap
4e370c8a76 system1: mark wbdeluxe as hack (nw) 2018-08-29 13:27:34 +02:00
smf-
94f0181e59 enable edit and continue in visual studio debug builds (nw) 2018-08-29 10:21:36 +01:00
smf-
c10977e7d5 default to 64 bit microsoft compiler (nw) 2018-08-29 10:21:35 +01:00
sjy96525
e84e0fa076 Correct Dirt Dash revision (#3894) 2018-08-29 09:33:39 +02:00