| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
* Under cirtum circumstances the splitter would create "ghost" solvers
consisting of terminals already used in another and complete
solver. This may impact all netlist which use opamps and thus
is committed early in the cycle.
* This commit adds functionality to instruct the splitter code to
include terminals which will not create matrix elements into
the parsing of net groups for solvers.
|
|
|
|
| |
* Also includes a small optimization for FP signal code.
|
| |
|
|
|
|
| |
-sound/discrete.cpp: Use C++ std::vector and range-based for.
|
| |
|
|\
| |
| |
| | |
MAME 0.225
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fix the arcade build (MASH)
(cherry picked from commit 04a21129e8f3d5650809b48d368a473e263f09e0)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
title itself)
|
|\ \
| | |
| | | |
machines promoted to WORKING (plug play)
|
|/ /
| |
| |
| |
| | |
-----
Konami Collector's Series Arcade Advanced [David Haywood]
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
sometimes in color and sometimes in monochrome mode, now that the framework doesn't initialize everything by default
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
machines promoted to WORKING
----
TV MegaMax active power game system 30-in-1 (MegaMax GPD001SDG) [David Haywood]
* added files for the VT APU type, currently no extra functionality, but will be built upon
|
| | |
|
| |
| |
| |
| | |
working [Rob Justice]
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
New working clones
------------------
VF (bootleg of Hang-On) [Recreativas.org, Roberto Fresca]
|
| |
| |
| | |
Fix the arcade build (MASH)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Devices like BJTs and FETs which are defined but not used will now
cause an error.
* An unused device will create an additional solver with a singular
matrix.
- This is adding unnecessary performance overhead.
- It complicates debugging because the unused device will cause an
arithmetic signal if used with --fperr (nltool).
* Fixed all validation errors.
|
| |
| |
| |
| | |
* No longer added value.
|
| |
| |
| |
| |
| | |
* Fix a connection error.
* Fixed order of PARAM overwrite.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
-----------------------------------
videopac: Killer Bees! (US, prototype, set 1), Killer Bees! (US, prototype, set 2), Killer Bees! (US, plus, prototype), Des Chiffres et des Lettres (France), Freedom Fighters! (US, plus, prototype), Linguaduc (Europe, prototype), The Adventures of Sherlock Holmes (US, prototype), Sound Tool (Europe), Terminal Program (US, prototype), Attack of the Timelord! (US, plus, prototype) [René van den Enden (Rene_G7400)]
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Control panel type can be selected in service mode. This allows playing
with joystick/button inputs, and also allows the completely unused
second and third button inputs to be tested in service mode. It's still
possible to navigate service mode and correct the control panel setting
if the wrong type is selected.
|
| | |
|
| |
| |
| |
| | |
chip detection.
|
| | |
|
| |
| |
| |
| |
| | |
---
ETH Ceres-1 [Bitsavers]
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
drivers for now.
This substantially reduces the overhead of running -validate, -romident,
etc. and brings us a little closer to not needing to disable lifetime
dead store elimination optimisations. There are likely to be some
issues that weren't fixed while this was still on a branch, so everyone
be alert.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
--------------------
Gondomania (World) [Brian Troha, TeamEurope, The Dumping Union, Dirk Best]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
stream_sample_t removed. (#7297)
* a2mcms/coco_ssc/gus/cassette/floppy/8364_paula/laserdsc/s2636/spg2xx_audio/arcadia/channelf/cmi01a/cps3/dai_snd: Update to new stream callbacks
* dsbz80/elan_eu3a05/exidy/exidy440/flower/geebee/gomoku/gridlee: Update to new stream callbacks
* hyprolyb/lynx/micro3d/phoenix/pleiads/polepos: Update to new sound stream callback
* redbaron/segag80r/segausb/seibu/snk6502/socrates/special/svis_snd: Update to new stream callbacks.
* tiamc1/turrett/tvc/tx1/vboy/vc4000: Update to new stream callbacks
* warpwarp/wiping/wswan/xavix/esq1/istrebiteli/milton6805/pv1000/mega32x/gic: Update to new stream callback
* sound: Remove legacy stream support and stream_sample_t
* * gomoku/wiping: Remove silly mixer tables in favor of math
* micro3d: Remove tiny vectors in favor of fixed arrays
* phoenix: Went back to std::unique_ptr array for LFSR
* wiping: Fixed the scale factor.
|