Commit Graph

77837 Commits

Author SHA1 Message Date
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
Robbbert
3beb4a9fa7 specimx: missed another null reference 2021-02-13 22:36:42 +11:00
Robbbert
e8a798aba3 sfcbox: Coverity 315419 2021-02-13 22:29:10 +11:00
Robbbert
5ce403ec4c lordgun: Coverity 315424 2021-02-13 22:15:08 +11:00
Robbbert
fbfbed1a22 specimx: Coverity 315439 2021-02-13 21:59:12 +11:00
Robbbert
052353fd22 thegrid: Coverity 315445 2021-02-13 21:36:33 +11:00
Robbbert
021aba7d9c i8271: Coverity 315667 2021-02-13 21:20:29 +11:00
Robbbert
cd60ebe661 avr8: Coverity 315979 2021-02-13 21:14:30 +11:00
Ivan Vangelista
4d28f5e85f m58.cpp: fixed MT06650 2021-02-13 10:10:27 +01:00
Olivier Galibert
28a9629787 apple floppy: Correct the dskchg polarity. 2021-02-12 22:26:32 +01:00
ajrhacker
4a8a497828
Merge pull request #7767 from clawgrip/patch-3
galaxian.cpp: Dumped and added PROM for 'olibug' and 'galkamika' [ClawGrip]
2021-02-12 12:53:38 -05:00
Ivan Vangelista
96cbb0596b atlantis, astrocde, cps1, pcxt, spyhuntertec, tx1, undrfire, vamphalf: initialized some variables which were causing incorrect behaviours in drvnoclear debug builds 2021-02-12 18:00:14 +01:00
ClawGrip
ba057107cd
galaxian.cpp: Dumped and added PROM for 'olibug' and 'galkamika' [ClawGrip] 2021-02-12 15:38:48 +01:00
Ivan Vangelista
dd8ee157d8 gunpey, hexion, triplhnt, ultratnk: initialized some variables which were causing incorrect behaviours in drvnoclear debug builds 2021-02-12 13:57:42 +01:00
Olivier Galibert
9ba8e4a8c8 floppy: Filter out the writes when write protected, useful when when the apple2gs does a packet send (e.g a write) over DCD with write protect forced on (to avoid damaging a possibly present disk). 2021-02-12 09:37:57 +01:00
Vas Crabb
1a44294de9 seattle.cpp: Use mnemonic BIOS names, organise BIOS versions in ascending order. 2021-02-12 14:25:09 +11:00
AJR
80621acaf1 grobda: Eliminate DAC and allow the 15XX custom to play the speech sample
* sound/namco.cpp: Allow channels to still play with a frequency of 0; allow writes to manipulate the counter directly for namco15xx
2021-02-11 18:27:01 -05:00
James Wallace
58e8ca846c -jpmimpct.cpp Improved SVG stencils for VFD layout 2021-02-11 20:59:57 +00:00