Commit Graph

38941 Commits

Author SHA1 Message Date
Stiletto
3bb5ab332c comments fix (nw)
comments fix (nw)
2015-11-06 19:24:03 -05:00
Stiletto
29f7340277 comments fix (nw)
comments fix (nw)
2015-11-06 19:22:58 -05:00
Stiletto
069e5ec380 comments fix (nw)
comments fix (nw)
2015-11-06 19:21:20 -05:00
Stiletto
27e4a5fe14 comments fix (nw)
comments fix (nw)
2015-11-06 19:19:56 -05:00
hap
18d156cd4f added 8bit memory handlers in favour of ACCESSING_BITS checks 2015-11-06 21:29:57 +01:00
hap
427571a01d get rid of HVOLTAGE_DEBUG 2015-11-06 20:33:19 +01:00
hap
c43d257a17 get rid of EASY_TEST_MODE 2015-11-06 20:29:12 +01:00
hap
273c6d3eea get rid of equites POPDRUMKIT 2015-11-06 19:33:08 +01:00
hap
dc94fbc690 pasted some comment headers 2015-11-06 19:28:07 +01:00
Stiletto
f28a40b43f fix year (nw)
fix year on Kamikaze according to Arcade TV Game list kokunai - kaigai hen (1975 - 2005) (nw)
2015-11-06 12:09:22 -05:00
RobertoFresca
55be3eb119 Jack Potten's Poker (NGold, set 3) improvemente:
Fixed wrong inputs / coin lines through dedicated
inputs. Also fixed graphics. [Roberto Fresca]
2015-11-06 13:11:26 -03:00
Miodrag Milanovic
7e91d39640 no need to include network.h (nw) 2015-11-06 16:08:28 +01:00
Miodrag Milanovic
9c96282b3b Cleanup devcpu.h (nw) 2015-11-06 15:55:31 +01:00
Stiletto
920f0ad7b5 last comments fix for now (nw)
last comments fix for now (nw)
2015-11-06 09:36:48 -05:00
Stiletto
a284fd4ce2 comments fix (nw)
comments fix (nw)
2015-11-06 09:27:43 -05:00
Stiletto
7a8606886c comment fixes (nw)
comment fixes (nw)
2015-11-06 09:26:30 -05:00
Miodrag Milanovic
475e637fb3 removed render.h from emu.h and fix deps (nw) 2015-11-06 14:25:23 +01:00
therealmogminer@gmail.com
93c53de0bc hdc92x4: Fix ambiguity of ?: operator flagged by PVS-Studio [MooglyGuy] 2015-11-06 14:05:11 +01:00
therealmogminer@gmail.com
52fa9421b9 - Fix some instances of PVS-Studio warning V501, "There are identical sub-
expressions to the left and to the right of an operator". [MooglyGuy]
2015-11-06 14:02:51 +01:00
Miodrag Milanovic
bcafd15b09 fix memory leak (nw) 2015-11-06 08:11:05 +01:00
David Haywood
2f06e2acc3 Merge pull request #457 from sparrowred/master
konamim2: softwarelist 3do_m2 is only for 3do_m2, removed it from arcade machines in this driver.
2015-11-05 23:37:43 +00:00
David Haywood
fc79c75bb0 add prom to robokid sets, the cpu module contians a prom, the one we have is a from a bootleg but a likely match, marked it as bad_dump for now anyway (if the prom in the original turns out to be different we can move it to a new bootleg set) 2015-11-05 22:56:02 +00:00
Miodrag Milanovic
41fea29de5 Relaxed emu.h a bit, should make compile a bit faster (nw) 2015-11-05 20:39:57 +01:00
sparrowred
5f3641e04d konamim2: removed spacing changes in game definition (nw) 2015-11-05 18:30:25 +01:00
sparrowred
4634958e81 removed softwarelist 3do_m2 from arcade games in konamim2.c (nw) 2015-11-05 18:23:14 +01:00
Guru
5d6819b19c toaplan1.c: added Guru-Readme(tm)(c)(r) for Fire Shark (nw) 2015-11-05 21:47:19 +08:00
RobertoFresca
6c3261eeae Merge branch 'master' of https://github.com/mamedev/mame 2015-11-05 09:48:21 -03:00
RobertoFresca
a4ab15a84d Aristocrat MKV driver: Minor documentation about touch sets. 2015-11-05 09:47:11 -03:00
Miodrag Milanovic
583a1f81f2 Moved regtests out of source tree, and updated paths (nw) 2015-11-05 13:41:25 +01:00
RobertoFresca
4ef4bf42d9 New machines marked as NOT_WORKING
----------------------------------
Tropical Delight (PHG0625-02, Export, 92.25%) [Roberto Fresca]
2015-11-05 09:38:08 -03:00
Stiletto
837f9f1ed5 last comment change for today (nw)
last comment change for today (nw)
2015-11-05 01:17:39 -05:00
Vas Crabb
8b2f4bb90b Merge pull request #456 from Shideravan/patch-10
Changing START1 to START
2015-11-05 16:02:07 +11:00
Lord-Nightmare
189eadf1b2 fix build (nw) 2015-11-04 23:34:40 -05:00
Stiletto
b6797da216 more minor comment fixes (nw)
more minor comment fixes (nw)
2015-11-04 22:20:51 -05:00
mahlemiut
2a43785f2f mc6845: Display Start Address is write-only on MC6845, and read-write on HD6845S 2015-11-05 15:40:33 +13:00
Robbbert
2ad9fcee0f Merge branch 'master' of https://github.com/mamedev/mame 2015-11-05 12:27:18 +11:00
Robbbert
a2cc039c05 mZ700 wip: - Increased speed of basic (MT 06058) by using bankdev;
- Fixed shift, ctrl, function keys;
- Fixed crash when ramdisk accessed;
- Patched MZ800 to allow tapes to load;
- MZ1500 now starts up and can run some programs;
2015-11-05 12:21:46 +11:00
David Haywood
cc13f21c9f revert back to using the old RIOT implementation for the A2600 for now, SuperCharger based titles do not work with the new one, it has been broken since May 22nd.
I've used a compile tile switch, so that it's easier to make comparisons between old / new behavior if anybody is interested in fixing it (nw)
2015-11-05 01:12:28 +00:00
David Haywood
ccfd426785 allow 1on1u for the a7800 to run again , based on http://mametesters.org/view.php?id=6060
this doesn't fix the supercharger tho :-(
2015-11-05 00:01:40 +00:00
Stiletto
c075e6cc95 add game (nw)
add game (nw)
2015-11-04 17:59:17 -05:00
Stiletto
77a2173625 more comments fixes (nw)
more comments fixes (nw)
2015-11-04 17:58:22 -05:00
Stiletto
048c6d0046 minor comment fix (nw)
minor comment fix (nw)
2015-11-04 17:25:12 -05:00
Stiletto
627a7fc756 minor comment fix (nw)
minor comment fix (nw)
2015-11-04 17:16:57 -05:00
RobertoFresca
2922578339 New machines marked as NOT_WORKING
----------------------------------
The Gambler (EHG0916, Export, 92.268%) [Roberto Fresca]
2015-11-04 18:38:49 -03:00
RobertoFresca
098cc950b8 New machines marked as NOT_WORKING
----------------------------------
Party Gras (MV4115/3, Export, touch) [Roberto Fresca]
2015-11-04 17:57:16 -03:00
Stiletto
4bbbcab263 minor comment change (nw)
minor comment change (nw)
2015-11-04 15:48:18 -05:00
Stiletto
ef172af6a5 pong comments (nw)
pong comments (nw)
2015-11-04 15:36:08 -05:00
therealmogminer@gmail.com
41df8ec67b - Fix all instances of PVS-Studio warning V578, "An odd bitwise operation
detected. Consider verifying it". [MooglyGuy]
2015-11-04 20:58:37 +01:00
RobertoFresca
5bb4c27a6a Goldnpkr.c driver: Added games and technical notes,
and some clean-ups... [Roberto Fresca]
2015-11-04 16:29:20 -03:00
hap
7aabf07d62 dorachan.c small driver cleanup 2015-11-04 20:24:21 +01:00