Patrick Mackinlay
963a2c166d
z80scc: clear IUS not IP (nw)
2020-05-08 14:26:19 +07:00
couriersud
e235420392
netlist: bug fixes and maintenace. (nw)
...
- nlwav: remove m_channels completely
- nltool: add more comments to static_solvers.cpp
- clang make: add -Wunused-private-field
Also updated static_solvers.cpp.
2020-05-08 08:56:50 +02:00
couriersud
c37c2b7e21
netlist: reduce usage of NETLIB_CONSTRUCTOR_DERIVED. (nw)
...
Reduce the usage of NETLIB_CONSTRUCTOR_DERIVED to implement
dip package objects. This aligns the programmatic approach
with the approach used in the macro folder, i.e. using netlists.
Untangle model definition and interpretation as well.
This changes are a first step in aligning models and families and thus
simplify the source further.
2020-05-08 08:45:08 +02:00
couriersud
970ca550f2
netlist: fix dependency building for nvcc build. (nw)
2020-05-08 08:45:07 +02:00
couriersud
3a4e3f2f3e
netlist: move nld_power_pins to nl_base.h (nw)
...
This removes a large number of dependencies on nlid_system.h.
2020-05-08 08:45:07 +02:00
Patrick Mackinlay
2b920981e2
ncr5380: minor fixes (nw)
...
* phase match isn't latched
* corrected eop handling
2020-05-08 12:15:48 +07:00
cracyc
a714c4fdbf
qx10: new charrom dump (nw)
2020-05-07 22:07:03 -05:00
cracyc
16dfebcf8c
pic8259: z80/8085 slave pics need 32 bit vectors (nw)
2020-05-07 20:34:14 -05:00
ajrhacker
004fd2c8df
Merge pull request #6662 from clawgrip/patch-39
...
sgi_mips.xml: Typo (nw)
2020-05-07 18:49:34 -04:00
ajrhacker
2c9fd8192a
Merge pull request #6663 from quasiscroto/softl_fixes
...
nes.xml, famicom_flop.xml, msx1_cart.xml: minor metadata fixes
2020-05-07 18:49:17 -04:00
ClawGrip
f894fa2eb0
sgi_mips.xml: Typo (nw)
...
(nw) Sorry, my fault
2020-05-07 23:57:20 +02:00
quasiscroto
e973aaae1f
nes.xml, famicom_flop.xml, msx1_car.xml: minor metadata fixes
2020-05-07 14:56:58 -07:00
AJR
2c873efb4d
New machines marked as NOT_WORKING
...
----------------------------------
ERGO 201 Kurzweil [Bitsavers]
2020-05-07 17:35:32 -04:00
ajrhacker
28b50b7c6e
Merge pull request #6661 from kkaempf/fix-hfe-disk-write
...
fix HFE disk write
2020-05-07 17:32:59 -04:00
hap
1543de74fe
phantom: missed one (nw)
2020-05-07 22:34:47 +02:00
Klaus Kämpf
89c84a4944
fix HFE disk write
...
this fixes https://mametesters.org/view.php?id=7526
2020-05-07 22:29:56 +02:00
cam900
cc4a4c656f
c140.cpp updates [cam900, superctr]
...
* Update data bus behavior and support 12 bit PCM, Verified from assault(namcos2) schematics
* Add/Update notes, Use shorter/correct type values, Fix address/data bus bits, modernize save states, Fix spacing, Reduce unnecessary lines, duplicates, Move little endian interface in c140.h
* Move bankswitch behaviors in each drivers, Reduce noisy sound regression in previous commit
remain in vgmplay for compatiblity
* Implement some features from QuattroPlay
* Split sound stream update and host interface
2020-05-07 16:16:18 -04:00
Olivier Galibert
140ba5147d
sf: Add the i8751 dump, remove the protection HLE [O. Galibert, FabC]
2020-05-07 17:24:02 +02:00
AJR
ff07f986fa
Fix clang nltool build [-Werror,-Wunused-private-field] (nw)
2020-05-07 11:14:07 -04:00
hap
c570c55e2a
chess* misc cleanup (nw)
2020-05-07 17:02:37 +02:00
AJR
838d82d5db
Fix focus command (nw)
2020-05-07 10:54:29 -04:00
Robbbert
93dacdc926
(nw) super80: no error, but variable doesn't always exist there.
2020-05-07 13:14:40 +10:00
Robbbert
6b134fd07c
(nw) super80 : save state support
2020-05-07 12:07:44 +10:00
arbee
d1b8bf0709
mac128: cleanup and removal of keyboard HLE (nw)
2020-05-06 22:02:23 -04:00
R. Belmont
bd96865c5a
Merge pull request #6658 from clawgrip/patch-38
...
sgi_mips.xml: Fix spacing (nw)
2020-05-06 21:23:11 -04:00
ClawGrip
802d4a1dc0
sgi_mips.xml: Fix spacing (nw)
2020-05-06 23:12:49 +02:00
couriersud
53ac38cf35
netlist: add elif processing to preprocessor. [Couriersud]
2020-05-06 22:43:32 +02:00
R. Belmont
2dbdd730b1
Merge pull request #6657 from mamedev/revert-6638-c140_bus
...
Revert "c140.cpp: Update data bus behavior and support 12 bit PCM, Verified from assault(namcos2) schematics"
2020-05-06 15:51:37 -04:00
R. Belmont
4ae2e0f487
Revert "c140.cpp updates [cam900, superctr]"
...
This reverts commit 5852df5086
.
2020-05-06 15:51:18 -04:00
David Haywood
06ec9d15ea
Replaced Vsmile Motion BIOS with a correct dump [Sean Riddle, TeamEurope]
2020-05-06 14:36:00 -04:00
cam900
5852df5086
c140.cpp updates [cam900, superctr]
...
* Update data bus behavior and support 12 bit PCM, Verified from assault(namcos2) schematics
Add/Update notes, Use shorter/correct type values, Fix address/data bus bits, Mordernize save states, Fix spacing, Reduce unnecessary lines, duplicates, Move little endian interface in c140.h
namcos2.cpp, namcos21*.cpp: Fix c140 ROM loading, mirrored maps
* Move bankswitch behaviors in each drivers, Reduce noisy sound regression in previous commit
remain in vgmplay for compatiblity
* Split C219 subclass
* Implement some features from QuattroPlay. Add notes, Split sound stream update and host interface
2020-05-06 13:30:16 -04:00
Robbbert
aea4c43f73
New working software items
...
--------------
super80_flop.xml
CP/M boot disk
DOS disk
DOS disk with games
2020-05-07 02:38:30 +10:00
Robbbert
b98ae8d560
(nw) fixed the build.
2020-05-07 02:25:57 +10:00
Scott Stone
71dd03a730
sgi_mips.xml: Fixed -validate error regarding duplicate description in use (nw)
2020-05-06 12:17:31 -04:00
Scott Stone
882a0fead6
cgenie_cass.xml: Fixed incorrect SHA1 hash for polepos (nw)
2020-05-06 11:53:19 -04:00
Frank Palazzolo
70a785d0e4
New working machines
...
* Grant Searle's Simple Z80
* Grant Searle's Simple CP/M
* Grant Searle's Simple 6502
* Grant Searle's Simple 6809
2020-05-06 11:31:38 -04:00
Frank Palazzolo
8ff84bc0c9
Fix for UI Paste with the Default Serial Terminal ( #6648 )
...
* This fixes the ability for one to use UI Paste with the Default Serial Terminal. Without this fix, 8 characters @^&()\:" cannot be pasted from the UI.
2020-05-06 11:28:42 -04:00
R. Belmont
c7251935a7
Merge pull request #6647 from neSneSgB/patch-1
...
raiden2.cpp: add U0342 PAL to ROM definitions
2020-05-06 11:27:10 -04:00
R. Belmont
07b5f5bdb4
Merge pull request #6652 from davide125/sgi7
...
sgi_mips: new software list additions
2020-05-06 11:25:11 -04:00
R. Belmont
1d51122e38
Merge pull request #6650 from RyogaMasaki/i960_iac_messages
...
Add partial support for all IAC messages
2020-05-06 11:24:02 -04:00
Davide Cavalca
ab4c16d5f2
sgi_mips: new software list additions
2020-05-06 07:54:03 -07:00
ClawGrip
aa42c58961
New NOT_WORKING software list additions ( #6649 )
...
* New NOT_WORKING software list additions
---------------------------------------
IRIX 6.5.5 [ClawGrip, Rampa]
IRIX 6.5.7 [ClawGrip, Rampa]
IRIX 6.5.9 [ClawGrip, Rampa]
* New NOT_WORKING software list additions
---------------------------------------
SupportFolio 6/96 [ClawGrip, Rampa]
Support Advantage 12/95 [ClawGrip, Rampa]
Support Advantage 9/95 [ClawGrip, Rampa]
(nw) Also added a partial dump (missing one CD) of IRIX 6.5.13
2020-05-06 10:48:21 -04:00
ajrhacker
841bf245dc
Merge pull request #6651 from tlindner/6309-fix-the-fix
...
6309: removed wrong BRA
2020-05-06 09:31:05 -04:00
tim lindner
b74a561799
nw: 6309 fix my fix
2020-05-06 06:26:24 -07:00
Patrick Mackinlay
dd6c637c0d
m68kfpu: add fmod instruction (nw)
2020-05-06 20:09:29 +07:00
Robbbert
ebd6028b7c
(nw) nes.xml : guardlgn and clones never worked, so marked as unsupported.
2020-05-06 22:04:37 +10:00
Damian Rogers
c468f15762
Add partial support for all IAC messages
2020-05-06 20:56:40 +09:00
Olivier Galibert
2cf1249fa5
Thanks clang (nw)
2020-05-06 13:56:21 +02:00
hap
1ab433bb99
delta1: 1 variable was missing for savestate (nw)
2020-05-06 13:49:20 +02:00
Olivier Galibert
1921d81e64
attotime: Add to_string() to get a human-readable version of the time [O. Galibert]
...
6522via: Correct vocabulary, raise cb2 on shift in to make open-collector work correctly [O. Galibert]
mackbd: Fix/partially rewrite [O. Galibert]
mac128: Make emulated keyboard work [O. Galibert]
2020-05-06 13:26:17 +02:00