Commit Graph

77854 Commits

Author SHA1 Message Date
Ivan Vangelista
2b7488ed2b abc80, goldart, hankin, jp, namcona1, namcos2, namcos86: initialized some variables which were causing incorrect behaviours in drvnoclear debug builds 2021-02-16 13:34:38 +01:00
Ivan Vangelista
7eacacfd80 good.cpp: identified some dips 2021-02-16 13:18:38 +01:00
arbee
a3903f6e88 macprtb: convert to new SWIM [R. Belmont] 2021-02-15 23:37:41 -05:00
arbee
fb58ad9d8e applefdintf: add helpers for adding 400K and HD Sony drives [R. Belmont] 2021-02-15 23:35:53 -05:00
ajrhacker
d47b43400a
Merge pull request #7790 from nabetse00/feat-m68000-gdbstub
Add m68000 to debugger gdbstub [nabetse00]
2021-02-15 23:33:27 -05:00
leesaudan2
6479fc5df0
apple2gs: added floppy drive sounds (for new IWM implementation) (#7793) 2021-02-15 23:25:52 -05:00
Roberto Fresca
61e0c1d4da New working machines
--------------------
Ms PacMan Twin (Argentina) [Roberto Fresca, Mirko Buffoni, ArcadeHacker, Rick2000, ytsejam, recreativas.org]
2021-02-16 01:53:06 +01:00
Olivier Galibert
26bf6638a9 woz: Add write
some formats: Correct setting up of form factor and variant
2021-02-15 23:45:00 +01:00
arbee
6cd0093327 apple2gs: Switch to the new IWM. .WOZ is now supported for both 3.5" and 5.25" disks. [O. Galibert, R. Belmont] 2021-02-15 17:23:30 -05:00
nabetse
133c207dbf add m68000 to debuger gdbstub 2021-02-15 22:02:25 +01:00
Ivan Vangelista
af8ebaef71 thepit.cpp: identified and dumped PROMs for thehole and theportr [Caius] 2021-02-15 20:55:58 +01:00
Olivier Galibert
ea3904bdf4 woz: Fix 2.0 format track length 2021-02-15 20:22:10 +01:00
Vas Crabb
aed9f93f39 jongkyo.cpp: Clean up input code a little. 2021-02-16 04:12:46 +11:00
Ivan Vangelista
a773f997f9 New working clones
------------------
Street Fighter II': Magic KO Turbo!! - Nightmare Crack [f205v, Maru79]
2021-02-15 18:09:21 +01:00
hap
443ad8f864 New working machines
--------------------
Black Knight Pinball (Entex) [hap, Sean Riddle, Rik]
2021-02-15 17:56:53 +01:00
Vas Crabb
0ba1d1db35 frontend/ui: Improved messages displayed when files are missing.
* Only show things preventing launch in UI (not NO_DUMP, optional, etc.)
* Don't show details like file lengths and checksums in UI
* Actually do system audit when launching from favourites
* Log the more detailed summary at info level
2021-02-15 23:32:05 +11:00
Olivier Galibert
13017e5de1 swim1: import iwm fixes 2021-02-15 09:22:12 +01:00
Olivier Galibert
2835f1c165 iwm: Better state management, better write flush, better underrun handling 2021-02-15 08:12:00 +01:00
Patrick Mackinlay
c823e1668f interpro: correct function signature 2021-02-15 12:38:54 +07:00
cracyc
b97c1dbc94 hiscore.dat: rename changed sets 2021-02-14 19:31:19 -06:00
hap
147b5e72a4 added MM5799 MCU emulation [hap]
New working machines
--------------------
Basketball (Mattel) [hap, Sean Riddle]
QuizKid Speller [hap, Sean Riddle]

New working clones
------------------
QuizKid Racer (MM5799 version) [hap, Sean Riddle]
2021-02-14 23:23:28 +01:00
Ivan Vangelista
2d0f0bf867 jongkyo.cpp: removed tagmap lookups and auto_alloc_array 2021-02-14 23:10:49 +01:00
ajrhacker
bc1402399b
Merge pull request #7787 from ajrhacker/array_length
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
2021-02-14 14:24:53 -05:00
AJR
bc0146c203 Eliminate ARRAY_LENGTH template in favor of C++17's std::size
* osdcomm.h: Move definition of EQUIVALENT_ARRAY to coretmpl.h

* sharc.cpp, gt64xxx.cpp, ym2413.cpp, gb_lcd.cpp, snes_ppu.cpp: Use STRUCT_MEMBER for save state registration

* gio/newport.cpp, megadrive/svp.cpp, nes_ctrl/bcbattle.cpp, arm7.cpp, tms9995.cpp, pckeybrd.cpp, sa1110.cpp, sa1111.cpp, jangou_blitter.cpp, vic4567.cpp: Use std::fill(_n) instead of memset

* emucore.h: Remove obsolete typedef
2021-02-14 11:05:57 -05:00
DavidHaywood
91310bcdeb new WORKING clones
--------
Thomas & Friends - Learning Circus Express (Sharp Cookie) (NTSC, US) [Sean Riddle, David Haywood]
2021-02-15 01:26:15 +11:00
Olivier Galibert
23b3298204 floppy: ignore set_write_splice when the motor is not running 2021-02-14 12:34:56 +01:00
Roberto Benfatto
02d6b1e457
scripts: Remove references to non-existent headers and duplicate source file references. (#7770) 2021-02-14 22:15:17 +11:00
Robbbert
8f8c365cf0 esqkt: Coverity 315636 2021-02-14 20:28:24 +11:00
Ivan Vangelista
b44ec68325 gottlieb.cpp: as suggested, reworked 576534b767 to be more standard/simpler 2021-02-14 07:53:37 +01:00
Ivan Vangelista
cf9045fa2f devices/bus/c64/exp.cpp: fixed copy paste error introduced in 7e5a013c09 2021-02-14 07:20:25 +01:00
Robbbert
96e029343b MT 06668: mhavoc: graphics missing in maze stages 2021-02-14 15:17:04 +11:00
arbee
0dd13258bd apple2cp: Initial new IWM / Sony hookup for IIc Plus [R. Belmont] 2021-02-13 19:33:51 -05:00
AJR
11ce4f0ede Stop converting debugger console commands to all lowercase before parsing them. Case insensitivity has been preserved for command names, CPU and region tags and certain symbolic parameters (as well as expressions, which were treated as case-insensitive in other contexts), but filenames and character constants are no longer automatically lowercased.
* debugcmd.cpp, debugcon.cpp: Remove some superfluous c_str() calls
* debugcmd.cpp: Remove local member referencing debugger_cpu, which is accessed only rarely since the console now tracks the visible CPU
2021-02-13 14:31:35 -05:00
Ivan Vangelista
7e5a013c09 bus/c64: fixed MT07867 2021-02-13 20:12:23 +01:00
AJR
6aa8804ac4 halleys.cpp: Eliminate deprecated auto_alloc 2021-02-13 13:35:20 -05:00
Ivan Vangelista
576534b767 gottlieb.cpp: fixed MT07874 2021-02-13 19:20:19 +01:00
arbee
9967ab0524 apple2gs: better fix for 'p' being marked as keypad [ksherlock] 2021-02-13 12:24:29 -05:00
arbee
854bd7a84d apple2gs: add keypad equals, fix p showing as keypad (GitHub #7658) [R. Belmont] 2021-02-13 12:13:48 -05:00
Robbbert
a1719a7c9c cmi01a: Coverity 315772; fm7: Coverity 315775 2021-02-14 04:12:17 +11:00
Robbbert
3e4cf534db interpro: Coverity 315916 2021-02-14 03:32:18 +11:00
Robbbert
5569db9be3 audio rax: Coverity 315527 2021-02-14 03:16:12 +11:00
cracyc
5faba2b813 plugins/discord: fix softlist longname 2021-02-13 09:39:39 -06:00
Robbbert
2604f15c10 bfm_sc2: Coverity 316034,315508 2021-02-14 02:27:09 +11:00
Robbbert
b8354a4a5f kageki: Coverity 316055 2021-02-14 02:09:06 +11:00
Robbbert
5dfe24b639 confswitch: Coverity 316067 2021-02-14 01:48:08 +11:00
Robbbert
fa9298cb16 halleys: Coverity 316135 2021-02-14 00:29:16 +11:00
Robbbert
0a8952b202 snes_ppu: Coverity 316154 2021-02-14 00:19:27 +11:00
AlesanddroPB95
45cee35534
generalplus_gpl16250_mobigo.cpp: correct release years (#7773) 2021-02-13 13:50:42 +01:00
Robbbert
e0915ba506 pt68k4: Coverity 316195, 316197 2021-02-13 23:37:14 +11:00
Robbbert
a672c12c08 custui: Coverity 316207 2021-02-13 23:22:02 +11:00