etabeta78
45193e8451
(MESS) softlist: added a bunch of new dumps from various sources, and
...
improved consistency across a few lists. nw.
2015-04-22 22:35:15 +02:00
etabeta78
a3d1921fed
(MESS) gameking.xml: added a new dump and two redumps. [SSJ & TeamEurope]
...
(MESS) nes.xml: added three new dumps. [TeamEurope]
2015-04-22 22:33:49 +02:00
hap
603a1ba0ac
forgot 1 file
2015-04-22 21:45:49 +02:00
hap
fe57f275e8
(MESS)New working game added
...
-----------------
Parker Brothers Master Merlin [hap, Sean Riddle]
2015-04-22 21:36:40 +02:00
Curt Coder
04b059293e
(MESS) abc1600: Fixed SASI card status, now tries to boot from disk again. (nw)
2015-04-22 22:22:34 +03:00
hap
841dc79f63
added hh_tms1k_test.lay
2015-04-22 21:21:26 +02:00
Curt Coder
836ba2c10a
(MESS) plus4: Default to the 1541 disk drive, since the 1551 is rare and unreliable. [Curt Coder]
2015-04-22 21:39:29 +03:00
hap
eaa9878cae
mvbfree vfd is simple enough to make an internal artwork for it
2015-04-22 20:14:18 +02:00
Ivan Vangelista
1e0f25f95a
state_save_register_item_* removal, part 2 of 3 (nw)
2015-04-22 19:41:51 +02:00
David Haywood
3b046e1070
daiohc requires 6 buttons just like the others, wasn't properly playable without them (nw)
2015-04-22 18:40:04 +01:00
MetalliC
b54f4b4bb7
SystemSP stuff (nw)
2015-04-22 19:21:55 +03:00
hap
d9ef0fc94b
added skeletons of: bigtrak, gpoker, h2hbaseb, h2hfootb, mmerlin, raisedvl
2015-04-22 17:41:33 +02:00
Miodrag Milanovic
1944b8f226
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-22 16:28:31 +02:00
Miodrag Milanovic
202949d797
small cleanup (nw)
2015-04-22 16:21:26 +02:00
David Haywood
74f8b64c19
additional SP info from MetalliC
2015-04-22 15:02:35 +01:00
Miodrag Milanovic
45d4aed8b7
do not strip by default
2015-04-22 14:24:41 +02:00
Miodrag Milanovic
3827f898ab
Renamed to STRIP_SYMBOLS and made logic more clear (nw)
2015-04-22 14:23:49 +02:00
Miodrag Milanovic
98297ad03d
fix linux build (nw)
2015-04-22 13:41:00 +02:00
Miodrag Milanovic
2bc25b0a9d
remove printfs (nw)
2015-04-22 13:28:15 +02:00
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