Commit Graph

51469 Commits

Author SHA1 Message Date
Ivan Vangelista
aa039f7876 final timer_pulse removal (nw) 2017-05-16 07:21:04 +02:00
Ivan Vangelista
0fbdbdafc9 exidy.cpp: added PROMs to the mtrap sets. These come from a bootleg board and I marked them as bad_dump, though I believe they'll be verified as correct. The Mouse Trap manual confirms it has 3 PROMs.
New working clone
----------------------------
Mouse Trap (version 4, bootleg) [f205v]
2017-05-16 07:19:02 +02:00
Ivan Vangelista
f6ef93a2a1 s3.cpp: corrected wldcp_l1 title (nw) 2017-05-16 07:15:16 +02:00
briantro
4d9967dca7 epos.cpp: Make Tristar 8000 AY clock similar to Tristar 9000 - still not confirmed (nw) 2017-05-15 23:02:15 -05:00
briantro
ee91d515ce model3.cpp: Minor doc update (nw) 2017-05-15 22:10:14 -05:00
Nathan Woods
55e95d8ea7 Adding hack to fish hashpath option out of INI files prior to softlist evaluation
eientei95 reported an error where the hashpath specified in INI files was not being honored in softlist evaluation.  This is a change to preprocess INI files for the sole purpose of finding the hashpath prior to evaluating softlists.
2017-05-16 10:39:56 +10:00
Dirk Best
94dc282a8f megaphx: Remove PIC MCU simulation, emulate it instead
* It's now emulated using the existing PIC16C54 dump
* Proper 8255 PPI hookup
* Clean up dip switches, add dip locations
* Add documentation
2017-05-16 00:24:29 +02:00
Dirk Best
85c01f5721 New device: SN54/74166 8-Bit Parallel-In/Serial-Out Shift Register 2017-05-16 00:24:08 +02:00
AJR
5d8deceb2a Merge branch 'pangbb' 2017-05-15 15:48:57 -04:00
AJR
8a0546bd49 New working clone
* Pang (bootleg, set 5) [ShinobiZ]

(nw) Demoted all MSM5205 Pang clones to MACHINE_IMPERFECT_SOUND, since music speed, which is actually set by the MSM5205 VCK output, is likely too fast for all of these. The sound CPU probably does run at 4MHz, since it's a Z80A.
2017-05-15 15:47:15 -04:00
Scott Stone
515c79bf94 Merge branch 'master' of https://github.com/mamedev/mame 2017-05-15 15:18:05 -04:00
Scott Stone
2a4132f9e8 Fix for cbm4032b "Fatal error: devcb_read: Error performing a late bind of type 9pet_state to 14pet2001b_state (name=pet2001b_state::pia1_pb_r)" (nw) 2017-05-15 15:17:13 -04:00
yz70s
5c03627116 xbox: little correction (nw) 2017-05-15 21:15:00 +02:00
Miodrag Milanovic
9be358832d Fix tools as well (nw) 2017-05-15 19:40:12 +02:00
Miodrag Milanovic
a4c5e29c2f Forgot this one for GCC 7.1 (nw) 2017-05-15 19:27:56 +02:00
Miodrag Milanovic
f3b954ba6e Fix remaining GCC 7.1 issue (nw) 2017-05-15 18:47:53 +02:00
Miodrag Milanovic
662cee7fa4 Buffer overrun warnings from GCC 7.1 fixed (nw) 2017-05-15 18:47:53 +02:00
cracyc
40e1e3e698 Merge pull request #2303 from cracyc/linenoise_new
linenoise work
2017-05-15 11:41:06 -05:00
hap
e5f3a12e0a spc700: 3 more (nw) 2017-05-15 18:40:36 +02:00
hap
ac0d547d6f spc700: fix N flag in OP_LSRM (nw)
this macro is playing with fire:
#define FLAG_NZ     m_flag_n = m_flag_z /* Negative Flag and inverted Zero flag */
2017-05-15 18:34:04 +02:00
hap
8c18f02cee spc700: get rid of unneeded shifts (nw) 2017-05-15 18:30:56 +02:00
Miodrag Milanovic
21f7c8423f Fix obvious bugs found by GCC 7.1 (nw) 2017-05-15 17:38:50 +02:00
Miodrag Milanovic
b3e4f34645 constructor delegation (nw) 2017-05-15 11:23:45 +02:00
Miodrag Milanovic
b4fb95dd59 Fix validation (nw) 2017-05-15 11:01:34 +02:00
angelosa
572a1c803a ppp2nd note (nw) 2017-05-15 07:54:59 +02:00
angelosa
4b68c1bf4d Gun triggers for p911/jpark3 (nw) 2017-05-15 07:31:14 +02:00
Lord-Nightmare
321d93323f epos.cpp: Implemented Tristar 9000 hardware ay-3-8910 port A 'multiplexer', PSG REGISTERS test can (in theory) pass with dipswitches set now.
Switched Tristar 8000 hardware to use ay-3-8912 as shown on schematics. [Lord Nightmare]
2017-05-15 01:08:39 -04:00
Vas Crabb
21d0662302 need a _and_ b (nw) 2017-05-15 12:24:32 +10:00
Vas Crabb
3a62007453 outputs were supposed to be safe (nw) 2017-05-15 12:19:48 +10:00
Vas Crabb
d3aa5244c7 one more typo (nw) 2017-05-15 11:50:22 +10:00
Dankan1890
38e846738d Starting from the Favorites menu now starts the software list submenu (if necessary). (#2308)
* Starting a machine containing a list of the software from the Favorites menu, now determines the launch of the appropriate sub-menu with the list of software.
2017-05-15 11:37:55 +10:00
Vas Crabb
e7b8a8f98e couple more things for MSVC (nw) 2017-05-15 11:24:15 +10:00
npwoods
a46365d250 Merge pull request #2307 from tlindner/games_master_cartridge
Games Master Cartridge slot device for the Color Computer
2017-05-14 21:15:59 -04:00
Vas Crabb
e9de4eef90 and another (nw) 2017-05-15 10:49:44 +10:00
Vas Crabb
cfa63c7e1d forgot this (nw) 2017-05-15 10:48:38 +10:00
Vas Crabb
467143a5ac thorn in my side (nw) 2017-05-15 10:47:05 +10:00
Vas Crabb
6fbb04c725 work around MSVC issue (nw) 2017-05-15 10:33:52 +10:00
Vas Crabb
0026135232 fix 25pacmano (nw) 2017-05-15 10:05:14 +10:00
Vas Crabb
7c470f36c4 fix up bad state classes (nw) 2017-05-15 10:00:37 +10:00
tim lindner
963efbea77 Vasified source. 2017-05-14 15:50:36 -07:00
tim lindner
ef3254e428 Minor cleanup of some old defines. 2017-05-14 13:58:31 -07:00
tim lindner
5919311dd5 Updated for latest mame revision. 2017-05-14 13:53:08 -07:00
smf-
c1879a8c6c more spelling fixes (nw) 2017-05-14 21:48:48 +01:00
tim lindner
239f178cfe Merge branch 'master' into games_master_cartridge 2017-05-14 13:35:43 -07:00
smf-
e141a1c3b7 more incorrect names fixed (nw) 2017-05-14 21:17:21 +01:00
smf-
3607ecbd45 typo for MSVC (nw) 2017-05-14 21:09:26 +01:00
Justin Kerk
7db5c04a5d New working software list additions
-----------------------------------
ibm5150: Operation Wolf, Terminator 2: Judgment Day [ArcadeShadow]
ibm5150: Ferrari Formula One, Savage [breiztiger]
ibm5170: Dark Seed, The Secret of Monkey Island [ArcadeShadow]
2017-05-14 12:48:36 -07:00
Ted Green
c84d7f1806 pci-ide: Allow for address size resolving even in legacy mode. (nw) 2017-05-14 13:22:12 -06:00
briantro
e99238e88b senjyo.cpp: Compile fix - sloppy cut-n-paste (nw) 2017-05-14 13:43:14 -05:00
hap
3e44b08b5b hh_tms1k: fix error: devcb_read: Error performing a late bind of type 13driver_device to 14elecbowl_state (nw) 2017-05-14 20:21:40 +02:00