Ted Green
2aee3b5612
vegas: Fix DIP settings for gauntleg. (nw)
2018-09-02 15:08:18 -06:00
Ted Green
0136cba5b5
voodoo_pci: Change readback value of PCI config 0x40 based on voodoo card type. Fixes MT06874.
2018-09-02 14:16:49 -06:00
AJR
95dc6bbe18
frogg: Fix regression (nw)
2018-09-02 11:09:45 -04:00
yz70s
d951e42486
pcipc.cpp: correct little error in .201 (nw)
2018-09-02 14:43:24 +02:00
braintro
fdfc29dc80
new clone added - Simpsons 4P (Asia)
...
New Clone Added
-----------------------------------
The Simpsons (4 Players Asia) [Leonard S. Oliveira]
2018-09-02 00:16:29 -05:00
braintro
60531f8a75
new clone added - Midnight Run (Japan)
...
New Clone Added
----------------------------------------------
Midnight Run: Road Fighters 2 (JAD, Japan v1.10) [ShouTime, The Dumping Union]
2018-09-01 23:47:01 -05:00
Roberto Fresca
30efff8c13
Lucky Ball 96: Changes to the memory map and banking
...
after an exhaustive hardware analysis. [Grull Osgo]
2018-09-02 02:14:29 +02:00
Roberto Fresca
40ff8a384e
New working clones
...
------------------
Pac-Man (Video Dens, Spanish bootleg on Galaxian hardware)
[Tomas Garcia-Meras (ClawGrip), Roberto Fresca, Recreativas.org,
The Dumping Union]
2018-09-02 01:55:01 +02:00
Ted Green
2ef5e202c0
Revert "MIPS3: Fixup LL/SC opcode operation. (nw)"
...
This reverts commit 326b1f7465
.
2018-09-01 16:22:27 -06:00
Ted Green
326b1f7465
MIPS3: Fixup LL/SC opcode operation. (nw)
2018-09-01 15:44:54 -06:00
kunikuni
7d78631873
pacland: sprites bugfix ( #3935 )
...
* pacland: sprites bugfix
Fixed the difference with real hardware:
- fixed: incomplete priority of sprites on fg
- fixed: sprites could not be displayed at the bottom of the screen
* Update pacland.cpp
2018-09-01 20:07:25 +02:00
Roberto Fresca
1473e0d256
Update sigmab52.cpp
...
Just cleanup a bit...
2018-09-01 18:13:33 +02:00
R. Belmont
1f996c962e
Merge pull request #3937 from cam900/patch-51
...
raiden2.cpp : Fix zeroteam OKI clock
2018-09-01 08:46:31 -04:00
R. Belmont
fd6ca4f9e7
Merge pull request #3938 from cam900/patch-52
...
r2dx_v33.cpp : Fix nzerotea/zerotm2k OKI clock
2018-09-01 08:46:09 -04:00
cam900
cd7ea3c513
r2dx_v33.cpp : Fix nzerotea/zerotm2k OKI clock
2018-09-01 21:28:50 +09:00
cam900
da5189b38b
raiden2.cpp : Fix zeroteam OKI clock
2018-09-01 21:27:28 +09:00
Vas Crabb
009e2243fb
null this pointer, bad format string (nw)
2018-09-01 18:43:54 +10:00
smf-
42d424bf91
mcr68: mapped 6840 to lower data bits on all mcr68 games, which matches the blasted schematics. I used cswidth as different games write at odd or even addresses, even though the boards look visually similar. Byte writes will work in either case as the 68000 puts the same data on the upper and lower part of the bus. Reads are a mix of odd and even addresses, International team laser and spy hunter 2 exclusively read at even addresses. It's unclear whether this is a bug in those games or not. [smf]
2018-09-01 09:40:57 +01:00
Vas Crabb
8aee042443
don't abuse object finders for things that can't be found at object resolution time (nw)
2018-09-01 18:23:36 +10:00
Vas Crabb
0a7bff1417
Details, details (nw)
...
* It's generally not a great idea to do integer ops on bool - it implicitly casts to/from int and may perform poorly
* Get rid of required ram_device in atari 8-bit common state - it isn't required/used by bartop52
* Get rid of bogus RAM device in bartop52
* Restore some authors' stylistic choices
* Make some stuff more consistent
2018-09-01 17:58:02 +10:00
cam900
24790c95ce
artmagic.cpp : Reduce runtime tag lookups, Cleanup naming etc...
2018-09-01 16:53:24 +10:00
cam900
6e50dd8831
lethalj.cpp : Reduce runtime tag lookups, Fix naming
2018-09-01 16:51:27 +10:00
AJR
0efc0f2dc3
m79152pc: Issue a beep (nw)
2018-08-31 23:17:59 -04:00
Robbbert
cdc0fb684f
(nw) rc702 : fixed bug that had always been there, now causing crash at start.
2018-09-01 13:01:47 +10:00
AJR
fec116b853
mm79152pc: Add baud rate generation and MCU communication latch (nw)
2018-08-31 22:42:09 -04:00
AJR
31d331900c
m79152pc: Add more devices and interrupts; keyboard input sort of works now (nw)
2018-08-31 20:18:33 -04:00
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