Commit Graph

63898 Commits

Author SHA1 Message Date
couriersud
1513c777b4 netlist: Refactoring continues ... plus some innovations (nw)
Still some work ahead to separate interface from execution. This is a
preparation to switch to another sparse matrix format easily which may
be better suited for parallel processing.

On the linear algebra side there are some nice additions:

- Two additional sort modes: One tries to obtain a upper left identity
matrix, the other prefers a diagonal band matrix structure. Both deliver
slightly better performance than just sorting.
- Parallel execution analysis for Gaussian elimination and LU solve.
This determines which operations may be done independently.

All of this is not really useful right now. The matrix sizes are below
100 nets. I estimate that we at least need four times more so that CPU
parallel processing overhead pays off. For GPU, add another order. But
it's nice to have code which may scale.
2019-01-31 01:03:35 +01:00
Ivan Vangelista
3d09dec7b8 devices\bus: removed a few unused MCFG macros (nw) 2019-01-30 23:46:16 +01:00
Ivan Vangelista
b166ec2cff emu\softlist_dev: removed MCFG macros (nw)
also removed MCFG_DEVICE_REMOVE, MCFG_QUANTUM_TIME and MCFG_QUANTUM_PERFECT_CPU (nw)
2019-01-30 17:51:36 +01:00
hap
7fd14ecc7d fidel*: speaker symbol wasnt visible on win7 (nw) 2019-01-30 17:09:47 +01:00
hap
fa06ead72c New clones marked as NOT_WORKING
--------------------------------
Advanced Bridge Challenger [hap]
2019-01-30 09:56:48 +01:00
hap
3f7e4ed97c fidelz80: typo (nw) 2019-01-30 07:16:24 +01:00
Vas Crabb
bfbf551c5c Merge tag 'mame0206'
MAME 0.206
2019-01-30 16:14:50 +11:00
hap
0ef10d7461 fidelz80: improve bridge challenger internal artwork (nw) 2019-01-30 06:08:07 +01:00
AJR
396d297ec5 laz_aftrshok.cpp: Correct machine flag (nw) 2019-01-29 23:05:49 -05:00
AJR
4f2f37555c aftershok: Add some basic stuff (nw) 2019-01-29 22:58:12 -05:00
David Haywood
cb03be2109 jak_capb signs of life (nw) (#4569)
* spg110 data segment (nw)

* dummy (nw)

* (nw)

* notes on possible register use (nw)

* jak_capb signs of life (nw)

* better tile addressing (nw)

* (nw)

* (nw)

* yeah palette format is another strange one, not quite right, code borrowed from another driver (nw)

* some scroll (nw)

* (nw)

* seems to be step (nw)

* be more scrolly (nw)
2019-01-29 20:26:55 -05:00
Ivan Vangelista
7f4dc2f670 src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the tree (nw) 2019-01-29 20:35:11 +01:00
yz70s
01b5c3fb12 i386: add comments about athlon memory type range register MSRs (nw) 2019-01-29 20:04:55 +01:00
Ivan Vangelista
8f77e560bb nscsi_bus: removed MCFG macros (nw) 2019-01-29 20:02:14 +01:00
Ivan Vangelista
3b84dbc66e nscsi_cb: removed MCFG macros. This device is unused (nw) 2019-01-29 19:36:22 +01:00
Vas Crabb
cf02fe333a version bump (nw) 2019-01-30 04:07:32 +11:00
Ivan Vangelista
ca1b0f3d41 output_latch: removed MCFG macros (nw) 2019-01-29 18:03:29 +01:00
AJR
08bb5cacb0 spaceg.cpp: Eliminate unnecessary dependency on mw8080bw driver (nw) 2019-01-29 11:30:49 -05:00
Nigel Barnes
2ca871a18a nascom1: Fixed snapshot loading regression on 32bit builds (nw) 2019-01-30 03:12:00 +11:00
cracyc
c9afcdbda5 tandy2k: fix keyboard (nw) 2019-01-29 09:16:35 -06:00
MooglyGuy
de7d35e2fd -spg2xx: Return max ADC value if not hooked up, nw 2019-01-30 02:00:36 +11:00
MooglyGuy
28d21b889d -spg2xx: Return max ADC value if not hooked up, nw 2019-01-29 15:56:01 +01:00
hap
a3498a81b7 fidelz80: found dsc middle leds (nw) 2019-01-29 01:59:29 +01:00
mooglyguy
e1cbd856f1 New working software list additions
-----------------------------------
jakks_gamekey_sw:
  Turret Defense & Yoda's Escape [Sean Riddle, Peter Wilhelmsen]
2019-01-28 22:48:01 +01:00
Robbbert
a6eef7565d (nw) d6800 : marked as MNW (see added notes in source). 2019-01-29 08:30:14 +11:00
Nigel Barnes
dff9d50d6d nascom1: Fixed snapshot loading regression on 32bit builds (nw) 2019-01-28 19:39:23 +00:00
MetalliC
d67e9d7750 triforce.cpp: documentation update, correct game years, uniform game descriptions [f205v] 2019-01-28 20:10:35 +02:00
hap
22b65045fa mephisto: fix mm2 display regression (nw) 2019-01-28 18:30:14 +01:00
Ivan Vangelista
63be2bda70 freekick.cpp: documented ROM locations for gigasb [Kevin Eshbach, The Dumping Union] 2019-01-28 18:26:59 +01:00
hap
f240ceb79a fidelz80: small cleanup (nw) 2019-01-28 18:20:54 +01:00
mooglyguy
7988aa1100 New working machines
--------------------
Star Wars - Revenge of the Sith (JAKKS Pacific TV Game, Game-Key Ready) [Sean Riddle, Peter Wilhelmsen]

-vii: Mapped jak_sith controls. [Ryan Holtz]

-spg2xx: Added polled ADC mode, and 2-channel ADC support. [Ryan Holtz]
2019-01-29 04:12:16 +11:00
mooglyguy
cbcef6af48 New working machines
--------------------
Star Wars - Revenge of the Sith (JAKKS Pacific TV Game, Game-Key Ready) [Sean Riddle, Peter Wilhelmsen]

-vii: Mapped jak_sith controls. [Ryan Holtz]

-spg2xx: Added polled ADC mode, and 2-channel ADC support. [Ryan Holtz]
2019-01-28 18:08:53 +01:00
Ivan Vangelista
c2da3565d5 imagedev\floppy: removed MCFG macros (nw) 2019-01-28 18:07:26 +01:00
Olivier Galibert
7e53d69069 Add svg->pdf conversion support 2019-01-28 11:09:20 +01:00
Vas Crabb
9ce054c04b slight logo update (nw) 2019-01-28 17:50:38 +11:00
Firehawke
437b7a1c90 Initial implementation of new logo for docs (nw) (#4566)
* Initial implementation of new logo for docs (nw)

Behold the power of SVG!

* 100% gives the same results (nw)
2019-01-28 17:43:37 +11:00
hap
77956e7f07 New working machines
--------------------
Backgammon Challenger [hap, balrog, Lord Nightmare]
2019-01-28 04:01:25 +01:00
hap
3012343afa mephisto: fix mm2 display regression (nw) 2019-01-28 02:05:08 +01:00
Vas Crabb
d70681e1b3 turn off SPG200 logging for release (nw) 2019-01-28 10:48:24 +11:00
MooglyGuy
dda8bad8aa -spg2xx: More correct PRNG emulation, nw 2019-01-28 10:47:05 +11:00
MooglyGuy
62ba8c558c spg2xx: Correct PRNG emulation. [Ryan Holtz] 2019-01-28 10:47:05 +11:00
AJR
e956008352 mw8080bw.cpp, 8080bw.cpp: Interrupt modernization (nw)
spacecom: Re-guess CPU and video clocks
2019-01-27 18:19:36 -05:00
braintro
4c98db93d3 add new Raiden Fighters 2 clone here - helps to hit "save" (nw) 2019-01-27 16:07:53 -06:00
braintro
bfe954c755 New working clone
New working clones
------------------
Raiden Fighters 2 - Operation Hell Dive (Japan set 4) [Sugoi Helsinki]
2019-01-27 16:03:54 -06:00
MooglyGuy
c22e26c5cb -spg2xx: More correct PRNG emulation, nw 2019-01-27 21:54:17 +01:00
MooglyGuy
52873963e5 spg2xx: Correct PRNG emulation. [Ryan Holtz] 2019-01-27 21:34:29 +01:00
Vas Crabb
995ba92e83 update docs (nw) 2019-01-28 03:59:45 +11:00
Ivan Vangelista
2f199abe23 toaplan1.cpp: updated title and romset name for recently added samesamech set (nw) 2019-01-27 08:35:40 +01:00
braintro
07c0b095f2 segas16a.cpp: Use Proper spelling (nw)
also remove spurious semi-colon from seta.cpp
2019-01-27 01:19:04 -06:00
braintro
7398e8a1ec seta.cpp: Added redump of ROM 5 to Mobile Suit Gundam (bootleg) - Fixes graphics issues. [Ed C., The Dumping Union]
out of whatsnew:

redump provided on 1/22/2019 matched the expected values as shown by the hand crafted example.
2019-01-27 01:02:37 -06:00