Oliver Stöneberg
77e299bbcd
increased maximum allowed stack size of Visual Studio Code Analysis (nw)
2014-10-22 09:23:56 +02:00
Oliver Stöneberg
ae11f2c8c0
fixed Visual Studio compilation of src/emu/coco/coco_dwsock.c (nw)
2014-10-22 09:23:56 +02:00
Miodrag Milanović
23ca0f5620
Merge pull request #3 from p1pkin/master
...
spectum.c: tiny update [MetalliC]
2014-10-21 20:31:45 +02:00
MetalliC
79210e67c5
spectum.c: remove weird loop range at border drawing, make Pentagon stereo, correct AY clock
2014-10-21 21:11:21 +03:00
Osso
417d79d562
Fixed cchance and champbwl validation (nw)
2014-10-21 18:25:52 +02:00
Dirk Best
63fc82e7f1
Clean up .gitattributes
2014-10-21 15:19:50 +02:00
Oliver Stöneberg
76c5f4713a
only calculate m_aspect and m_srcaspect in layout_view::recompute() when they are actually used (nw)
2014-10-21 15:09:32 +02:00
smf-
1f06e19970
ignore *.bat (nw)
2014-10-21 12:34:21 +01:00
Oliver Stöneberg
7cedfb4b51
do not set define HAS_OPENMP when makefile define OPENMP is set - fixes warning about macro redefinition
2014-10-21 11:19:49 +02:00
arbee
a9ce0f0fbd
SDL: experimental rework of buffer size calculation. (nw)
2014-10-21 00:11:30 -04:00
Alex W. Jackson
ce2ff23fe0
SDL: Allow SDL_LIBVER to be overridden without modifying sdl.mak
2014-10-20 23:13:51 -04:00
cracyc
c7e836f6da
(mess) mikromik: don't stop the motor when resetting the fdc (nw)
2014-10-20 21:55:24 -05:00
arbee
5912fc0a5b
Tell SDL to stop sound when volume is set to max attenuation. (nw)
2014-10-20 22:10:30 -04:00
arbee
8482a70a1e
Reverse the networking polarity in the OSD makefiles. (nw)
2014-10-20 21:56:01 -04:00
arbee
b1efba0d14
SDL: SDL2 is now the default except for OS/2 builds. [R. Belmont]
...
USE_NETWORK Ethernet emulation is now enabled by default as per the roadmap. [R. Belmont]
2014-10-20 20:42:20 -04:00
etabeta78
4c4f0d4ee5
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-20 22:12:30 +02:00
etabeta78
420dba88af
test. nw.
2014-10-20 22:02:09 +02:00
etabeta78
980d69b9d0
Fixed German mistake + xml missing ending, on behalf of K1W1. nw.
2014-10-20 21:39:53 +02:00
Wilbert Pol
f7d710a5f3
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-20 21:21:33 +02:00
Wilbert Pol
ba32200512
msx.c: Removed nms8270 prototype; it seems to be a hacked up romset. There is no confirmation that it even exists. (nw)
2014-10-20 21:12:04 +02:00
Cowering
634a5d8b92
Some more adds/fixes for V.Smile
2014-10-20 14:03:19 -05:00
Miodrag Milanović
52de139f87
Merge pull request #2 from plgDavid/patch-2
...
Update x68k.c
2014-10-20 20:47:36 +02:00
David Viens
168ca86a3d
Update x68k.c
...
MSCV2010 warning treated as error complains about this bool being potentially uninitialized.
2014-10-20 14:40:45 -04:00
Miodrag Milanović
b5ff93f158
Merge pull request #1 from plgDavid/patch-1
...
Update winos.c
2014-10-20 20:40:20 +02:00
Osso
7dd7305e60
Fixed MT05252 (nw)
2014-10-20 20:39:03 +02:00
David Viens
b8191193e9
Update winos.c
...
MSVC2010 compilation fix
2014-10-20 14:38:48 -04:00
cracyc
681142c125
upd7220: better output for the compis and dmv [Carl]
2014-10-20 13:24:17 -05:00
Miodrag Milanović
ddbeb7b0e4
Update README.md
...
Added some breaks
2014-10-20 18:55:13 +02:00
Miodrag Milanović
327c83d2bc
Create README.md
...
Added readme for MAME github repo
2014-10-20 18:45:50 +02:00
David Haywood
0e5fbe4a1c
tnzs.c - use bankdev
2014-10-20 11:03:35 +00:00
Fabio Priuli
784f5b3f8b
(MESS) a800.xml: added some more cart dumps, including AtariScreiber, the extremely
...
rare German version of AtariWriter. [K1W1]
2014-10-20 06:34:06 +00:00
Alex W. Jackson
9cb5882619
bwing.c: replace achocode with clean modern stuff (bankdev, correct TILEMAP_MAPPER_MEMBER, GFXDECODE_RAM) (nw)
2014-10-20 03:57:09 +00:00
Robbbert
15519ba957
gts3a.c : a bit of WIP
2014-10-20 00:37:21 +00:00
Robbbert
3094dac0dc
gts3.c : Added switches. After setting up, the games are playable.
2014-10-20 00:01:50 +00:00
Justin Kerk
cc39b8f1ea
ibm5170.xml: more (nw)
2014-10-19 23:40:40 +00:00
Justin Kerk
983e4b0664
ibm5170.xml: Added some PC game dumps. [Justin Kerk]
2014-10-19 20:56:16 +00:00
Ville Linde
167e6579be
model3: More rendering improvements [Ville Linde]
...
- Draw transparent triangles in a separate pass
- Implemented viewport priority
2014-10-19 17:16:11 +00:00
Brian Troha
e709ddbc33
galpanic.c: Document that Gals Hustler has been found with genuine AFEGA labels - NW
2014-10-19 15:55:39 +00:00
Brian Troha
c236a432eb
dec0.c: Add PALs to the World & Japan Secret Agent sets - NW
2014-10-19 15:42:40 +00:00
Brian Troha
215a1c9519
New Secret Agent clone
...
New Clone Added
------------------------------------
Secret Agent (Japan revision 2) [ShouTime, The Dumping Union]
2014-10-19 15:33:48 +00:00
Robbbert
b90b483737
gts3.c : Display works, attract mode works.
2014-10-19 13:22:57 +00:00
Andrew Gardner
846d034c3a
Fixed strange display of long strings in Qt debugger (nw).
2014-10-19 12:44:24 +00:00
David Haywood
76e05fcf3b
(nw)
2014-10-19 09:15:18 +00:00
David Haywood
db95e264bb
new clones
...
S.V.G. - Spectral vs Generation (M68k label V101TW) (ARM label V101TW, ROM 06/20/05 S.V.G V100) [ShouTime] (not working)
(internal ROM isn't dumped at all for now, using one from Japan PCB but it crashes on special moves) Rom Labels are all V101, internal ROM strings are all V100, because IGS...
2014-10-19 09:13:05 +00:00
Alex W. Jackson
3b017bd93f
c64.xml: remove useless chasehq2 joined ROM (nw)
2014-10-19 09:10:16 +00:00
Brian Troha
3bee0b2ea1
calomega.c: Fill in some unknown dipswitches. [Brian Troha]
2014-10-19 08:44:05 +00:00
Justin Kerk
19d3c8978e
(MESS) PC, AT: Hook up missing softlists to various drivers [Justin Kerk]
2014-10-19 08:17:45 +00:00
Alex W. Jackson
1b89b80e9c
amiga: use memarray for chip RAM and regular array for custom registers (instead of shared_ptr for both) [Alex Jackson]
2014-10-19 08:14:45 +00:00
Ivan Vangelista
4ad7a0ea58
Fixed MT05743 (nw)
2014-10-19 06:02:14 +00:00
Ivan Vangelista
ffaa02f908
Workaround for dragon.h drivers crash. (nw)
2014-10-19 05:28:41 +00:00