Commit Graph

45987 Commits

Author SHA1 Message Date
MASH
e597ad8388 Add files via upload 2016-08-23 23:26:28 +01:00
MASH
7d92c2fb47 Update champbas.cpp 2016-08-23 23:24:32 +01:00
R. Belmont
9ee81bdb18 Merge pull request #1282 from Risugami/master
Added layout for Midway V-Unit games
2016-08-23 14:48:21 -04:00
R. Belmont
8b4d4039b1 Merge pull request #1300 from npwoods/fix_coco_ramsize
[COCO 1/2] Fixed configurable RAM sizes (mametester bug #5823)
2016-08-23 14:08:29 -04:00
Scott Stone
adef678048 Software fix for nes.xml (nw) 2016-08-23 12:10:21 -04:00
Scott Stone
d2e45cd12f Merge branch 'master' of https://github.com/mamedev/mame 2016-08-23 12:04:22 -04:00
Ivan Vangelista
da35d5a03b More PinMAME synch. Just need to whip up 2 or 3 skeleton drivers and I should be done (nw) 2016-08-23 17:59:10 +02:00
Ivan Vangelista
3b56800462 Merge pull request #1302 from mamehaze/setadditions
add proper SMT Flash dumps to deluxe4u [system11]
2016-08-23 17:55:09 +02:00
Scott Stone
af996ec307 Merge branch 'master' of https://github.com/mamedev/mame 2016-08-23 11:44:35 -04:00
Scott Stone
8cb6b51a7e Assorted softlist XML corrections for megadriv, gba, coco_cart (nw) 2016-08-23 11:44:20 -04:00
David Haywood
c7d91373a5 add proper SMT Flash dumps to deluxe4u [system11] 2016-08-23 16:43:10 +01:00
Nathan Woods
f61d5c91f2 [COCO 1/2] Fixed configurable RAM sizes (mametester bug #5823)
This changes the 6883 SAM implementation to assume that memory bank lengths smaller than the available space are no longer mirrored, which is how a legit CoCo 1/2 with less than 32k of RAM would really be.
2016-08-23 11:36:20 -04:00
Vas Crabb
1b5062fb7e Merge pull request #1299 from npwoods/fix_trace_with_tracelog
Fixed the ability to have an action on the debugger 'trace' and 'traceover' commands
2016-08-24 00:08:54 +10:00
David Haywood
c8eb611728 Put the DM01 matrix board CPU inside the device for BFM SC2/4.
pretty sure the layout string lookups on sc2prem are killing us tho, might have to treat the DMD as a tiny screen.
2016-08-23 15:02:40 +01:00
Nathan Woods
c38b753f01 The 'trace' and 'traceover' commands were registered as having three arguments. This fixes it so there are four arguments
This seems to have been broken a long time.  My guess is that when the ability to disable loop detection was added, the argument count was not changed to continue allowing the existing command argument.
2016-08-23 09:58:23 -04:00
Vas Crabb
76ff0172ab Merge pull request #1296 from npwoods/legacy_cassette_check_for_error
Performs argument checking on the return value of CassetteLegacyWaveFiller.chunk_sample_calc()
2016-08-23 22:32:53 +10:00
Risugami
7b825b876d Dumping Galil commands to osd_printf_error for now. Not confident enough in the rest of the code to include tests for them so improved the comments about them instead. 2016-08-23 07:32:20 -05:00
RobertoFresca
a42b94b3b3 Amatic multigames: Corrected technical notes. 2016-08-23 09:29:24 -03:00
Nathan Woods
846cd43287 Performs argument checking on the return value of CassetteLegacyWaveFiller.chunk_sample_calc()
This is just better error checking.  You can see this if you create a garbage file named 'foo.csw' and invoke the following command:

	mame bbcb -cass1 foo.csw

With this change you get an invalid image error.  Without it, you get this:

	Caught unhandled St12length_error exception: vector::_M_default_append
2016-08-23 07:56:48 -04:00
briantro
d64c4c6b6c New Golden Tee '98 clone
New Clone Added
-----------------------------------------------------
Golden Tee '98 Tournament (v3.02) [Brian Troha, The Dumping Union]
2016-08-22 22:56:27 -05:00
briantro
bbae59a04e minor doc update / rom name correction - NW 2016-08-22 22:51:55 -05:00
RobertoFresca
3134248893 Amatic Multi Game 2.4 alt notes... 2016-08-23 00:33:11 -03:00
RobertoFresca
aa4162890a New machines marked as NOT_WORKING
----------------------------------
Multi Game I (unknown V2.4) [Roberto Fresca, Team Europe]
2016-08-23 00:25:16 -03:00
Vas Crabb
f4bbee2f99 Merge pull request #1294 from ajrhacker/cmi_fix
Fix Clang compile for OS X by removing leftover variables (nw)
2016-08-23 10:53:03 +10:00
RobertoFresca
8949747085 Jolly Joker (Apple Time): Added technical notes... 2016-08-22 21:48:50 -03:00
RobertoFresca
071a620e2b New machines marked as NOT_WORKING
----------------------------------
Jolly Joker (Apple Time) [Roberto Fresca, Team Europe]
2016-08-22 21:44:19 -03:00
Brad Hughes
ab6bca008d Put back accidentally replaced conditional compile directive (nw) 2016-08-22 18:19:52 -04:00
Brad Hughes
f4b5092203 cleanup missed x11 input module (nw) 2016-08-22 18:16:52 -04:00
AJR
d8af8c9063 Fix Clang compile for OS X by removing leftover variables (nw) 2016-08-22 17:12:23 -04:00
Brad Hughes
7d3ce203b5 osd input code cleanup (nw) 2016-08-22 15:02:56 -04:00
David Haywood
a65776420e more mpu4 descriptions (nw) 2016-08-22 19:45:14 +01:00
John Parker
63ef71fef6 Scorpion 2: add 12 internal layouts
Added these layouts:
sc2ptytm1
sc2cpe
sc2casr2
sc2majes
sc2eggs1
sc2prom
sc2cpg
sc2copcl7
sc2town2
sc2suprz1
sc2heypr
sc2prem2
2016-08-22 19:29:58 +01:00
Ivan Vangelista
1991f05980 Continued synching with PinMAME (nw) 2016-08-22 19:44:50 +02:00
yz70s
c1e3a3fcac xbox: more usb (nw) 2016-08-22 19:35:39 +02:00
yz70s
4df54c9986 divtlb.cpp: strore address of elemtnt 0 of m_table and return it in vtlb_table, with this in debug mode i386 is 1.7 times faster (nw) 2016-08-22 19:35:39 +02:00
therealmogminer@gmail.com
649c13736c On second thought, let's not run sound devices at negative clock rates, 'tis a silly thing. 2016-08-22 19:31:46 +02:00
Vas Crabb
dc0301ed86 fix oversized region (nw) 2016-08-23 03:10:42 +10:00
Vas Crabb
ba01d4219c fix name of bootleg to match title screen (nw)
I don't know where the current name came from.  Chongchu Jianghu means "made a comeback" or something, probably because this was a hack to update a six-year-old game.
2016-08-23 02:42:08 +10:00
Risugami
70a4d41e6d Added basic wheel force feedback reference and made notes on other outputs. 2016-08-22 04:31:35 -05:00
James Wallace
4a951ca487 Merge pull request #1287 from johnparker007/master
Add new Scorpion 1 internal layouts
2016-08-22 09:12:44 +01:00
James Wallace
44e0a9c419 Merge pull request #1288 from mamehaze/mpu4test2
more mpu4 descriptions (nw)
2016-08-22 09:10:24 +01:00
Ivan Vangelista
777c68ac87 Fixed MT06352 (nw) 2016-08-22 08:49:35 +02:00
David Haywood
b35576c267 more mpu4 (nw) 2016-08-22 00:55:33 +01:00
David Haywood
8077fa9243 more mpu4 descriptions
also tread Casino Bar-gain and Bar-gain as different games in mpu4sw file, the Casino layout doesn't apply to the regular game at least, and they identify in different ways, so it's probably a slightly different game.
2016-08-22 00:37:26 +01:00
therealmogminer@gmail.com
bedd34a95d nop out some spammy unused addresses in cmi2x, nw 2016-08-21 23:58:26 +02:00
RobertoFresca
c38e45e5ed change year... 2016-08-21 18:41:20 -03:00
RobertoFresca
8e9653f7d8 New machines marked as NOT_WORKING
----------------------------------
Unknown Funworld A0-1 game [Roberto Fresca, Team Europe]
2016-08-21 18:39:17 -03:00
John Parker
c47c6fe757 Add new layouts 2016-08-21 22:38:18 +01:00
therealmogminer@gmail.com
591d5d7060 -cmi2x: Fixed MSM5832 RTC hookup. [Ryan Holtz] 2016-08-21 23:05:55 +02:00
therealmogminer@gmail.com
8c64dbefd7 -cmi2x: Fixed FDC DMA, QDOS now boots. [Ryan Holtz] 2016-08-21 23:05:53 +02:00