Commit Graph

80061 Commits

Author SHA1 Message Date
Ivan Vangelista
541f463a85 New machines marked as NOT_WORKING
----------------------------------
Speedway [Ioannis Bampoulas]

- enigma2.cpp: minor updates to dip locations
2021-08-16 20:46:17 +02:00
AJR
ba60ce7826 debugger/win/memorywininfo.cpp: Fix build 2021-08-16 14:43:04 -04:00
AJR
a77adf33c7 dvmemory: Substitute strongly typed enum for magic numbers specifying data format 2021-08-16 14:05:22 -04:00
987123879113
f0e85a6e54
viper.cpp: Added audio support, updated inputs, and improved default NVRAM contents. (#8434)
* Updated compatibility lists, added NVRAMs, added more inputs and per-game DIP switches.
* Fixed port DIP location values.
* Added comment about boxingm's pad controller.
2021-08-17 02:36:25 +10:00
Scott Stone
33b27900fd snes.xml - Commented rom name entry status clarifications 2021-08-16 12:29:30 -04:00
AJR
2d86157b0f 3dom2_te.cpp: Use C++17 library function for clamp (and std::min in one place where the value could not possibly be lower than 0 anyway) 2021-08-16 09:58:25 -04:00
Miodrag Milanovic
a79ebd94d4 Delete files for platforms not supported by NDK 2021-08-16 14:58:53 +02:00
Miodrag Milanovic
59fcc6b81e Missing implementation 2021-08-16 14:58:11 +02:00
hap
09c8b65820 saitek_osa: prevent init order issue 2021-08-16 14:23:45 +02:00
Scott Stone
0e1b8aa3fa - cd32.xml, k28m2.xml, megadriv.xml, msx1_cart.xml, msx2_cart.xml, neogeo.xml, timex_cass.xml - Various commented entry adjustments to represent proper status.
New NOT_WORKING software list additions
---------------------------------------
Superfrog (Rev 1) [TheBoss]
2021-08-15 23:47:15 -04:00
0kmg
459d861302
bus/nes: Improved emulation of 115-in-1 related multicarts. (#8446)
- Merged two devices (for identical mappers 225 and 255).
- Larger-sized carts now work (sets mc_110, mc_115).
- Added 4 nibbles of work RAM that presumable affect in-game settings.
- Removed set mc_110a which was listed as being a possible corrupt dump. It only contained half of mc_110's PRG ROM—in repeated 256K chunks.

Software list items promoted to working (nes.xml)
---------------------------------------
115 in 1
2021-08-15 22:48:37 -04:00
ajrhacker
a9ecc5a5cd
Merge pull request #8447 from 0kmg/nes-badmintn
nes.xml: Set correct board type for badmintn.
2021-08-15 22:29:27 -04:00
0kmg
431690b01d nes.xml: Set correct board type for badmintn. 2021-08-15 18:27:01 -08:00
AJR
0298e5d6c3 Use std::clamp in more source files 2021-08-15 21:32:53 -04:00
ajrhacker
08a0e5af5b
Merge pull request #8445 from 0kmg/nes-mappers-364,396
bus/nes: Added support for 4 multicarts on 2 board types.
2021-08-15 16:24:32 -04:00
0kmg
80cca64ddc bus/nes: Added support for 4 multicarts on 2 board types.
New working software list additions (nes.xml)
-----------------------------------
1994 Super HiK 3 in 1 (JY-007) [famiac, NewRisingSun]
1995 Super 8-in-1 (JY-050) [Consolethinks, NewRisingSun]
Super 8-in-1 Gold Card Series (JY-085) [Consolethinks, NewRisingSun]
Super 8-in-1 Gold Card Series (JY-086) [Consolethinks, NewRisingSun]
2021-08-15 11:49:44 -08:00
987123879113
ad360b142e
New working clones (#8418)
------------------
Guitar Freaks Ver 1.01 (GQ886 VER. EAD) [Taro]
Guitar Freaks Ver 1.01 (GQ886 VER. AAD) [Taro]
Guitar Freaks Ver 1.01 (GQ886 VER. JAD) [Taro]
Guitar Freaks Ver 1.01 (GQ886 VER. UAD) [Taro]
Guitar Freaks 2nd Mix (GQ883 VER. EAA) [Taro]
Guitar Freaks 2nd Mix (GQ883 VER. UAA) [Taro]
Guitar Freaks 2nd Mix (GQ883 VER. JAA) [Taro]
Guitar Freaks 2nd Mix (GQ883 VER. KAA) [Taro]
Guitar Freaks 2nd Mix (GQ883 VER. AAA) [Taro]
Guitar Freaks Link Kit 1 (GE929 VER. JAA) [windy fairy]
Guitar Freaks Link Kit 2 (GC929 VER. JBB) [windy fairy]
2021-08-15 15:30:04 -04:00
AJR
6a1ba6ed10 schexx: Map some memory 2021-08-15 13:05:44 -04:00
yz70s
855c9d4087 divtlb.cpp: remove a crash caused by the modulus operator
In the original code all values are signed integers, so m_dynindex would
overflow and become negative, then the modulus of a negative value by a
positive one would generate a negative result and finally the next array
read would make the program crash.
Also the maximum value plus one of m_dynindex is not generally a
multiple of m_dynamic and this would cause a jump in the values of
liveindex.
2021-08-15 18:57:07 +02:00
AJR
57ddc51b52 Debugger-related feature removals and cleanup
- Remove the hotspot read tracker. This was never robustly implemented, but changes to the memory system made it much less useful, and the "speedup opportunities" which it aimed to determine are not very important from a current emulation standpoint.
- Remove the CURSP/GENSP state symbol and the generic sp() getter. Stacking semantics vary too much between CPU architectures for this to be of much use. (A "SP" symbol has been added to a few CPU cores whose stack pointers were otherwise not being registered.)
- Remove the cached pointer to device_state_interface and the state() fast accessor from device_t. Most users of device_state_interface either already had a pointer to the specific CPU device type or needed to check first for the presence of the interface.
- Change the PC memory write tracker to use pcbase(), which works even when the instruction callback is masked out, instead of peeking at the PC history index.
- Remove some obsolete watchpoint-related definitions from machine.h.
2021-08-15 12:31:55 -04:00
ajrhacker
2cc894b9fe
Merge pull request #8440 from cam900/patch-178
seibuspi.cpp: Add/Fix notes for Jumper JP1
2021-08-15 11:25:30 -04:00
0kmg
caf6dd6b24
bus/nes: Added support of a pair of 4-in-1 multicarts. (#8441)
New working software list additions (nes.xml)
-----------------------------------
4 in 1 (K-3131GS) [anonymous]
4 in 1 (K-3131SS) [anonymous]
2021-08-15 10:24:09 -04:00
Jess Askey
ee07073837
avgdvg.cpp: support XY flip (#8444) 2021-08-15 10:23:18 -04:00
Miodrag Milanovic
2c98a7806b Remove not suported platform 2021-08-15 11:36:24 +02:00
Tom
aba63ad494
dumped megacd2 euro 2.11 bios (#8420)
megadriv.cpp: added mega-cd euro v2.11 bios [TwistedTom]
2021-08-14 22:27:52 -04:00
Scott Stone
47e2603657 Merge branch 'master' of https://github.com/mamedev/mame 2021-08-14 21:49:22 -04:00
Scott Stone
ec007c171c galaxian.cpp: Fix inputs for portera (not 100% the same as porter). Addresses MT#8051 2021-08-14 21:48:46 -04:00
tim lindner
24b3acbce8
sdl ui: fix choosing the root path (#8443) 2021-08-14 21:13:55 -04:00
ajrhacker
6d6e53e1e2
Merge pull request #8442 from 0kmg/nes-mapper230
bus/nes: Enable menu access for a Contra/22-in-1 combo cart.
2021-08-14 19:39:05 -04:00
0kmg
528c36e9c7 bus/nes: Enable menu access for a Contra/22-in-1 combo cart. 2021-08-14 12:32:01 -08:00
arbee
bc9ff10071 apple2gs: fix ZipGS delay for games that trigger the joysticks by read like Silpheed. [R. Belmont, TheKinsie] 2021-08-14 13:44:32 -04:00
cam900
c46572d765
seibuspi.cpp: Add/Fix notes for Jumper JP1 2021-08-15 00:26:29 +09:00
tim lindner
0013f69c4c
coco3: Revert constant RAM fix. (#8438) 2021-08-14 10:33:42 -04:00
Aaron Giles
1f192de48f MSVC fixes 2021-08-13 22:09:25 -07:00
Robbbert
45545a3216 MT 08050: ginganin: missing pcm samples 2021-08-14 13:56:50 +10:00
ajrhacker
e7d6e93ec5
Merge pull request #8433 from clawgrip/patch-2
New NOT_WORKING clones
2021-08-13 23:47:35 -04:00
0kmg
14c82e93d6
bus/nes: Added support for a 21-in-1 multicart. (#8435)
New working software list additions (nes.xml)
-----------------------------------
21 in 1 (GA-003) [Consolethinks]
2021-08-13 20:33:38 -04:00
AJR
10262d869b swim1, swim2: Implement callback for DAT1BYTE output 2021-08-13 19:56:57 -04:00
ajrhacker
ee0fe3ee35
Merge pull request #8437 from 0kmg/nes-mappers-212,217
bus/nes: More multicart fixes.
2021-08-13 19:12:14 -04:00
Michael Zapf
d4daff7cb3 ti99: Use offs_t instead of uint16_t for addresses, as they are 19 bit wide in the peribox. 2021-08-14 00:47:50 +02:00
0kmg
57a21653b0 bus/nes: More multicart fixes.
- Improved support for Super HiK 300-in-1 related multicarts. Fixes graphics in some games and gets a 9999-in-1 working.
- Added missing board support for 500-in-1 and related multicarts. These are correctly assigned to mapper 217 in the .nes loader.

Software list items promoted to working
---------------------------------------
255 in 1
500 in 1
500 in 1 (Alt)
2000 in 1 (No Splash, No Rev, Alt Mapper)
9999 in 1 (Anim. Splash, Rev 13)
9999999 in 1 (Alt)
2021-08-13 14:41:43 -08:00
hap
68a2d05d77 Machines promoted to working
----------------------------
Super Cobra (Gakken, green version) [hap, eggs]
2021-08-13 23:49:50 +02:00
ClawGrip
504b1e41d9
miniguay.cpp: Fixed game name, add notes. (#8431) 2021-08-14 06:14:47 +10:00
Ivan Vangelista
44ede91453 - crystal.cpp: used object finders and other minor cleanups
- onetwo.cpp: derived frequency from XTAL present on PCB
2021-08-13 18:10:46 +02:00
ClawGrip
c63a7ef416 Add 'scientus' 2021-08-13 17:29:17 +02:00
ClawGrip
868f1d5a7e
New NOT_WORKING clones
------------------------
Scientus (France) [PulkoMandy]
2021-08-13 17:24:10 +02:00
Robbbert
28bbea0fb9 Updated help text for bgfx_backend 2021-08-13 22:18:52 +10:00
Miodrag Milanovic
4abb9da0ec enable BGFX_CONFIG_DEBUG to get proper asserts 2021-08-13 14:00:53 +02:00
Miodrag Milanovic
4c9b0b24dc bgfx shaders recompile 2021-08-13 11:21:46 +02:00
ksherlock
5699c8ff02
apple2gs disassembly updates: (#8430)
- JSL support for gs/os & prodos 16 calls
- JSL/JML/STA vector support
- inline debug name support (Apple IIgs Tech Note #103)
2021-08-12 22:20:21 -04:00