Commit Graph

38928 Commits

Author SHA1 Message Date
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
hap
46f8b65e9c some notes 2015-11-04 19:54:49 +01:00
hap
1a37a28f86 fix champbasja regression 2015-11-04 19:26:03 +01:00
Miodrag Milanovic
b6707c3bb5 Removed mongoose due to restricted license and webserver wip till code is restructured (nw) 2015-11-04 18:55:36 +01:00
Stiletto
2a067f08a4 comments fix (nw)
comments fix (nw)
2015-11-04 12:18:32 -05:00
Shideravan
fd53837a62 It's better to snes to use IPT_START...
...Rather IPT_START1, for start button.
2015-11-04 14:18:52 -02:00
David Haywood
65a43a4e93 as req? (nw) 2015-11-04 16:11:53 +00:00
Miodrag Milanovic
32562ed54d made 32 bit mingw-clang build working 2015-11-04 16:16:26 +01:00
Guru
9c22d82b7b metro.c: added Guru-Readme(tm)(c)(r) for Karate Tournament 2015-11-04 22:59:32 +08:00
R. Belmont
f41b11f86a Merge pull request #455 from MisterTea/patch-1
Make SNES controls match other systems
2015-11-04 09:23:49 -05:00
RobertoFresca
479143e14f Derived a new machine with improved memory map, remapped the roms load,
and created proper inputs set for Genie (ICP-1, set 2).
Also added technical notes and findings... [Roberto Fresca]

New clones added or promoted from NOT_WORKING status
----------------------------------------------------
Genie (ICP-1, set 2) [Roberto Fresca]
Jack Potten's Poker (set 8, Australian) [Roberto Fresca, Matt B]
2015-11-04 10:54:20 -03:00
Miodrag Milanovic
056fdc89c5 fix VS build (nw) 2015-11-04 14:16:42 +01:00
Jason Gauci
3f5830e133 Make SNES controls match other systems
All of the systems (PSX/NES/Genesis/TG) assume this layout:
```
     4
1        3
     2
```
This makes SNES consistent with this geometry so people don't have to remap for SNES.
2015-11-04 03:11:55 -08:00
Miodrag Milanovic
ecdc99b0e6 added clang and gcc flags needed for compilation of 3rdparty libraries, also removed checking for shadowing in them (nw) 2015-11-04 11:21:08 +01:00