Commit Graph

77950 Commits

Author SHA1 Message Date
Vas Crabb
805a333ebb MAME 0.229
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmA1GjEACgkQwXSxAYxA
 cQ7iGhAAi5eF3mMHPN8Xm4sWjDsYnfgvTtTPf4lLlOnwD+GWZzhVkAxtwpq3o6IH
 g/+hWXMGHgSrp4mO6luyGwTn0Mgy+pOqHnHwT7PtZU4kFeM7G0f6fnUhT18VWtZM
 mNmNMFFACnwqAHHdUJ5OiCyrwDd5y6/yqot/AxD7u2Ia63W+YUPZc3CxntfG+Ecz
 mMTGSsM7f/eDFQKf2MXYsi4ImA4UELl+V4z/V0IytLbiUxgrm7JbHrSHP4hFpDe+
 piGzXdiJRP1Mo9ckkRt7EySdk0aR9zUiDQ2CuoFfXELAAdX8UK+IW8F/YlZYREEG
 9mFxLlbMC7iOjFHtwBA3hyTVn8KKRn1J791DiPzVJFnoWfgD2WXy1Y3CsE1Qbv0Q
 xnRJvNtT92iOqhi5I/l9tIK7u61sYrzhlF1+5yyi0EuuFW5ja2Atym+SgxHS3+Sq
 VTvasyhHcxN6LOC3zWhhaUXi9BrUjHkpiXd2J1frulPvq9vP0VNRUPPmZiCNUpog
 igVzNvHj3vWnJx/+M6RIHLpI1RN7RIHDrcNnTu/DO/GsV2EL2qvdEwmdG9/bCB/e
 O0ZiOPtE3M5a740u+4xpqxrUza5dE57xuppkQ8v0Quartoq2gFB2U3tl0fe61oUO
 8xbGqIKTaFB2JrL4OOT1k4W1XHoyR09Pfep5O9KqCrQCcHQD994=
 =btPl
 -----END PGP SIGNATURE-----

Merge tag 'mame0229' into mainline-master

MAME 0.229
2021-02-24 13:40:11 +11:00
AJR
6f429d7c22 byte8251, ccs7710: Don't take over C800-CFFF space 2021-02-23 17:58:51 -05:00
arbee
f2c7036715 68HC05EG: use the HCMOS cycle timings [R. Belmont, Vas Crabb] 2021-02-23 17:17:05 -05:00
hap
3a20bc6fce hh_cops1: qkracerm ram is 8x12 2021-02-23 21:36:21 +01:00
Ivan Vangelista
72cc272622 simple_st0016.cpp: got rid of tagmap lookups and other small cleanups 2021-02-23 20:55:37 +01:00
Ivan Vangelista
69bb4015f6 fromanc2, hp_ipc, hp3478a, hp80, hp9k_3xx, inder, iris3130, news_r3k, pc4: initialized some variables which were causing incorrect behaviours in drvnoclear debug builds 2021-02-23 17:47:59 +01:00
Vas Crabb
4322eaae9d Version bump for 0.229 release. 2021-02-24 02:02:38 +11:00
Olivier Galibert
216bf17394 mac128: Implement the PWM (NEW_IWM only), fix the via clocks
superdrive: Hopefully implement the HD/DD detection
2021-02-23 14:58:24 +01:00
Dirk Best
b8eba35dde m3: XTAL updates [Steve Hunt] 2021-02-23 13:18:08 +01:00
cam900
0a2caa105d
Refactored Seta sound, adding preliminary ST0032 sound support. (#7800)
* Renamed sound/nile.cpp to sound/setapcm.cpp.
* Added preliminary support for 16-voice ST0032 variant.
* jclub2.cpp: Hooked up ST0032 sound.
* jclub2.cpp, srmp6.cpp: Derive sound clocks from crystal frequencies.
2021-02-23 23:12:22 +11:00
987123879113
e6caf6fb9c
sound/cdda.cpp: Return LBA position as currently playing LBA. (#7811) 2021-02-23 23:05:18 +11:00
ksherlock
9e0d88f1f7 apple2gs.xml: Add descriptions for sys504/sys601 2021-02-23 23:04:14 +11:00
Vas Crabb
b0fdde9a59 jpmimpctsw.cpp: Mark j6untch and j6untcha as not working again, promotion may have been premature. 2021-02-23 14:21:31 +11:00
Olivier Galibert
b3d27a1c5f iwm/swim1: correct sense value when drive is not connectd 2021-02-22 21:58:16 +01:00
Vas Crabb
27b50743f9 iez80.cpp: Don't capitalise things that aren't part of the title and aren't proper nouns, initialisms, etc. 2021-02-23 06:45:18 +11:00
Olivier Galibert
d8c697eb85 mac: Correctly sync the main cpu to the via. Fixes the floppy writes, probably need to be propagated to other handlers 2021-02-22 18:34:33 +01:00
Olivier Galibert
c0e8eb5928 iwm: Finish the fix, sorry about the mistake 2021-02-22 08:27:52 +01:00
arbee
2878aeb47b iwm: compile fix [R. Belmont] 2021-02-21 19:51:36 -05:00
Olivier Galibert
7024ab3d2b iwm/swim: Small write fixes 2021-02-21 22:58:32 +01:00
Happy-yappH
5d5f3e3f85
video/hng64.cpp: Implemented priority Z sort mode for sprites. (#7789) 2021-02-21 22:37:12 +11:00
Ivan Vangelista
85cb1fc955 missile, mpz80, mz700, pockstat, pofo, proteus3, savquest: initialized some variables which were causing incorrect behaviours in drvnoclear debug builds 2021-02-21 09:03:00 +01:00
Vas Crabb
a425bd5d90 srcclean in preparation for branching release 2021-02-21 16:08:12 +11:00
Robbbert
2441cc0f8d bgfx png: The message parameters were the wrong way around. 2021-02-21 16:01:03 +11:00
Vas Crabb
574b21ffb9 bgfx: Compiled new shaders for Direct3D, ESSL, Metal and SPIR-V. 2021-02-21 15:24:27 +11:00
cgwg
92b2921754
bgfx: crt-geom and crt-geom-deluxe enhancements (#7766)
Added a "brightness boost" feature for the shadow mask that works by making the brightness ratio between bright and dark mask pixels closer to 1 for the brighter parts of the image.

Added clamping to zero so that underscanning produces a black border.

Added a "raster bloom" effect to crt-geom-deluxe that makes the image grow slightly when the average brightness of the screen is high, mimicking a common defect in CRTs.
2021-02-21 14:47:28 +11:00
r09
0c20cabef6
fmtowns_flop.xml: fix lordmon sha1 (#7809) 2021-02-20 17:20:19 -05:00
arbee
49a91865c7 macii(c)x: use SWIM1 when NEW_SWIM is enabled [R. Belmont] 2021-02-20 16:38:05 -05:00
Nigel Barnes
b8055d9852 bbc_tube_casper: VIA interface is enabled on address A4. 2021-02-20 18:31:12 +00:00
Robbbert
fe48c0296b moptions: Fixed a spelling mistake. 2021-02-21 05:15:07 +11:00
AJR
136211614e Ensure validation of device tags in non-default slot options 2021-02-20 13:03:33 -05:00
AJR
1eb4981acb Fix exception in debug build when selecting machine category filter 2021-02-20 11:20:27 -05:00
Olivier Galibert
3cd1a5f3e4 emumem: Disable the unmap-value-in-device-map test for now 2021-02-20 16:08:22 +01:00
Olivier Galibert
b9511ec83f mfi: Don't crash on a fully unformatted disk 2021-02-20 16:08:22 +01:00
Nigel Barnes
155d4487d6 tube_cms6809: Board is only mapped to upper half of tube addresses. 2021-02-20 12:14:38 +00:00
Ivan Vangelista
56516643a1 spectrum_cass.xml: Updated metadata for numerous entries. [ArcadeShadow] 2021-02-20 12:32:59 +01:00
ArcadeShadow
47ccab2666
ibm5170 - New working software list additions (#7797)
New working software list additions
-------------------------------------
Wolfenstein 3-D (shareware, Titanium Seal release) [Archive.org]
Mixed-Up Fairy Tales [The Good Old Days]

- ibm5170.xml: marked epdeepsea as bad dump (Modified root and OEM ID) [ArcadeShadow]
2021-02-20 11:53:29 +01:00
Alexis Bousiges
1e9089d858
apple1: New working software list additions (#7623)
New working software list additions
----------------------------------
apple1.xml: Hamurabi (Computerland of Nashua) [Brutal Deluxe]
apple1.xml: Nightmare 6 (Computerland of Nashua) [Brutal Deluxe]
2021-02-20 11:49:21 +01:00
ArcadeShadow
e7e5527e50
ibm5150 - New working software list additions (#7796)
New working software list additions
-----------------------------------
Maniac Mansion [The Good Old Days]
Tunnels & Trolls: Crusaders of Khazan [The Good Old Days]
Valhalla - Ragnarok [The Good Old Days]
Cyrus 3-D Chess (shareware, Titanium Seal release) [Archive.org]
VGA Slot Machine (Titanium Seal release) [Archive.org]
2021-02-20 11:22:32 +01:00
Robbbert
4d31ab1fff Make -listmedia compatible with grep/find
Examples:

List all systems with .tap support: mame -listmedia | find ".tap"

List all systems with paper tape reader: mame -listmedia | grep (ptap
2021-02-20 20:37:18 +11:00
Ivan Vangelista
a16eba4052 sk.cpp and 315_5313 devices, actions_atj2279b, rainbow and silverball drivers: ran srcclean and some grammar corrections for recenty merged PRs 2021-02-20 07:10:37 +01:00
cam900
0e62fc43d0
neogeo.cpp: Add notes for AES clock, regional difference (#7369)
* neogeo.cpp: Add notes for AES clock, regional difference
neogeocd.cpp: Move value into driver class, Add notes for hardware region

* neogeo.cpp: Fix spacing
2021-02-20 06:52:04 +01:00
Onmp314
8dd6c849d5
actions_atj2279b.cpp: add notes (#7392) 2021-02-20 06:50:22 +01:00
cam900
5ecba50ff3
sk.cpp: Add notes for Sonic 3 & Knuckles save ... (#7805)
...feature
2021-02-20 06:45:31 +01:00
cam900
6dfcaef06f
315_5313.cpp: Fix/Add hardware related notes (#7567) 2021-02-20 06:35:50 +01:00
rfka01
d913d6ed60
rainbow.cpp: Rainbow 100 A ROM added [bsdimp] (#7723) 2021-02-20 06:33:29 +01:00
r09
e934b02314
fmtowns_flop.xml: 4 new dumps, 1 replacement (#7742)
New working software list additions
-----------------------------------

Cameltry (cracked) [cyo.the.vile]
Columns (cracked) [cyo.the.vile]
Lord Monarch [cyo.the.vile]
Nonomura Byouin no Hitobito [r09]

Replaced software list items
----------------------------

Toushin Toshi [rockleevk]
2021-02-20 06:32:12 +01:00
ArcadeShadow
084ebab5c9
gamegear.xml: corrected description for suprjedi (#7795) 2021-02-20 06:26:02 +01:00
ArcadeShadow
7b0559887c
sms.xml: updated release year for fireice (#7655) 2021-02-20 06:24:34 +01:00
ClawGrip
757e506018
New machines marked as NOT_WORKING (#7769)
New machines marked as NOT_WORKING
----------------------------------
Silverball (8.01) [jordigahan, ClawGrip]

New clones marked as NOT_WORKING
--------------------------------
Silverball (6.32) [Asure]
Silverball (7.20) [Asure]
Silverball Bulova (4.09, set 1) [Asure]
Silverball Bulova (4.09, set 2) [Asure]
2021-02-20 06:14:10 +01:00
ClawGrip
f834335d26
New machines marked as NOT_WORKING (#7700)
New machines marked as NOT_WORKING
----------------------------------
Photo Play 2001 (Spanish) [jordigahan, ClawGrip]
2021-02-20 06:11:35 +01:00