Commit Graph

84785 Commits

Author SHA1 Message Date
Ivan Vangelista
4ebe2e80e3 - igs/goldstar.cpp: corrected palette for cmfb55 [Ioannis Bampoulas]
- comad/funybubl.cpp, comad/galspnbl.cpp, comad/zerozone.cpp: consolidated drivers in single files
2022-11-05 08:14:36 +01:00
angelosa
00309d4a6c machine/rp5c01.cpp, seibu/banprestoms.cpp: add preliminary Sharp LH5045 RTC device 2022-11-04 21:14:57 +01:00
hap
bcaed327ff starfire: zerofill class variables 2022-11-04 20:51:50 +01:00
hap
e0ec6f8203 ironhors: fix spriteram oob access 2022-11-04 20:40:34 +01:00
hap
af440587a3 copsnrob: fix videoram oob access 2022-11-04 20:23:28 +01:00
hap
e77e77d51c calorie: fix spriteram oob access 2022-11-04 20:12:27 +01:00
hap
cb43fe36d3 flower_a, gomoku_a: safer intermediate sound mixer buffer size 2022-11-04 20:02:47 +01:00
hap
256894fdb4 atarifb: tilemap was too large for tileram 2022-11-04 19:19:50 +01:00
hap
4eedb53f14 blueprnt: fix negative index array access 2022-11-04 19:00:51 +01:00
hap
34b92cfc3d namcos22: fix array out of bounds on text tiles 2022-11-04 18:30:39 +01:00
Vas Crabb
cb444cc31f Updated Czech and Slovak translations. [Milan Galcik] 2022-11-05 01:45:07 +11:00
Vas Crabb
a858c508c9 docs: Update instructions for adding mame package repository in MSYS2 2022-11-05 00:27:50 +11:00
AJR
53a3d926ea banprestoms.cpp: Fix clang error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] 2022-11-04 08:51:23 -04:00
hap
748ad15430 fcombat: fix gameover screen in cocktail mode 2022-11-04 12:45:00 +01:00
angelosa
0000f9e0bd seibu/banprestoms.cpp: identify RTC in tvdenwad 2022-11-04 05:46:29 +01:00
angelosa
5adcecc1db misc/pntnpuzl.cpp: hookup correct SVGA card 2022-11-04 05:02:30 +01:00
Patrick Mackinlay
313f019fe2 mg1: replace timer with clock, fix typo 2022-11-04 08:44:53 +07:00
angelosa
e9c69b54f6 ice/lethalj.cpp: identify steering wheel scheme for franticf/franticfa, make it sorta playable 2022-11-04 02:35:51 +01:00
MetalliC
171c1b4c43 naomi.cpp: added Dev BIOS v1.2 [MetalliC, rtw, zozo] 2022-11-04 02:10:02 +02:00
MetalliC
0d6c1fac41 new NOT_WORKING clone
-----------------------
Ibara (2005/03/22 MASTER VER.., '06. 3. 7 ver.) [alamone]
2022-11-04 01:35:58 +02:00
algestam
4eb4dd2e87
New working machine added (#10503)
-----------
Mega Man 3 (Tiger handheld) [algestam, Sean Riddle]
2022-11-03 22:56:57 +01:00
Ivan Vangelista
fffa96c743 - cinematronics/leland.h: zero-filled variables
- dataeast/stadhero.cpp, dataeast/tryout.cpp: consolidated drivers in a single file
2022-11-03 19:23:43 +01:00
Olivier Galibert
624ea9dacf 68000: Add a level of transparent indirection, turn the reset output line into devcb. 2022-11-03 09:32:13 +01:00
Patrick Mackinlay
610711cd5a mg1: add keyboard emulation 2022-11-03 13:49:03 +07:00
Vas Crabb
e20aee901e osd/eigccx86.h: Added optimised rotate helpers.
These perform better than the constexpr function when the value is not
known at compile time.  If the value is known at compile time, you
probably shouldn't be using these utilities anyway.
2022-11-03 14:14:55 +11:00
0kmg
c13693834e
gamecom.xml: Added a prototype. (#10493)
New working software list additions (gamecom.xml)
-----------------------------------
Castlevania - Symphony of the Night (prototype) [anonymous, diskman.com, Hidden Palace]
2022-11-03 13:31:20 +11:00
Ivan Vangelista
9d6064fdce New clones marked as NOT_WORKING
--------------------------------
Super Real Magic (V6.3) [Ioannis Bampoulas]
2022-11-02 19:50:06 +01:00
hap
c97fed2670 New working machines
--------------------
Teammate Game Computer [hap, Michael Kamprath, Sean Riddle]
2022-11-02 17:50:16 +01:00
hap
e70843b46c battlane: fix cocktail mode [dink] 2022-11-02 17:50:16 +01:00
Ivan Vangelista
18aca96b4e New working clones
------------------
The Simpsons (4 Players World, set 3) [Jorge Silva]
2022-11-02 06:56:17 +01:00
AJR
383dc49c57 cpu/ks0164: Fix mistake in 678036dcd4 2022-11-01 19:42:14 -04:00
AJR
678036dcd4 cpu/cr16b, cpu/es5510, cpu/ks0164, cpu/mb86235, cpu/sharc, upd7220: Use util::sext and other bit utility functions
* cpu/sharc: Be a bit more paranoid about extreme values of bit6 and len6 (non-DRC)
2022-11-01 19:39:08 -04:00
AJR
4df2f9d2f9 coretmpl.h: Add utility function for sign-extending values of arbitrary width
* cpu/ccpu: Simplify code for right-shifting 12-bit values arithmetically
* konami/3dom2_te.cpp: Fix probable copy-and-paste error
2022-11-01 15:06:47 -04:00
hap
7d9ccfa426 advision: re-add timer check 2022-11-01 19:18:07 +01:00
hap
316a1dcf18 Revert "emu_timer adjust(): set enable flag to false if timer isn't running"
This reverts commit 220a2cc8f6.
2022-11-01 18:15:24 +01:00
hap
b527e43528 Revert "emu_timer: undo prev commit, add running() getter and change some enabled() calls to that"
This reverts commit 957cfaa53d.
2022-11-01 18:14:40 +01:00
hap
4e8a667e91 Revert "wd_fdc: Use the new active()"
This reverts commit acd8d3c144.
2022-11-01 18:14:23 +01:00
hap
39a794edb1 jedi_v: bogus gcc 'variable may be uninitialized' warning 2022-11-01 12:29:54 +01:00
hap
b89639853f jedi: fix disappearing gfx when deathstar explodes [dink] 2022-11-01 12:26:42 +01:00
hap
b8e5e554ea vertigo: some class variables were not zerofilled 2022-11-01 11:15:40 +01:00
Vas Crabb
ae24a68f0d ussr/dvk_kcgd.cpp: Fixed bad crystal maths.
Also worked around a couple of MSVC warnings reported in #10488.
2022-11-01 13:07:13 +11:00
AJR
f1089a13fa vcs_ctrl/joybooster.cpp: Correct device name; add notes 2022-10-31 20:28:00 -04:00
Ivan Vangelista
5c14bcdfcb New working clones
------------------
Championship Bowling (location test) [CoolMod, The Dumping Union]
2022-10-31 04:24:36 +01:00
MooglyGuy
9ce843c1d4
quantel/dpb7000.cpp: Major functional improvements. (#10467) [Ryan Holtz]
* Added tablet comms HLE, improved drawing, and store combiner functionality.
* Added hard disk support. Fixed Field-In/Field-Out IRQ polarity.
* Fixed stencil-store selection - improves brush edges.
* Fixed handling of horizontal and vertical scroll registers.
* Added support for Framestore Read and Framestore Write commands.
* Improved position matching between cursor and crosshair.
* Started work on support for typeface brushes.
* Fixed disk initialization, in-use flag was erroneously removed from Restore command.
* Improved typeface emulation and keyboard emulation.
* Improved text stamping.
* Added known issues list to the driver's comment block.
2022-10-31 02:17:12 +11:00
feos
687121ff05
emu/sound.cpp: Don't force lower samplerate for dummy sound output module. (#10483)
When using lua instead of OSD to obtain samples, we don't need sound output, but we need decent sample rate.
2022-10-31 02:12:54 +11:00
Angelo Salese
026f8c97d9
pokey.cpp: remove m_SKCTL assignment hack in device_start and issue a potgo at device_reset instead (#10462)
- fixes a1200xl booting to self-test no matter J1 setting
2022-10-30 15:20:05 +01:00
Dirk Best
8d20e0cbc6 upd934g: Preliminary support for ACCENT/MUTE 2022-10-30 09:50:33 +01:00
AJR
4a5b869b0d cpu/dsp32: Modify previous change, clamping before the narrowing conversion 2022-10-29 22:09:10 -04:00
AJR
9e98def219 cpu/dsp32: Simplify int24 operator logic 2022-10-29 22:03:55 -04:00
AJR
16b6207d1a cpu/i960, cpu/sh: Use rotl_32 and rotr_32 for executing rotate instructions 2022-10-29 19:53:20 -04:00