Commit graph

35232 commits

Author SHA1 Message Date
Miodrag Milanovic
eb2a14b153 fix 2015-04-22 13:26:18 +02:00
Miodrag Milanovic
da12f5356a bugix and sdl fix (nw) 2015-04-22 13:22:18 +02:00
Miodrag Milanovic
54f8b3ae5d moved all to std::string (nw) 2015-04-22 11:30:45 +02:00
Olivier Galibert
946958136d Merge pull request #164 from lucab/lucab/mame-lua/misc
luaengine: minor bugfixes and enhancements
2015-04-22 08:12:02 +02:00
briantro
b7383e6dd1 exidy440.c: Correct rom names for Who Dunit v9.0 and Showdown as per actual rom labels. - NW 2015-04-21 20:08:11 -05:00
David Haywood
057a3e2335 new NOT WORKING
Ultimate Arctic Thunder Update CD ver 1.950 (5/3/04) [gamerfan, Smitdogg, The Dumping Union]
2015-04-22 00:00:45 +01:00
couriersud
6297e4cf18 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-04-22 00:45:32 +02:00
couriersud
7fa10acca6 Added 74192, 9316, 9310 and 74193 devices to netlist. Added breakout
(wip) netlist as well, but still have to implement three more devices
until work can really start. [Couriersud]
2015-04-22 00:45:21 +02:00
David Haywood
490b86bae8 skeleton SP, gotta start somewhere (nw)
(plenty more sets can be added, some probably need making into CHDs as a few games used CF cards)
2015-04-21 23:40:43 +01:00
David Haywood
45f1173d37 new clones
Amuse (Version 30.08A) [PokeMAME}
Scramble (Centromatic S.A.) Spanish Bootleg [Manuel Giron]
Double Dragon II (Japan) [caius] (NOT WORKING, incomplete dump)
2015-04-21 23:02:22 +01:00
briantro
f265e64b9b new Boogie Wings clone
New Clone Added
------------------------------------
Boogie Wings (USA v1.7, 92.12.14) [Fabrice Arzeno, The Dumping Union]
2015-04-21 16:43:15 -05:00
hap
134dc41d49 nw 2015-04-21 23:27:56 +02:00
Curt Coder
67d09b16e9 (MESS) c3040: Disk format WIP. (nw) 2015-04-21 23:52:22 +03:00
Scott Stone
2dc5e399ed Adjust pepper2 bonus lives DIPs - fixes MT#5922
http://mametesters.org/view.php?id=5922
2015-04-21 15:52:26 -04:00
Luca Bruno
87babe720a docs: document LUA color format and screen origin
Signed-off-by: Luca Bruno <lucab@debian.org>
2015-04-21 21:49:42 +02:00
Luca Bruno
a70514fc32 luaengine: optional text color for to draw_text()
draw_text() now accepts an optional fourth parameter to specify
text color, in ARGB format.

Signed-off-by: Luca Bruno <lucab@debian.org>
2015-04-21 21:49:42 +02:00
Luca Bruno
d1436e698a luaengine: accept any LUA number type as coordinate
This commit fixes a type confusion bug in all draw_*() API methods.
When decimal (ie. subpixels) values were passed by user scripts, they
were incorrectly casted from float to plain integers, resulting in
incorrect graphical artifacts.

As this may happen quite often within scripts manipulating numerical
values in LUA, we now also accept decimal values as coordinates.

Signed-off-by: Luca Bruno <lucab@debian.org>
2015-04-21 21:49:42 +02:00
Luca Bruno
0d7860c675 ui: avoid infinite loop when word-wrapping
This commit fixes an infinite loop in draw_text_full(),
happening when there is not enough space to draw even a single
a char before trying to word-wrap.

Signed-off-by: Luca Bruno <lucab@debian.org>
2015-04-21 21:49:42 +02:00
Curt Coder
e7967e81b9 (MESS) c4040: Added own sector dump disk format since it's different from what the 1541 uses. [Curt Coder] 2015-04-21 22:25:52 +03:00
couriersud
b894ca83ad Merge branch 'master' of https://github.com/mamedev/mame.git 2015-04-21 21:23:14 +02:00
couriersud
0e5436c325 Make sure monitor refresh is called when switchres is used (SDL). Remove
a printf. (nw)
2015-04-21 21:22:53 +02:00
Scott Stone
20f21fb925 Fix for dkongjr dips - fixes MT#5916
http://mametesters.org/view.php?id=5916
2015-04-21 14:52:55 -04:00
Andrew Gardner
5626fde448 Switched sf.c to use configured_entries for banks (nw) 2015-04-21 17:01:19 +02:00
Michael Zapf
30523ddcd0 (MESS) ti99: Forgotten null check. (nw) 2015-04-21 15:15:30 +02:00
David Haywood
a0054fed49 Merge branch 'master' of https://github.com/mamedev/mame 2015-04-21 09:06:22 +01:00
David Haywood
045c226452 hng64: not a good place to use std:vector (nw)
(test new install/PC) (nw)
2015-04-21 09:06:07 +01:00
Curt Coder
edd9d41c04 (MESS) victor9k: Added writing to sector dump disk images. [Curt Coder] 2015-04-21 09:18:03 +03:00
Lord-Nightmare
be04a1d8ed add mb electronic battleship (1977) to tms1000 list (n/w) 2015-04-21 00:39:59 -04:00
briantro
2e160757d2 jaguar.c: Minor doc update - NW 2015-04-20 20:21:09 -05:00
briantro
5225dd461e new Fighter's History clone
New Clone Added
------------------------------------
Fighter's History (US ver 42-06, DE-0395-1 PCB) [Fabrice Arzeno, The Dumping Union]
2015-04-20 19:02:42 -05:00
couriersud
f0d075fa7a Merge branch 'master' of https://github.com/mamedev/mame.git 2015-04-20 23:58:10 +02:00
couriersud
eb7b5c027e Fix repetitive monitor updates. By design, MAME has an issue setting
aspect correctly on monitor resolution changes. This needs to be
addressed separately. [Couriersud]
2015-04-20 23:57:44 +02:00
hap
c61b2d707d (MESS)New games added or promoted to working
-----------------
Coleco Galaxian [hap, Kevin Horton, Olivier Galibert]
Bambino Soccer [hap, Kevin Horton]
Bambino Safari [hap, Kevin Horton]
Epoch Invader From Space [hap, Kevin Horton]
Epoch Football [hap, Kevin Horton]
Epoch Galaxy II [hap, Kevin Horton]
Tomy Cosmic Combat [hap, Kevin Horton]
Gakken Heiankyo Alien [hap, Kevin Horton, Rik]
Gakken Dig Dug [hap, Kevin Horton, Rik]


Added as Not-working:
--------------------
Gakken Crazy Kong [hap, Kevin Horton, Rik]
2015-04-20 23:50:27 +02:00
U-demo\test
500a31ad57 Minor cleanup for iteagle. Attempt to fix LFB pipelined pixel write in voodoo and fix fogmode lookup 2015-04-20 15:45:06 -06:00
Curt Coder
f487c89803 (MESS) pet_flop.xml: Added blank formatted Commodore 8280 diskette, since formatting one takes several minutes. (nw) 2015-04-20 23:50:30 +03:00
Curt Coder
643d5fafe7 (MESS) Added sector image format for the Commodore 8280 8" floppy drive. [Curt Coder] 2015-04-20 22:34:40 +03:00
Curt Coder
126fcf2e93 (MESS) c8050: Added note about format error. (nw) 2015-04-20 22:34:40 +03:00
Miodrag Milanovic
4e4d2c8ce9 rolling back due to issues (nw) 2015-04-20 20:35:22 +02:00
Curt Coder
0f5ca811c1 clang fix. (nw) 2015-04-20 20:43:44 +03:00
Ivan Vangelista
f5c99f4870 some state_save_register_item removal (nw) 2015-04-20 19:19:23 +02:00
Ivan Vangelista
769a1cd2e8 vroulet.c: enabled save state support (nw) 2015-04-20 19:09:18 +02:00
Michael Zapf
79cfcf76dc hdc9234: Make CLANG happier. (nw) 2015-04-20 16:02:37 +02:00
Michael Zapf
73ad0b3169 (MESS) ti99: MFM hard disk emulation WIP (nw) 2015-04-20 14:33:19 +02:00
Michael Zapf
81915bfadc ti99: fixes for c_str and segfault 2015-04-20 14:33:19 +02:00
Michael Zapf
1ad65b58ff ti99: ST225 emulation 2015-04-20 14:33:19 +02:00
Michael Zapf
0aebc8e54e romload: Replaced include; hfdc: Changed floppy device name 2015-04-20 14:33:19 +02:00
Miodrag Milanovic
3d10b8bdac wrong one (nw) 2015-04-20 13:43:59 +02:00
Miodrag Milanovic
a3080a1cb3 added dependency (nw) 2015-04-20 13:36:58 +02:00
Miodrag Milanovic
ca0b1aaeaa fix a leak (nw) 2015-04-20 08:49:04 +02:00
Vas Crabb
8c2c7994cc Fix OSX build and get rid of an astring while at it 2015-04-20 11:51:16 +10:00