New working software list additions
--------------------------------------------
007 - Die Welt Ist Nicht Genug (Germany) [Redump]
007 - El Mundo Nunca es Suficiente (Spain) [Redump]
007 - Le Monde ne Suffit Pas (France) [Redump]
007 - Tomorrow Never Dies (Europe) [Redump]
007 - Demain ne Meurt Jamais (France) [Redump]
007 - Der Morgen Stirbt Nie (Germany) [Redump]
007 - The World Is Not Enough (Europe) [Redump]
007 - The World Is Not Enough (Sweden) [Redump]
007 - The World Is Not Enough (USA, prototype) [Redump]
Redumped software list itens
--------------------------------------------
007 - Tomorrow Never Dies (Japan) [Redump]
007 - Tomorrow Never Dies (USA) [Redump]
007 - The World Is Not Enough (USA) [Redump]
* cpu/upd177x/upd177x.cpp: Add NEC uPD177x cpu core.
* scv.xml: Promoted 1 item.
Software list items promoted to working
------------------------------------------
Star Speeder
* cpu/upd177x/upd177x.cpp: Remove a comment.
* cpu/upd177x/upd177x.cpp: Remove callback on PA.
* cpu/upd177x/upd177x.cpp: Update comment about setting m_pc to 1 during reset.
* Add a different workaround for the sync issue between the 2 cpus in scv.
* cpu/upd1771x/updf177x.cpp: Use little endian.
* cpu/upd177x/upd177x.cpp: Include device tag in fatalerror messages.
* epoch/scv.cpp: Update upd1771c rom region sizes.
* nec/apc.cpp: Switch to upd177x_cpu_device.
* epoch/scv.cpp: Add location to upd1771c rom name.
* cpu/upd177x/upd177x.h: Remove 'overrides' comments.
All but two of the Sonic CD entries on redump.org are represented
here. The two left out are part of compilations and do not belong as
standalone releases.
This game doesn’t really run well on ct486, but should be fine on
pcipc.
New working software list items (ibm5170_cdrom.xml)
---------------------------------------------------
Sonic CD (USA) [redump.org]
Sonic CD (USA, 1997 release) [redump.org]
Sonic CD (USA, 1996 release) [redump.org]
Sonic CD (USA, Pentium Processor Edition) [redump.org]
Sonic CD (USA, Pentium Processor Edition alt) [redump.org]
Sonic CD (USA, Packard Bell) [redump.org]
Sonic CD (Europe) [redump.org]
Sonic CD (China) [redump.org]
- Set initial I2C data line state to high so systems with no I2C devices don't hang the 6805
- Use the correct Cuda 2.38 for mactv
- Hook up power key properly so System 7.1 and 7.5 don't give spurious power down warnings when pressing modifier keys
- Hook up Cuda NMI generation so Command-Power drops into MiniBug
apple/maclc3.cpp: Set LC520/LC550 harddisk to SCSI ID 0 as the restore CD for those systems hard-codes the ID [R. Belmont]
Systems promoted to working
---------------------------
Stack Challenge [hap]
New working systems
-------------------
Digital Monster (Japan) [hap, azya]
Digital Monster Ver. 2 (Japan) [hap, azya]
Digital Monster Ver. 3 (Japan) [hap, azya]
This reverts commit ff6d52d56a.
Neither of the changes make sense. The addition to
ncr5385_device::update_int is redundant is the bits are cleared just
above the if statement. The addition to ncr5385_device::aux_status_r is
unnecessary as the bits are only set when an interrupt is asserted (if
they're set when it isn't, there's a logic bug elsewhere).