Commit Graph

80159 Commits

Author SHA1 Message Date
Aaron Giles
7caa0a65a6 mario: Reduce volume so we don't clip constantly just when running around. 2021-08-24 08:37:42 -07:00
AJR
3754297a3f seta.cpp: Rebalance audio levels in most games 2021-08-24 11:20:38 -04:00
MooglyGuy
a472f4663f
-bgfx: Revised fs_blit_palette16 to not use pixel rounding. Fixes issues in carpolo, kncljoe, and others. [Ryan Holtz] (#8488) 2021-08-24 10:33:47 -04:00
cracyc
01106becc6
upd7220: don't run wdat if figd figure type is set and set the patter… (#8470)
* upd7220: don't run wdat if figd figure type is set, set the pattern in wdat and reset figure type
2021-08-24 08:49:00 -05:00
hap
65eeeb8d04 cv1k: fix small typo 2021-08-24 14:54:48 +02:00
Olivier Galibert
a0c9fd37e7 xexex: clip less 2021-08-24 11:42:31 +02:00
Angelo Salese
0e4ba6d49a
Major state refactoring of pc98 based HW (#8475)
First major step in splitting up machine classes in NEC PC98 family tree:
* Splits up derivative HWs into own state machine and files (pc98ha.cpp, pc9821.cpp and pc9801_epson.cpp);
* Adds a preliminary uPD4991a parallel RTC, used by pc98ha;
* Fix -26, -86, -118 C-bus sound board dips or jumper settings;
* Fix default sound card for pc9821 (-86) and pc9821ce2 / pc9821cx3 (-118);
* Adds preliminary MAD Factory Otomichan-kai C-bus sound board;
* Adds boilerplate code for C-bus installing board I/Os, avoiding the possible inconvenience of board(s) getting silently unmapped by other installed boards;
* Major refactoring of HW dip switches readouts, using required_ioports instead of scattering things around in PPI hooks;
* Extensive QA rundown, including research on missing features and undumped machines.
 
pc9801.cpp: Don't passthrough mouse irq frequency when cycle setting is setup too, fixes jastrike mouse input on options menu.
pc9801.cpp: Fix kanji RAM window LR readback, makes telenetm to properly display 8x16 chars on RS and derivative machines.
pc8801.cpp: fixed OPNA RAM readback, allowing SWs to playback ADPCMs properly.

New machines marked as NOT_WORKING
----------------------------------
PC-98LT [anonymous]
PC-98HA "Handy98" [anonymous]
PC-9821Nr15 (98NOTE Lavie) [flyingharuka]
PC-9821Nr166 (98NOTE Lavie) [flyingharuka]
PC-9821Nw150 (98NOTE Lavie) [flyingharuka]
PC-9821Ra266 (98MATE R) [flyingharuka]
PC-9821Cx3 (98MULTi CanBe) [flyingharuka]
PC-9801VX [qazmko1029]
PC-9801US [CoolMod]
2021-08-24 10:22:03 +02:00
Aaron Giles
c471fad8e0 Fix overdriven sound in various Atari games. 2021-08-24 01:15:53 -07:00
Ivan Vangelista
4e77b56a2d New working clones
------------------
Leader (version Z 2F, Greece) [Ioannis Bampoulas]

New clones marked as NOT_WORKING
--------------------------------
Carnival (cocktail, earlier) [Kevin Eshbach]
2021-08-24 06:20:41 +02:00
AJR
92ffd8d026 okim6295, okim6376, okim9810: Explicitly clamp output streams to within range 2021-08-23 23:42:32 -04:00
ajrhacker
756616a2b5
Merge pull request #8485 from 0kmg/nes-mapper351
bus/nes: Added support for a 9-in-1 multicart.
2021-08-23 15:28:08 -04:00
0kmg
679ec8cc50 bus/nes: Added support for a 9-in-1 multicart.
- Also, 8237 board improvements from previous commit now work when loading loose .nes files.

New working software list additions (nes.xml)
-----------------------------------
2 in 1 - The Lion King & Bomber Boy [NewRisingSun]
9 in 1 [NewRisingSun]
2021-08-23 11:03:27 -08:00
Aaron Giles
4168a7216b Merge branch 'master' of https://github.com/mamedev/mame 2021-08-23 10:48:07 -07:00
Aaron Giles
97d7bfab03 Add compile-time option to show visible annoying red border when sound is overdriven. Leaving it on for a bit at the start of the cycle so that devs might identify and fix some of these cases. 2021-08-23 10:47:54 -07:00
hap
8950b00a0a cv1k: small cleanup 2021-08-23 19:47:00 +02:00
hap
895ff8ef02 hh_tms1k: correct ti5100 machine category 2021-08-23 17:49:18 +02:00
hap
107ca8394d cv1k: add note about CV1000-B 2021-08-23 15:46:50 +02:00
hap
eede8a794d cv1k: update espgal2 pcb note 2021-08-23 14:17:52 +02:00
Dirk Best
ae27063680 apxen: Default eeprom, fix floppy change detection, initial software list 2021-08-23 13:28:11 +02:00
hap
f21ffcf4eb cv1k: split espgal2 recent u4 dump 2021-08-23 12:17:37 +02:00
Ivan Vangelista
e784e2ae6c kikikai.cpp: compile fix 2021-08-23 07:20:49 +02:00
Ivan Vangelista
54323ef3cb - kikikai.cpp: added PCB infos, corrected dips [Guru]
- opercoin.cpp: added basic mappings

- skylncr.cpp: redumped u29 for speedway [Ioannis Bampoulas]
2021-08-23 06:56:49 +02:00
Scott Stone
a961165ca2 coco_flop.xml: Added new coco3 entry
New working software list additions
-----------------------------------
Joust (6809 Transcoded - v1.10) (512kb) [Glen Hewlett]
2021-08-22 20:22:53 -04:00
AJR
92d5b7f6cf missile.cpp: Eliminate space.device() calls 2021-08-22 18:14:36 -04:00
hap
dcc41d2570 New working machines
--------------------
Danger Express (prototype) [hap]
2021-08-22 10:01:52 +02:00
Vas Crabb
e8bbea1fc6
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Added more modern generic I/O interfaces with implementation backed by stdio, osd_file and core_file, replacing io_generic.  Also replaced core_file's build-in zlib compression with a filter.

unzip.cpp, un7z.cpp: Added option to supply abstract I/O interface rather than filename.

Converted osd_file, core_file, archive_file, chd_file and device_image_interface to use std::error_condition rather than their own error enums.

Allow mounting TI-99 RPK from inside archives.
2021-08-22 09:06:15 +10:00
ajrhacker
e319bde5fc
Merge pull request #8481 from 0kmg/nes-mapper215
bus/nes: Improved emulation for 8237/8237A boards.
2021-08-21 18:34:24 -04:00
0kmg
da6c0ed813 bus/nes: Improved emulation for 8237/8237A boards.
- Rewrote 8237 to support games that were previous attached to sg_boog device. pocahon2, the only game previously using 8237, no longer crashes in its intro story.
- Removed all the old commented out sg_boog code.
- Added initial support for the 8237A variant and its one game, mc_9king.

Software list items promoted to working (nes.xml)
---------------------------------------
2 in 1 (J-M2)
2 in 1 (King005)
2 in 1 Super 808
5 in 1 (SPC005)
9 in 1 King001
Mortal Kombat 3 Extra 60 (Asia)
Mortal Kombat 3 Extra 60 (Asia, Alt)
Super 308 3 in 1
2021-08-21 14:21:47 -08:00
Vas Crabb
9712a2144b srcclean latest changes, too 2021-08-22 08:13:14 +10:00
Vas Crabb
9466410248 srcclean for upcoming release 2021-08-22 08:12:22 +10:00
Vas Crabb
ad2f2f168d Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing the index or name with a # and passing as the first parameter. [smf]"
This reverts commit f4213dc209.

The issue that the syntax used for this clashes with syntax for decimal
numbers was never resolved.
2021-08-22 08:12:00 +10:00
Firehawke
511c59003d
New working software list additions (apple2_flop_orig.xml) (#8467)
----------------------------------------------------------

Return of the Dinosaurs (800K 3.5") [4am, Firehawke]
Bank Street Writer Plus (800K 3.5") [4am, Firehawke]
Design Your Own Railroad (Version 1.1C) (800K 3.5") [4am, Firehawke]
Grammar Gremlins (Version 05.01.87) (800K 3.5") [4am, Firehawke]
BeagleWrite (Version 3.2) (800K 3.5") [4am, Firehawke]
Design Your Own Home: Interior Design (Version 2) (800K 3.5") [4am, Firehawke]
Willy Byte in the Digital Dimension [4am, Firehawke]
Arithmetic Critters (Version 1.0) (800K 3.5") [4am, Firehawke]
Clock Works (Version 1.0) (800K 3.5") [4am, Firehawke]
Backyard Birds (Version 1.0) (800K 3.5") [4am, Firehawke]
Chemistry: Balancing Equations (Version 1.0) (800K 3.5") [4am, Firehawke]
Cleanwater Detectives (800K 3.5") [4am, Firehawke]
Circus Math (Version 1.0) (800K 3.5") [4am, Firehawke]
VCR Companion (Version 1.1) (800K 3.5") [4am, Firehawke]
Car Builder (800K 3.5") [4am, Firehawke]
Alge-Blaster! (Version 050187) (800K 3.5") [4am, Firehawke]
Whomper Stomper [4am, Firehawke]
Word Munchers (Version 1.4) (800K 3.5") [4am, Firehawke]

New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Computer Drill and Instruction: Addition C (cleanly cracked) [4am, Firehawke]
Computer Drill and Instruction: Decimals C-1 (cleanly cracked) [4am, Firehawke]
Computer Drill and Instruction: Division C (cleanly cracked) [4am, Firehawke]
Computer Drill and Instruction: Fractions C-1 (cleanly cracked) [4am, Firehawke]
Computer Drill and Instruction: Multiplication C (cleanly cracked) [4am, Firehawke]
Computer Drill and Instruction: Subtraction C (cleanly cracked) [4am, Firehawke]
Computer Drill and Instruction: Whole Numbers C (cleanly cracked) [4am, Firehawke]
Computer Drill and Instruction: Teacher Utilities (cleanly cracked) [4am, Firehawke]
Keyboard Golf (cleanly cracked) [4am, san, Firehawke]
Analogies Tutorial (Version 04.25.85) (cleanly cracked) [4am, Firehawke]
Willy Byte in the Digital Dimension (cleanly cracked) [4am, Firehawke]
Memory Myth (cleanly cracked) [4am, Firehawke]
Capitalization Practice (Version 11.04.83) (cleanly cracked) [4am, Firehawke]
Capitalization Test (Version 11.04.83) (cleanly cracked) [4am, Firehawke]
Fact Sheets (Version 09.19.83) (cleanly cracked) [4am, Firehawke]
Medalist Series: States (Version 08.09.83) (cleanly cracked) [4am, Firehawke]
Money! Money! (Version 09.19.83) (cleanly cracked) [4am, Firehawke]
Nouns/Pronouns (Version 09.19.83) (cleanly cracked) [4am, Firehawke]
Who-What-Where-When-Why (Version 11.04.83) (cleanly cracked) [4am, Firehawke]
Word Families (Version 11.04.83) (cleanly cracked) [4am, Firehawke]

New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Reader Rabbit (Version 2.3) [4am, Firehawke]
Mad Libs (Version 1.0) [4am, Firehawke]
Tales From The Arabian Nights [4am, Firehawke]
Read-A-Rama [4am, Firehawke]
Reading and Me (Version 1.0) [4am, Firehawke]
2021-08-21 14:57:48 -07:00
ajrhacker
e41aec5397
Merge pull request #8480 from ArcadeShadow/ibm5170_202108
ibm5170.xml: New working software list additions
2021-08-21 11:23:12 -04:00
ajrhacker
d59f84feec
Merge pull request #8479 from 0kmg/nes-114-redux
bus/nes: Revised Boogerman fix to more straightforward approach.
2021-08-21 11:22:50 -04:00
Nigel Barnes
8db344fcc5 bus/electron: Added a homebrew 68000 second processor. 2021-08-21 14:54:12 +01:00
Nigel Barnes
807430ad46 electron: Switch upper/lowercase PORT_CHAR to fix pasting from UI.
- Removed MACHINE_IMPERFECT_SOUND.
2021-08-21 14:54:12 +01:00
Nigel Barnes
58b43b6fd6 dragon_msx2: Renamed as 6x09 SuperSprite FM+. 2021-08-21 14:54:11 +01:00
Nigel Barnes
307bf7cc11 New working software list additions
-----------------------------------
squale_cart: Squale Technical Demo [Jean-François DEL NERO / HxC2001]
2021-08-21 14:54:11 +01:00
ArcadeShadow
1635d52d83 ibm5170.xml: New working software list additions 2021-08-21 12:53:12 +01:00
0kmg
d1c911e699 bus/nes: Revised Boogerman fix to more straightforward approach. 2021-08-21 00:44:57 -08:00
Ivan Vangelista
84a210d8de New working clones
------------------
Kangaroo (Loewen-Automaten) [Virtvic]
2021-08-21 09:54:20 +02:00
ajrhacker
9b89c84b8c
Merge pull request #8477 from ArcadeShadow/spectrum_cass_202108
spectrum_cass: metadata update (description, publisher, year, cloneof)
2021-08-20 21:51:09 -04:00
ajrhacker
18bde3e614
Merge pull request #8478 from 0kmg/nes-mapper313
bus/nes: Added support for MMC3 reset-based 4-in-1 multicarts.
2021-08-20 20:53:19 -04:00
ClawGrip
4e941ffa53
New NOT_WORKING software list additions (#8474)
New NOT_WORKING software list additions
--------------------------------------------
PowerFlash (Europe) [TeamEurope]
2021-08-20 19:23:47 -04:00
David 'Foxhack' Silva
c19e4a2387
Update ibm5170_cdrom.xml (#8439)
New working software list additions
-----------------------------------
Bad Dudes (1995 CD release) [Dave "Foxhack" Silva]
Heavy Barrel (1995 CD release) [Dave "Foxhack" Silva]
Karnov (1995 CD release) [Dave "Foxhack" Silva]
Pipe Mania (1995 CD release) [archive.org]
Tag Team Wrestling (1995 CD release) [Dave "Foxhack" Silva]
2021-08-20 19:21:17 -04:00
r09
efa6817d48
pc98_cd.xml: 16 new dumps, 21 replacements, sync with FM Towns softlist (#8436)
* pc98_cd.xml: add subtitles to some alt_titles
* pc98_cd.xml: 16 new dumps, 21 replacements, sync with FM Towns softlist

New working software list additions
------------------------------------
Chuushaki - Hirasawa Nurse School [redump.org]
if - Invitations from Fantastic Stories [redump.org]
if 3 - Invitations from Fantastic Stories [redump.org]
Kanako [redump.org, wiggy2k]
Kousoku - Yorokobi no Aegi [redump.org]
Moonlight Energy 2 [redump.org]
Record of Lodoss War II - Goshiki no Maryuu [redump.org, wiggy2k]
Tania [redump.org]
The Silent Service - Chinmoku no Kantai [redump.org, wiggy2k]
Virtuacall [redump.org, wiggy2k]
Waku Waku Mahjong Panic! 2 - Kokushi Musou [redump.org]

New not working software list additions
---------------------------------------
OS/2 Warp V3 - Nihongo-ban [sampson]
Moonlight-chan Rinshan [redump.org]
Psychic Detective Series Vol. 4 - Orgel [redump.org]
Syndicate [redump.org]
Yumeutsutsu - Dreamy [redump.org]

Replaced software list items
----------------------------
Akiko Gold [redump.org, wiggy2k]
Bacta 1 & 2 + Voice [redump.org]
Bell's Avenue Vol. 2 [redump.org]
Blandia 98 [redump.org]
Bounty Hunter Rudy [redump.org]
CD-ROM Bishoujo Senshi Collection - Yuu Disc Special [redump.org]
Dies Irae [redump.org]
El-Hazard - The Magnificent World [redump.org]
Hoshi no Suna Monogatari 3 [redump.org]
Jinmon Yuugi [redump.org]
Kono Yo no Hate de Koi wo Utau Shoujo YU-NO [redump.org]
Love Escalator [redump.org]
Making Candy - Oki ni Mesumama [redump.org]
Mujintou Monogatari [redump.org]
My Home Dream 2 [redump.org]
PILcaSEX [redump.org]
Psychic Detective Series Vol. 1 - Invitation - Kage kara no Shoutaijou [redump.org]
Sakura no Mori [redump.org]
Schwarzschild EX - Tessa no Seigun [redump.org]
Schwarzschild GX - Sabita Sousei [redump.org]
Watashi [redump.org]
2021-08-20 19:20:43 -04:00
ClawGrip
e922b5deaf
gfamily.cpp: Add new BIOS version [jordigahan] (#8460)
* gfamily.cpp: Add new BIOS version [jordigahan]
2021-08-20 19:17:50 -04:00
ArcadeShadow
bd80ad6bf8 spectrum_cass: metadata update (description, publisher, year, cloneof)
spectrum_cass: metadata update (description, publisher, year, cloneof)
2021-08-20 22:31:00 +01:00
0kmg
97ac4e3f30 bus/nes: Added support for MMC3 reset-based 4-in-1 multicarts.
New working software list additions (nes.xml)
-----------------------------------
1993 Heroe Series 4 in 1 (JY-001) [NewRisingSun, taizou]
1994 Super HiK 4 in 1 (JY-001) [NewRisingSun, taizou]
1994 Super HiK 4 in 1 (JY-002) [NewRisingSun, taizou]
1994 Super HiK 4 in 1 (JY-003) [NewRisingSun, taizou]
1995 Super HiK 4 in 1 (JY-008) [NewRisingSun, taizou]
1995 Super HiK 4 in 1 (JY-024) [NewRisingSun, taizou]
1995 Super HiK 4 in 1 (JY-038) [NewRisingSun, taizou]
1995 Super HiK 4 in 1 (JY-039) [NewRisingSun, taizou]
1995 Super HiK 4 in 1 (JY-040) [NewRisingSun, taizou]
1995 Super HiK 4 in 1 (JY-043) [NewRisingSun, taizou]
1997 Super HiK 4 in 1 (JY-047) [NewRisingSun, taizou]
1995 Super HiK 4 in 1 (JY-047) [NewRisingSun, taizou]
1996 Super HiK 4 in 1 (JY-057) [NewRisingSun, taizou]
1996 Super HiK 4 in 1 (JY-058) [NewRisingSun, taizou]
1995 Super HiK 4 in 1 (JY-023) [MLX]
1997 Super HiK 4 in 1 (JY-024) [MLX]
1996 Super HiK 4 in 1 (JY-072) [MLX]
Mario Series 4 in 1 (JY-013) [anonymous]
2021-08-20 13:06:50 -08:00
Michael Zapf
d364baf914 nscsi: Added initialization of sense buffer on reset. 2021-08-20 20:43:21 +02:00