Commit Graph

68533 Commits

Author SHA1 Message Date
AJR
216de309c6 deco_mlc.cpp: Fix 8bpp sprite mode regression and emulator hanging in avengrgs (nw) 2019-09-11 22:53:35 -04:00
braintro
e001b228f6 (nw) Better documentation on Chelnov labels
The "EE" labels are common, the "EPR-" are rare
Verified the World ROM labels and MCU label.
For all sets the BPROMs are EE-16 & EE-17
Reinstate that EE-17 differs between sets and needs verification
2019-09-11 21:27:18 -05:00
braintro
adc60fd190 (nw) Correct ROM labels for Chelnov (Japan) 2019-09-11 20:40:02 -05:00
couriersud
9ea16d24e2 nl_examples: commit some long overdue changes. (nw) 2019-09-12 01:02:01 +02:00
R. Belmont
0c02c8aa07
Merge pull request #5612 from clawgrip/patch-13
New working software list additions
2019-09-11 14:16:51 -04:00
R. Belmont
ae625179c4
Merge pull request #5614 from npwoods/natkeyboard_std_array
Changing some arrays to use std::array<> in natkeyboard
2019-09-11 14:16:28 -04:00
npwoods
bc15184c90 Changed osd_get_clipboard_text() to return std::string (#5615)
* Changed osd_get_clipboard_text() to return std::string

This change has only been tested on Windows.  The Un*x/Mac versions were
made blindly; they might not even build.  This needs to be checked prior
to merging.

* Fixing Mac OS X build (hopefully)
2019-09-11 14:16:02 -04:00
ajrhacker
4f8928432a
Merge pull request #5621 from cam900/deco_mlc_bgblend
deco_mlc.cpp : Re-enable background color blending, Misc updates
2019-09-11 13:15:10 -04:00
ajrhacker
8d4faf60b3
Merge pull request #5622 from algestam/gnw_bfight_jet_thrust_sound_fix
hh_sm510: Melody ROM fix for gnw_bfight thrust effect
2019-09-11 13:14:32 -04:00
algestam
b25a18449c hh_sm510: Melody ROM fix for gnw_bfight thrust effect 2019-09-11 18:17:18 +02:00
AJR
405b7ef627 midzeus.cpp, zeus2: Bring static variables inside class; eliminate auto_alloc (nw) 2019-09-11 12:10:36 -04:00
hap
b2d8689462 nl: prodigy has no netlist (nw) 2019-09-11 17:21:40 +02:00
AJR
bdba7c85bd taito_f3.cpp, slapshot.cpp: Eliminate auto_alloc in video section (nw) 2019-09-11 11:18:48 -04:00
hap
27fec5deb6 ggm: add more keypad overlays (nw) 2019-09-11 17:17:40 +02:00
AJR
a193739a9d multipcm: Eliminate auto_alloc (nw) 2019-09-11 11:04:10 -04:00
AJR
80f1348e62 model1.cpp, model2.cpp: Eliminate auto_alloc (nw) 2019-09-11 10:45:22 -04:00
cam900
f33b1ee71d deco_mlc.cpp : Updates
Make background color blendable, Slightly simpler blending behavior, Fix spacing
2019-09-11 23:19:25 +09:00
Robbbert
48e3eb4174 (nw) i8251 : updated list of save-state variables 2019-09-11 19:52:12 +10:00
Ivan Vangelista
193b26e518 blackt96.cpp: measured PIC clock [Guru] 2019-09-11 07:17:22 +02:00
Robbbert
4279146dff (nw) i8251 : added notes 2019-09-11 14:53:01 +10:00
cam900
20b1e7fce1 deco_mlc.cpp : Update blending behavior and misc updates (#5620)
* deco_mlc.cpp : Updates
Update blending behavior closer to real hardware, Add notes, Fix  spacing, Reduce unnecessary lines, Use shorter / correct type values

* deco_mlc.cpp : Fix spacing
2019-09-10 23:13:47 -04:00
AJR
372cd19178 Fix QT debugger (nw) 2019-09-10 23:12:08 -04:00
AJR
5a24e6a29c rii: Misc. adjustments (nw) 2019-09-10 21:37:55 -04:00
AJR
0cd99546dd rii: Stack endianness is swapped; TBRD is allowed to be RPTed (nw) 2019-09-10 19:31:45 -04:00
AJR
286b34a24c rii: Add standard status flag display (nw) 2019-09-10 17:36:13 -04:00
AJR
ec4e6bdf0f Add preliminary RISC II execution core 2019-09-10 17:19:56 -04:00
couriersud
29575e4704 Fix SUBTARGET nl and move netlist makefile to gcc-9. (nw) 2019-09-10 21:40:24 +02:00
couriersud
7dea07a3ba netlist: Fix exception on MacOSX [Couriersud]
Some unknown system library seems to force the use of the global locale
on OSX. This is not the case for other *nix or Windows builds. This
commit fixes this by forcing the C locale in pfmt.
2019-09-10 21:37:36 +02:00
AJR
53df4f447d Use std::forward_list for breakpoint and registerpoint lists (nw) 2019-09-10 15:11:02 -04:00
AJR
e52c9cc290 exidy440.cpp: Fix crash/assertion failure caused by palette having too few entries 2019-09-10 14:48:37 -04:00
cam900
e4f1fad214 ay8910.h : Fix duty masking (#5616) 2019-09-10 12:43:22 -04:00
cam900
1fc8f18275 ay8910.cpp : Fix naming (#5613)
* ay8910.cpp : Fix naming

* ay8910.cpp : Fix typo
2019-09-10 12:41:40 -04:00
ajrhacker
cb1a70cd0f
Merge pull request #5617 from clawgrip/patch-14
balsente.cpp: Fix notes about missing games (nw)
2019-09-10 10:24:48 -04:00
ClawGrip
166c24b6b7
balsente.cpp: Fix notes about missing games (nw) 2019-09-10 16:23:12 +02:00
angelosa
0e4d54c508 archimds.cpp: preliminary serial joystick interface [Angelo Salese]
- also adds compatibility tests for AA (nw)
2019-09-10 13:18:28 +02:00
npwoods
35e5616ca8 Changing some arrays to use std::array<> in natkeyboard 2019-09-10 06:41:15 -04:00
hap
d5b3dca0ad hh_sm510: add note (nw) 2019-09-10 10:57:20 +02:00
algestam
14d05d780d fix issue with explosion sound effect not playing after miss (#5611) 2019-09-10 10:47:40 +02:00
Lord-Nightmare
a57b7a12c1 The unpopulated eproms on the Symbolics 3670 FEP read as 0xFF, based on hardware tests. [Josh Dersch] 2019-09-10 03:07:19 -04:00
AJR
d37ab0c826 rii: Misc. notes; minor disassembler update (nw) 2019-09-10 00:45:02 -04:00
Roberto Fresca
6fc14b90ed igspoker.cpp: Workaround to fix the random locks for protection
in the sets cpoker, cpokert and cpokerx. Also fixes MT03635.
[Roberto Fresca]
2019-09-10 05:20:41 +02:00
cracyc
2c485b158c plugins/cheat: add time functions to cheat sandbox 2019-09-09 20:56:39 -05:00
AJR
ea6c34dbbc ay8910: Don't play fast and loose with register initialization; some builds warn about that (nw) 2019-09-09 19:39:29 -04:00
AJR
5749b1ded1 h6280: Use official names for banking registers; reduce logical width of address space 2019-09-09 19:38:27 -04:00
ClawGrip
92d69d4691
New working software list additions
-----------------------------------
Bob der Baumeister - Bobs spannender Arbeitstag (Germany, Rev. 104) [TeamEurope]

New NOT_WORKING software list additions
---------------------------------------
Cranium - Freizeit Park - Ein Jahrmarkt voller Spiel- und Lernspaß (Germany) [TeamEurope]
2019-09-09 23:38:51 +02:00
mooglyguy
451066eaca -saa7191: Skeleton device for the Philips SAA7191 Digital Multistandard Colour Decoder (DSMD), nw
-sgi_mc: Fixed a silly oversight which should fix an Indigo 2 regression, nw

-vino: Added kludge devcbs for I2C data out/in/stop, nw
2019-09-09 22:38:20 +02:00
fulivi
d4e2fbd306 HP9845: TACO driver re-written (#5601)
* hp9825: fixed a bug in 9825t

* hp9845: TACO driver re-written from scratch, DC100 tape separated into
a new device, various adaptations

* hp9845: "new TACO" renamed to just "TACO"
2019-09-09 16:05:41 -04:00
R. Belmont
eaae4640aa
Merge pull request #5600 from FakeShemp/iteagle
Add new Incredible Technologies Golden Tee Fore! upgrade CD-ROM image…
2019-09-09 16:05:16 -04:00
R. Belmont
d33731d458
Merge pull request #5604 from rfka01/master
at.cpp added several motherboards and BIOS versions, sort by Chipset
2019-09-09 16:04:59 -04:00
R. Belmont
305d8e427c
neptunp2.cpp: Add EEPROM dump to 'rockroll' [jordigahan, ClawGrip] (#5605) 2019-09-09 16:03:34 -04:00