Commit Graph

74209 Commits

Author SHA1 Message Date
Ryan Holtz
4ff68576b7 -m6809: Still perform an IRQ acknowledge cycle on software interrupts. Fixes Fairlight CMI IIx memory-map diagnostics. [Ryan Holtz] 2020-07-05 16:55:12 +02:00
Robbbert
7c730c7be3 ondra: removed bank2 since it is just fixed ram 2020-07-06 00:07:40 +10:00
couriersud
e339a280f4 netlist: remove soft reset support.
* Electronic circuits and base components like resistors or capacitors
do not have a reset line. You can use them to create reset circuits.
There is thus no point to support soft reset, the equivalent to pressing
the reset button.
* Fixed some bugs around reset and start up logic.
* This also fixes the "scramble F3" crash.
2020-07-05 15:49:59 +02:00
couriersud
9e86f5e866 netlist: Add basic unit testing support.
* Add google test syntax compatible unit testing support. This is a very
limited subset of the google test framework and not intended ever to be
a replacement. Adding a dependency to google test for the functionality
required was considered to be an overkill.
* nltool -c tests runs unit tests if linked in. This is *not* the case
for the version of nltool compiled with TOOLS=1.
* Added unit tests for plib::pfunction.
2020-07-05 11:48:07 +02:00
Ivan Vangelista
ad6505ba63 New clones marked as NOT_WORKING
--------------------------------
Last Action Hero (1.04 France) [PinMAME]

Added correct ROMs for pentacup2 [PinMAME]
2020-07-05 08:41:20 +02:00
Ivan Vangelista
2901f896eb bus/qbus/qbus.cpp: fixed missing initialization that was causing crashes in devnoclear debug builds 2020-07-05 08:18:44 +02:00
Davide Cavalca
4f7c52ac1e
sgi_mips_hdd: new software list additions (#6903) 2020-07-04 23:11:53 -04:00
MASH
a647659aa8
Fixed arcade build (#6910)
* Fixed arcade build

Added special_gambl.cpp to arcade.flt

* Fixed arcade build

Added audio\special.cpp/h to arcade.lua
2020-07-05 11:13:27 +10:00
Ivan Vangelista
9cd4f31d8f devices/machine/8042kbdc, mame/machine/s32comm: initialize variables which caused problems in debug devnoclear builds 2020-07-04 22:34:57 +02:00
Ivan Vangelista
f16e2ef835 microdar.cpp: fixed validation error 2020-07-04 21:00:12 +02:00
ClawGrip
e4b7bb8c88
New machines marked as NOT_WORKING (#6892)
* New machines marked as NOT_WORKING

----------------------------------
Far West [Victor Fernandez (City Game), ClawGrip]

* Add 'cfarwest' (nw)
2020-07-04 20:43:35 +02:00
ClawGrip
dc3dbe0457
vsmilem_cart.xml: Add some serials, update notes, and rename a set to follow naming convention (nw) (#6900) 2020-07-04 20:42:43 +02:00
ClawGrip
22bca00cef
New NOT_WORKING software list additions (mobigo_cart.xml) (#6902)
---------------------------------------
Dreamworks Shrek - Forever After (US) [TeamEurope]
Disney Princess (USA, alt) [TeamEurope]
Sesame Street - Elmo and Abby - Nature Explorers (USA) [TeamEurope]
Disney/Pixar Brave (USA) [TeamEurope]
Disney Jake and the Neverland Pirates (USA, alt) [TeamEurope]

* Also Fixed 'tbell' hash and sorted the list (nw)
2020-07-04 20:42:13 +02:00
Robbbert
7147a9a63d ondra: cleanup, added sound. 2020-07-05 04:21:07 +10:00
Ivan Vangelista
a80557b412 devices/bus/hp_hil/hlemouse, devices/machine/arm_iomd, mame/machine/mct_adr: initialize some variables that were causing problems in debug devnoclear builds 2020-07-04 19:22:34 +02:00
cam900
9eb34bea94
rf5c400.cpp: Minor revert PR #6887 (#6889) 2020-07-04 17:54:19 +02:00
AJR
c1b7b2f097 cowrace: Fix MT 07690 2020-07-04 10:04:08 -04:00
ajrhacker
eac8b82dab
Merge pull request #6908 from 68bit/mdos-dsk-cell-size
mdos dsk: fix the cells size and gaps, make clear its Motorola MDOS
2020-07-04 09:38:26 -04:00
AJR
c1bef3b1d2 eprom: Fix MT 07691 2020-07-04 09:26:03 -04:00
MetalliC
b1e205081c naomi.cpp minor bios version note 2020-07-04 15:35:52 +03:00
hap
98b7a3a646 taito_l: remove old debug logging, fix fhawk rombank mask 2020-07-04 14:07:38 +02:00
Ivan Vangelista
5469e30f3c devices/cpu/h8/h8dma, devices/machine/generalplus_gpl16250soc, devices/machine/spg110_video: initialize some variables which were causing malfunctions in debug devnoclear builds (nw) 2020-07-04 13:44:14 +02:00
68bit
e2b6f6edb0 mdos dsk: fix the cells size and gaps, make clear its Motorola MDOS 2020-07-04 21:42:16 +10:00
couriersud
207fd27e8c netlist: Fix polarity of 74LS125 tristate input. 2020-07-04 10:22:01 +02:00
couriersud
bdc1bb4778 netlist: fix pfunction if
The if postfix evaluation corrupted the stack.
2020-07-04 09:28:49 +02:00
couriersud
edab7d1a40 netlist: add progress indicator to nltool.
When running a netlist "--progress" may be used to display a progress
indicator.
2020-07-04 09:24:30 +02:00
Ivan Vangelista
19dfc7e978 devices/machine/saa1043, mame/video/k057714: fixed some initialization problems noticed in debug devnoclear builds 2020-07-04 08:11:33 +02:00
Ted Green
57c8f2ea82 Fix visual build. Change return value to same type as expected. 2020-07-03 20:11:00 -06:00
hap
3582726d00 sothello: simplify maincpu-subcpu comms, game works again 2020-07-03 22:59:24 +02:00
Ivan Vangelista
ca5b662bd9 devices/video/dp8350: initialized one variable which caused issues in debug devnoclear builds (nw) 2020-07-03 21:58:18 +02:00
Ivan Vangelista
9f4ef58eed devices/machine/6850acia.cpp, device/machine/upd4992.cpp, mame/video/jangou_blitter.cpp: fixed initializations issues that were causing problems in devnoclear debug builds (nw) 2020-07-03 21:42:08 +02:00
David Shah
edd20eaf70
Add Monkey King 3B SoC skeleton and RS-70 system (#6906)
New machines marked as NOT_WORKING
----------------------------------
RS-70 648-in-1 [David Shah]

-mk3b: Added a skeleton driver for the Monkey King 3B SoC. [David Shah]
2020-07-03 21:32:44 +02:00
couriersud
f6e9386745 netlist: add more constructors and () operator to pfunction. 2020-07-03 20:36:59 +02:00
Aaron Giles
0718a20df2 netlist: Align design VARCLOCK to AFUNC. 2020-07-03 20:36:59 +02:00
Aaron Giles
fa54fa1b65 netlist: Add a parameter to varclock. 2020-07-03 20:36:58 +02:00
Aaron Giles
0eccd6adc7 netlist: Add log() to pfunction. 2020-07-03 20:36:57 +02:00
Ivan Vangelista
b8c8b0b2fc ddragon.cpp: modified ddragon6809 machine config to actually reflect what's on the PCB 2020-07-03 20:35:12 +02:00
Ivan Vangelista
5f7e034a13 devices/machine/iwm.cpp, device/machine/ncr539x.cpp, mame/machine/abc1600mac.cpp: fixed initializations issues that were causing problems in devnoclear debug builds (nw) 2020-07-03 20:34:07 +02:00
MetalliC
d119153453 spectrum/mgt.cpp minor inhibit logic and reset fixes 2020-07-03 18:07:41 +03:00
Robbbert
1292022f03 galeb: cleanup, preliminary cassette, notes 2020-07-03 22:54:58 +10:00
MetalliC
c6fe2bed3f New working clone
-------------------
Dead Or Alive ++ (Korea) [chacal231077]
2020-07-03 13:21:39 +03:00
Ivan Vangelista
630ff9a3e4 New working clones
------------------
Space Trek (Video Game S.A., Spanish bootleg of Scramble) [Rubén Casaña (Retro Arcadia Valencia), Isaías Hernández]
2020-07-03 07:20:38 +02:00
Ivan Vangelista
38873bf2b3 cop452: fixed validation (Device cop452.cpp(COP452) short name contains invalid characters) 2020-07-02 23:02:21 +02:00
Ivan Vangelista
ccc4885c9f ddragon.cpp: updated ROM loading for ddragon6809, now matches ddragon6809a and compares better with ddragon 2020-07-02 22:59:35 +02:00
Ivan Vangelista
c2991b2a7e sothello.cpp: demoted to MACHINE_NOT_WORKING since it hasn't worked since the M6809 rewrite in 0.148u2 (see MT06033) 2020-07-02 22:57:00 +02:00
Ivan Vangelista
51e4edf8c2 big10.cpp, kas89.cpp, kurukuru.cpp, tonton.cpp: enabled save state support.
luckybal.cpp, rulechan.cpp: fixed save state support.
2020-07-02 22:55:16 +02:00
MetalliC
cd14ef8e6c spectrum/mgt.cpp make DISCiPLE/+D to work with 128K Spectrum models 2020-07-02 23:01:59 +03:00
Ted Green
677f4a9b39 voodoo: SSE use shift left by 8 instead of floating point multiply by 256 for perspective correction calculation. 2020-07-02 13:55:02 -06:00
couriersud
fb90cac2f2 netlist: Add comparison operators to pfunction.
Comparison operators evaluate either into 0.0 or 1.0. Thus they can be
used like "(a==1)*(b==2)" which will only result in 1.0 if a equal 1 and
b equal 1. From the yet to be released test code:

* PFUNCEXPECT("1==1", 1.0)
* PFUNCEXPECT("1 *0 == 2-1-1", 1.0)
* PFUNCEXPECT("0!=1", 1.0)
* PFUNCEXPECT("0<1",  1.0)
* PFUNCEXPECT("1>0",  1.0)
* PFUNCEXPECT("0<=1", 1.0)
* PFUNCEXPECT("1>=0", 1.0)
* PFUNCEXPECT("1<=1", 1.0)
* PFUNCEXPECT("1>=1", 1.0)
* PFUNCEXPECT("if(1>0, 2, 0)", 2.0)
* PFUNCEXPECT("if(0>1, 2, 3)", 3.0)
* PFUNCEXPECT("if(sin(1)>0, 2, 3)", 3.0) // fail
2020-07-02 21:29:25 +02:00
Ted Green
fd268c1202 voodoo.cpp: Only flag texture controls as changed if they are actually changed. 2020-07-02 12:32:32 -06:00