Dirk Best
c427f33199
model2: Use sega_315_5338a_device and improve inputs/outputs.
...
- daytona: Map outputs and coin counters. Cleanup inputs.
- desert: Map outputs and coin counters. Cleanup inputs.
- vcop: Map outputs and coin counters. Cleanup inputs and map debug
switch to not show enemies.
2018-04-08 17:40:36 +02:00
Dirk Best
92449722e0
model1: Use sega_315_5338a_device and improve inputs/outputs.
...
- vr: Map outputs and coin counter.
- vf: Map outputs and coin counter.
- swa: Map outputs and coin counter.
- wingwar: Map outputs and coin counter. Fix crash.
- wingwar360: Map outputs and coin counter. Add second coin slot and
remove view buttons.
- netmerc: Map outputs and coin counter. Cleanup and label inputs. Map
analog controller unit.
2018-04-08 17:40:29 +02:00
Dirk Best
d2e0e1f182
Devicify Sega 315-5338A
2018-04-08 17:40:23 +02:00
Vas Crabb
38eec74ef7
clean some stuff up (nw)
2018-04-08 23:46:20 +10:00
braintro
2469e33394
Add in Release / Development dates according to F2 System's website (nw)
2018-04-08 02:16:41 -05:00
braintro
95f03e567e
vamphalf.cpp: Update cut-n-paste to reflect actual chip on PCB (nw)
2018-04-08 01:53:44 -05:00
braintro
22789777fe
vamphalf.cpp: minor note about New Cross Pang is a sequel to "Cross Pang" (nw)
2018-04-08 01:43:27 -05:00
braintro
172be2feaa
new machine added - New Cross Pang
...
New Machine Added
--------------------------------------
New Cross Pang [f205v, Brian Troha, The Dumping Union]
2018-04-08 01:37:39 -05:00
Justin Kerk
10b559b729
ibm5170: Redumped wngcm2sp from unmodified disks. [breiztiger]
...
New working software list additions
-----------------------------------
ibm5150: Breach 2, Future Wars - Adventures in Time (3.5"), The Monuments of Mars! [Arcade Shadow]
ibm5170: Heart of China (Kixx XL release), Maniac Mansion: Day of the Tentacle, Quarantine, World Cup USA '94, Wolfenstein 3-D (v1.4, 3.5" HD, Apogee newer), Wolfenstein 3-D (v1.4, 3.5" HD, Mindscape) [Arcade Shadow]
2018-04-07 21:57:01 -07:00
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