Commit Graph

58422 Commits

Author SHA1 Message Date
AJR
6295651e91 backfire: Potentiometer controls really work now (see driver comments) 2018-04-08 00:18:02 -04:00
AJR
5e98a9fc72 Further ARM disassembly improvements
- Fix erroneous identification of S field in data processing opcodes
- Calculate result of ADD/SUB Rn, R15, #imm
2018-04-07 21:51:24 -04:00
AJR
905448b868 backfire: Clean up inputs; acknowledge IRQ (nw) 2018-04-07 19:31:05 -04:00
AJR
151e1b4bcc arm: Calculate R15-relative offsets in disassembly 2018-04-07 19:17:25 -04:00
AJR
7a3a0a4243 arm: Eliminate spurious LSL #32 shifts from disassembly (nw) 2018-04-07 18:43:58 -04:00
ajrhacker
1a0fae9b4c
Merge pull request #3437 from kazblox/master
Miscellaneous correction/documentation
2018-04-07 17:19:34 -04:00
AJR
1bd63be341 atarisy2.cpp: Fix erroneous change to gfxdecode (nw) 2018-04-07 17:16:48 -04:00
AJR
c9a0d21bb4 Build fix (nw) 2018-04-07 15:13:24 -04:00
ajrhacker
8785008a9f
Merge pull request #3433 from cam900/atarisy2_bank
atarisy2.cpp Cleanups
2018-04-07 15:12:32 -04:00
Jackson
db71ee1875 segag80r: Adjust Sindbad Mystery sound clocks to match PCB footage.
system1: document alternate Star Jacker board with different sound in source.
2018-04-07 15:08:58 -04:00
ajrhacker
11314aafec
Merge pull request #3431 from cam900/coolpool_latch
coolpool.cpp Updates
2018-04-07 15:08:31 -04:00
R. Belmont
0661e3fa41
Merge pull request #3436 from mamedev/revert-3423-aica_cpu
Revert " AICA Cleanups & Internalize CPU Core"
2018-04-07 14:29:41 -04:00
R. Belmont
4aefc37f72 Revert " AICA Cleanups & Internalize CPU Core (#3423)"
This reverts commit 36eb386c19.
2018-04-07 14:29:24 -04:00
cam900
36eb386c19 AICA Cleanups & Internalize CPU Core (#3423)
* AICA Cleanups & Internalize CPU Core
aica.cpp : Minor cleanups, Internalize ARM7DI core, Add device_clock_changed, Add notes, Sample/Timer rate related input clock, Implement some registers, Fix suffixes for hexadecimal values, Add imperfect_features Because emulation aren't completed, Fix suffixes for hexadecimal values
aicadsp.cpp : Fix suffixes for hexadecimal values
dccons.cpp : Add stereo(Both chip and output supports stereo), Minor cleanups
dc.cpp : Minor cleanups
hikaru.cpp : Add docs for aica ram size
naomi.cpp : Add docs for regional title difference, Fix suffixes for hexadecimal values

* aica.cpp, dccons.cpp : Add notes

* aica.cpp : Revert "Simpler ADPCM decoding", Fix AICA clock when adding
naomi.cpp : Add notes, Fix build
segasp.cpp : Minor cleanups

* aica.cpp : Remove unused macro

* aica.cpp : Fix unnecessary thing, Fix spellings

* aica.cpp : Fix timer period
2018-04-07 14:28:23 -04:00
Scott Stone
ba54dd22e5 Merge branch 'master' of https://github.com/mamedev/mame 2018-04-07 13:39:54 -04:00
Scott Stone
48c796304e konblands.cpp: Did not account for ACTIVE_LOW for dips and adjusted values accordingly (nw) 2018-04-07 13:39:25 -04:00
AJR
06e8bbd13e backfire: XOR is unnecessary here (nw) 2018-04-07 13:37:53 -04:00
AJR
c14deb7886 backfire: Add ADC for potentiometer controls (currently only working in test mode) 2018-04-07 12:45:58 -04:00
AJR
8007f158a9 gdfs: Flip-flop is probably not needed here (nw)
adc0808: Allow side effect disabling for reads (nw)
2018-04-07 10:44:08 -04:00
smf-
cc401b0641 uppercase is probably a better idea (nw) 2018-04-07 15:36:45 +01:00
MASH
b3defb71a6 Fix arcade build (#3434) 2018-04-07 16:26:57 +02:00
smf-
8b260011ac New Clone Added
--------------------------------------------------
Popeye (Braze High Score Kit P1.00D) [smf]
2018-04-07 15:22:52 +01:00
mooglyguy
045476e3aa -output: Removed remaining legacy output accesors from cinemat, and removed them from buggychl and thomson. [Ryan Holtz] 2018-04-07 13:51:44 +02:00
cam900
5d681235f0 atarisy2.cpp : Minor cleanups for bankswitching, Add address_map_bank_device for vram bankswitch handlers 2018-04-07 19:37:33 +09:00
MASH
ef77d3f1aa new not working clone (#3430) 2018-04-07 12:28:52 +02:00
Rebecca Wallander
cf3bcde83d ibm5170_cdrom.xml - Add Freddi Fisk och fallet med de försvunna sjögräsfröna (Sweden) (#3429)
* ibm5170_cdrom.xml - Add Freddi Fisk och fallet med de försvunna sjögräsfröna (Sweden)

* ibm5170_cdrom.xml - fix formatting
2018-04-07 12:02:44 +02:00
Ivan Vangelista
851db3f827 mastboy.cpp, mastboyo.cpp: private-ize a bit more, grammar police, source clean (nw) 2018-04-07 12:01:31 +02:00
David Haywood
26d3f01402 new WORKING machines (#3427)
* new WORKING machines
Master Boy (1987, Z80 hardware) [David Haywood, ARPA, Recreativas.org, The Dumping Union]

* info update (nw)
2018-04-07 11:52:32 +02:00
David Haywood
8886db2a79 new clones marked as NOT WORKING (#3428)
Paperboy (prototype) [Andrew Welburn]

had this sat here unsubmitted for years, looks like a different revision, maybe somebody else can make something more of it, possible the video system is not really system2 as the video boards were missing
2018-04-07 11:52:15 +02:00
cam900
9db2ef2f11 coolpool.cpp : Remove unused values 2018-04-07 18:31:44 +09:00
cam900
4787d98c47 coolpool.cpp : Add generic_latch_16_device for cpu-dsp communications, Split coolpool DSP io map and nballsht DSP io map, Fix rom tags 2018-04-07 18:30:22 +09:00
smf-
f6ba62f3e9 fix for building with Visual Studio (nw) 2018-04-07 10:26:20 +01:00
smf-
8ebd748b1b Fix fencepost in memory_manager::region_containing, which caused regions to be registered for state saving. [smf] 2018-04-07 08:55:53 +01:00
braintro
29a4d213f6 hvyunit.cpp: Show how clocks are derived (nw) 2018-04-06 22:45:35 -05:00
Scott Stone
492720e808 konblands.cpp: Added DIPs from manual [Tafoid] 2018-04-06 17:15:24 -04:00
Robbbert
d5b2069fda (nw) alesis: fixed regression with digits 2018-04-07 02:37:59 +10:00
hap
b4d0afcad9 unmix commas style (nw) 2018-04-06 17:43:12 +02:00
Robbbert
d15bad89f2 (nw) output finder for sspeedr 2018-04-07 01:42:11 +10:00
Robbbert
53dec1c0af (nw) output finder for cosmicos, newbrain. 2018-04-07 00:42:05 +10:00
Robbbert
5512e70061 (nw) output finder for splus,cpp 2018-04-06 11:54:14 +10:00
Robbbert
707764f7d6 (nw) output finder for llc1 and ut88mini 2018-04-06 10:40:47 +10:00
Robbbert
6e9cf05474 (nw) allied : fixed regression 2018-04-06 10:06:19 +10:00
angelosa
a0c8fa4961 aleck64.cpp: improved Magical Tetris Challenge tetrominoes display (ghost pieces and colors) [Angelo Salese] 2018-04-05 23:54:51 +02:00
AJR
7ec12d1a0a icecold: Use output finders (nw) 2018-04-05 17:50:37 -04:00
mooglyguy
f18e5bd4e6 -output: Removed legacy output handlers from stactics, skydiver, starcrus. [Ryan Holtz] 2018-04-05 21:48:44 +02:00
mooglyguy
6f915bd6c9 Fix crash in alesis driver, nw 2018-04-05 21:48:44 +02:00
Olivier Galibert
f65019462c Add notd, used by vf2 collision (nw) 2018-04-05 21:27:18 +02:00
mooglyguy
26389b2bed Because people would rather complain about compile errors that I somehow don't get, rather than just applying the obvious fix 2018-04-05 20:17:49 +02:00
mooglyguy
46bf65e819 -output: Removed legacy output accessors from super80, taitojc, tceptor, tehkanwc. [Ryan Holtz] 2018-04-05 18:37:28 +02:00
Ivan Vangelista
4889795445 galaxian.cpp: small notes update for dingoe (nw) 2018-04-05 18:26:43 +02:00