Commit Graph

80860 Commits

Author SHA1 Message Date
arbee
374a6c6546 debugger: support octal on the Mac native debugger [R. Belmont] 2021-10-27 22:02:48 -04:00
0kmg
44467bff32
bus/nes: Fixed 4-screen mirroring when loading loose .nes files. (#8764)
- Also, tweaked logging so newer .nes files show backwards compatible fields.
2021-10-27 21:38:03 -04:00
Barry Rodewald
a972dc9859 amstrad: Return 0xFF on PPI port A when the PSG is inactive. Fixes Puzzle Bobble. 2021-10-28 13:39:13 +13:00
AJR
6ccae2148d cococart.cpp: Fix copy-and-paste mistake 2021-10-27 16:43:15 -04:00
Scott Stone
6c9d8a51ab pc8801_flop.xml: Fixed sha1 length issue with commented rom. 2021-10-27 14:34:04 -04:00
AJR
ed47834cff debugger/qt/memorywindow.cpp: Remove leftover printf 2021-10-27 13:11:39 -04:00
AJR
6cd23b0853 Debug memory view improvements
- Add options for 1-byte, 2-byte, 4-byte and 8-byte octal data display, which are selected automatically for memory spaces configured as octal. Octal data has also been made editable.
- Add options for displaying addresses in decimal or octal as alternatives to the typical hexadecimal format. This also affects the address expression box.
- Prevent the cursor from moving left from the first address or right from the maximum address.

Note that the new options have only been hooked up for the Qt debugger. The Windows and OS X debuggers should also be updated to include them.
2021-10-27 13:08:59 -04:00
Robbbert
d01a9b4421 gts80: fixed mistakes in comments 2021-10-28 03:32:49 +11:00
Ivan Vangelista
3d9a7070bd New working clones
------------------
Grudge Match (v00.90, prototype)  [Kevin Eshbach, Brian Troha, simzy]
2021-10-27 18:14:36 +02:00
Ivan Vangelista
8fb9d4e2d9 - mjkjidai.cpp: identified coinage dips, very minor cleanups
- apple2gs_flop_clcracked.xml: fixed sha1 for gpcirc
2021-10-27 18:09:43 +02:00
hap
8fed5ca1a3 New working software list additions
-----------------------------------
entex_sag: Pac-Man 2 [Kevin Horton, Rik]
2021-10-27 10:27:13 +02:00
Devin Acker
935d28a675
new NOT_WORKING machine (Casio CTK-2100) (#8757)
* ctk2100: preliminary work

* ctk2100: possible keyboard hookup

* ctk2100: hook up rudimentary timers

* ctk2100: add ports and hook up the LCD

* ctk2100: timer tweaks, input tweaks

* ctk2100: fix I/O port reads (stops constant LCD resets)

* gt913: increase key polling rate (fixes ctk2100 test mode)

* ctk2100: add ADCs, clean up and comment some other stuff

* lpc210x: add the PL190 VIC here too while i'm at it

* vic_pl192: fix clang build

* unidasm: add gt913
2021-10-27 10:21:46 +02:00
Ivan Vangelista
163659b50a - cps2.cpp: corrected some overdumps for avsp [Guru]
- rgum.cpp: identified some dips, minor comments update
2021-10-26 18:02:59 +02:00
Vas Crabb
b0cec43b7e MAME 0.237
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmF3iSMACgkQwXSxAYxA
 cQ6M6A//aq6fZhNtwCuHMXgpN7G854MSs/ogh0H7LcgtxS8ScuhbcOO2IUQapqYy
 TTr4ztRkqDkFMdAASLLlh3PUsl315rHqfl+B1FrFNMpw+X/fQiPvv1cRlwVOZLCR
 Ipk3LSx3rCtXTjzw2IGxpi9ToJuS7vPrKTpxX5npfPiwsMUX1P76y72LoLUTJ/BF
 psU8A4XFpDHICEOQFY3085GMtqmeE0bFs8H4aEubneLNWQYJ0id967Dv9vyqv6Gq
 6UC6CS8PEe0dG5IbzW5m3hDCgnNwFdWPzWcvE6NmWA1lke21fxZB7jH/tJ2MMOg3
 /kXtS3DOX5sPAKYvtXQ2NDAeRZSxYPZscoeLTq9zjf/PVhPj0o6voK0YlkTEXhmh
 im9Rntil52uI91aUPjUneq2vVOBMLy1hlT3kJRV2WCIuIxtw1xjE1SWBbjBRDf9X
 i6mj9puhbHKzV+rhumrU0iZhDbRYN1NOGAsTqqtTyhSj1L20myGpIOmgjW2MtsJ5
 V3eCdC/F/IoWrFE20dIWrxgIgQj8jB2W/5/6XHZzgsqSMsurR94iKKgUezjvpGHb
 3T/HFIFUvkj7FOs565yzrLdn9y/Aj4IPWv6fLyZa1hYclRk0TuEhr9Az0qRH9FFU
 cRU3Wvf3ccwrVoVUiFadonVzZG9G8CcIkvC7k6GAJdHvBvkkSaY=
 =q0mw
 -----END PGP SIGNATURE-----

Merge tag 'mame0237' into mainline-master

MAME 0.237
2021-10-27 01:45:16 +11:00
Vas Crabb
66f9dadf96 Build cleanup and UWP removal (#8756)
This removes options for deprecated platforms: pnacl, steamlink and
ci20.

rpi target is not used for Raspberry Pi - linux target with parameters
is used instead.

MIPS architecture for Android has not been supported for some time -
removed leftovers.

Visual Studio versions older than 2019 are not able to compile anyway,
so removed.

CMake target was not able to be used for compiling anyway (just to give
some editors a way to see project organization).

Xcode4 support was added to get iOS to compile, and that was never
finished, so removed.

UWP has been deprecated by Microsoft, so we remove it as well.
2021-10-27 00:40:50 +11:00
Robbbert
207a759a37 allied, g627, spectra: added save-state and external outputs support. 2021-10-26 23:48:54 +11:00
Vas Crabb
11f7c24c2e render/d3d: Replaced some locale-sensitive configuration parsing code. 2021-10-26 23:35:36 +11:00
Miodrag Milanovic
9513034521 Few more leftovers removed 2021-10-26 11:53:27 +02:00
Miodrag Milanovic
86de474040 remove uwp column 2021-10-26 11:48:29 +02:00
Miodrag Milanovic
8aa5c5a29c Remove OSD_UWP from rest of code 2021-10-26 11:45:04 +02:00
Miodrag Milanovic
67389f4cbd Remove uwp specific sources 2021-10-26 11:28:11 +02:00
Miodrag Milanovic
9d61cf33d1 Remove uwp from build system 2021-10-26 11:24:03 +02:00
Miodrag Milanovic
9e7455b057 Remove of winstore/winphone 2021-10-26 11:18:31 +02:00
Miodrag Milanovic
63f907ee32 vs2019_clang target is now used instead of vsllvm 2021-10-26 11:11:35 +02:00
Miodrag Milanovic
8a6482eba6 fastbuild removal 2021-10-26 11:08:41 +02:00
Miodrag Milanovic
34d4c26e40 Remove old VisualStudio 2021-10-26 11:07:34 +02:00
Miodrag Milanovic
22d5ba05dc xcode4 and ios removal 2021-10-26 10:59:28 +02:00
Miodrag Milanovic
9dce821cbb mips platform is not supported for Android for some time 2021-10-26 10:52:26 +02:00
Miodrag Milanovic
1a79bb82b1 rpi target was not used, but regular linux one anyway 2021-10-26 10:50:09 +02:00
Miodrag Milanovic
60aed0ed6b cmake target was not very useful 2021-10-26 10:45:16 +02:00
Miodrag Milanovic
7d75eee51e Remove CI20 2021-10-26 10:42:34 +02:00
Miodrag Milanovic
97a7d8bec8 Remove steamlink 2021-10-26 10:40:30 +02:00
Miodrag Milanovic
f317b4d534 Remove pnacl remains 2021-10-26 10:32:43 +02:00
Vas Crabb
34d8357465 Bump version to 0.237 2021-10-26 15:50:06 +11:00
0kmg
60706c1e93
nes.xml: Various WRAM fixes and more. (#8752)
- Black Bass games: Mirroring confirmed from solder pads. Marked as not supported since they aren't at all playable.
- Added battery-backed WRAM to various games. Save games should now work where relevant.
- Added regular WRAM to various games. These prototypes now work: Chip's Challenge, Mickey Mouse Dream Balloon, Scarabeus, SMB2 (US).
2021-10-26 15:28:08 +11:00
Patrick Mackinlay
e1f07cbae4 powerpc: reduce enum scope 2021-10-26 08:55:50 +07:00
smf-
6f7e14bbed Added new working clone
-----------------------
Pop'n Music 1 (ver TA-A, HDD 1.01) [smf, Caldenza]
2021-10-25 21:53:33 +01:00
Robbbert
4da1e69691 macp: wrong value was being used. 2021-10-26 05:03:38 +11:00
AJR
d501e6d7e7 macp.cpp: Fix clang error: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Werror,-Wbitwise-conditional-parentheses] 2021-10-25 13:37:11 -04:00
Robbbert
fbc3f7ce8b macp.cpp: added some flesh to the skeleton. 2 games are playable. 2021-10-26 04:25:45 +11:00
Firehawke
cc0ecd4d37
apple2{,gs}_flop_{clcracked,orig}.xml: Corrected metadata for Winter Games/The Games: Winter Edition. (#8749)
apple2gs_flop_clcracked.xml: Corrected disk size of SQ2.

New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------
Rocky's Boots (Version 4.1) (800K 3.5") [4am, Firehawke]
The Bard's Tale III: Thief of Fate (800K 3.5") [4am, Firehawke]
The New Print Shop (800K 3.5") [4am, Firehawke]

New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------
King's Quest: Quest for the Crown [4am, Firehawke]
2021-10-26 02:16:30 +11:00
0kmg
069a674977
pce.cpp: Updated some comments. (#8747) 2021-10-26 02:14:22 +11:00
AJR
61dd52cf60 facit4440: Updates based on schematics 2021-10-25 11:05:52 -04:00
Vas Crabb
9753632492 -nes.xml: Added Latin title from box art for Yeongjaekeom Cocoma games.
-pluins/hiscore: Bumped version since storage location has changed.
2021-10-25 23:56:45 +11:00
Patrick Mackinlay
f04960cc51 powerpc: add power family disassembly 2021-10-25 17:14:17 +07:00
hap
8f3fddc96a sfx/monsterz: add kludge for sprite y offset issue [smf] 2021-10-25 11:34:02 +02:00
Vas Crabb
3026bb4bba Merge remote-tracking branch 'mainline/release0237' into master 2021-10-25 17:03:35 +11:00
Vas Crabb
27599c115e plugins/data: srcclean 2021-10-25 17:02:37 +11:00
cracyc
f16565a556 plugin/data: handle multiple blocks in dat 2021-10-25 16:55:40 +11:00
Vas Crabb
f923303337 plugins/data: srcclean 2021-10-25 16:52:55 +11:00