Commit Graph

46917 Commits

Author SHA1 Message Date
therealmogminer@gmail.com
82611ecd4b -cmi2x: Fixed envelope terminal flag diagnostic. [Ryan Holtz] 2016-10-02 17:34:32 +02:00
Ivan Vangelista
bd13845d7a Merge pull request #1476 from mamehaze/021016_2
allow netmerc to boot
2016-10-02 17:01:09 +02:00
MetalliC
0441a1ca0a notes (nw) 2016-10-02 16:43:11 +03:00
MetalliC
a400472506 istrebiteli: implement sprite collision, bunch of fixes, promote to WORKING [MetalliC] 2016-10-02 16:23:40 +03:00
David Haywood
60f3d9367a allow netmerc to boot
there still seems to be something uninitialized or some memory corruption as quite often it will crash instead of launching, but if it does launch you can get a title screen and attract demo with some 3d.  roms pass in rom test now too.

3d is quite broken, lots of polys being stretched in weird ways and no 3d palette.
2016-10-02 14:17:52 +01:00
KEN WHITE
868025e7b8 update apple1 softwarelist 2016-10-02 05:54:32 -07:00
Ivan Vangelista
8d1e98fa34 Merge pull request #1473 from mamehaze/300916
redump irrmaze v2 rom and fix rom loading [Brian Hargrove, Razoola]
2016-10-02 14:23:31 +02:00
Ivan Vangelista
3984e61d7e Merge pull request #1474 from mamehaze/021016
make wingwar360 not crash on startup.
2016-10-02 14:23:06 +02:00
David Haywood
fa3fe71c9c make wingwar360 not crash on startup.
(however, it hangs after you insert coins waiting for the safety bar to lower, also collisions in wingwar still seem broken since the swa work)
2016-10-02 13:09:42 +01:00
David Haywood
cfb60e0bbe redump irrmaze v2 rom and fix rom loading [Brian Hargrove, Razoola]
(no xml update as this cart isn't in the softlist as it was for a dedicated machine with custom bios only)
2016-10-02 12:30:35 +01:00
Ivan Vangelista
d561df4178 Merge pull request #1470 from mamehaze/300916
new NOT WORKING   Puzzle Yutnori [system11]
2016-10-02 08:24:22 +02:00
briantro
5ba3015b2d yet more hash issues.. I'll figure it out soon - NW 2016-10-02 00:22:48 -05:00
briantro
dc4a5e14e3 try again... fixes for recent hash additions 2016-10-02 00:18:48 -05:00
briantro
5db156a5a3 new Apple2 & Apple2gs disk images
apple2.xml:
Where in Time is Carmen Sandiego v1.0 [TRex]
ProDOS v2.4.1 [John Brooks]
UniDOS 3.3 Plus v2.0.1
UniDOS Plus v2.1

apple2gs.xml:
UniDOS 3.3 Plus v2.0.1
UniDOS Plus v2.1
2016-10-02 00:14:02 -05:00
AJR
f1b0dfe64a Separate natural keyboard support from ioport.cpp (nw) 2016-10-02 00:07:43 -04:00
David Haywood
c0d88c8de7 rename game based on
http://mamedev.emulab.it/undumped/index.php?title=Puzzle_Yutnori
2016-10-01 23:46:14 +01:00
David Haywood
a8b2af99eb (nw) 2016-10-01 21:02:46 +01:00
hap
53ae060484 Machine promoted to working
---------------
Fidelity Elite A/S Challenger [hap]
2016-10-01 21:58:26 +02:00
David Haywood
a944baf09f new NOT WORKING Puzzle 'unknown' XXX [system11]
need title translated.
there's a PIC used for some kind of protection and maybe sound handling, I've patched out some dead loops it ends up in, but needs more investigation; I don't see any obvious / direct writes for the OKI M6295s either.
PCB is basically non-working.
marked as NOT WORKING because I have no idea how to play it, so can't verify if it works.
2016-10-01 20:36:36 +01:00
Nathan Woods
c0ff37c30d Adding new string conversion overloads
[a|w|t|utf8]_from_[a|w|t|utf8_]string(xyz.c_str()) seems to be common enough to justify overloads.  Also, I'm explicitly assuming that it is legal to override the NUL pointer within a C++ basic_string (e.g. - s[s.size()] = '\0').  As far as I can tell, this seems to be legal - please don't shoot if I am wrong.
2016-10-01 14:53:32 -04:00
Ivan Vangelista
0e2299e424 new NOT WORKING clones
______________________
Wing War R360  [Ordyne, The Dumping Union]

Starts but fatal errors after a few seconds (TGP FIFOOUT underflow (0))
2016-10-01 10:31:21 +02:00
briantro
f311f5e818 apple2.xml: Fix "&" issue - NW 2016-09-30 16:49:39 -05:00
hap
feac1eca10 feasbu: small correction to romload (nw) 2016-09-30 22:26:23 +02:00
Wilbert Pol
9dc387da7f Fix non-debug compile (nw) 2016-09-30 22:15:46 +02:00
Wilbert Pol
c3e0ead534 gb.cpp: Some cpu, sound, and video updates (nw) 2016-09-30 22:06:39 +02:00
MetalliC
8566a1fd10 istrebiteli: almost playable, TODO sprite collision (nw) 2016-09-30 19:49:40 +03:00
Ivan Vangelista
aa22927b9c New NOT WORKING machine
=======================
Grande Fratello (Ver. 1.7) [f205v]

As usual with the games in itgambl2.cpp, it lacks the h8 internal ROM
2016-09-30 18:21:48 +02:00
Brad Hughes
d08fa3dde6 win32_output: Register window messages before creating window (nw) 2016-09-30 09:53:52 -04:00
Nathan Woods
4ea9bdd6c5 [Imgtool Mac Module] Fixed an unsigned overflow error that would causes crashes on 64 bit systems 2016-09-30 07:55:17 -04:00
Ivan Vangelista
84fb03f4a8 bnstars.cpp: fixed MT06391 (nw) 2016-09-30 07:53:20 +02:00
Ivan Vangelista
209e110e08 Merge pull request #1464 from system11b/S11mt06110
Corrected date for kaguya2f as per MT bug 06110 (nw)
2016-09-30 07:44:15 +02:00
Brad Hughes
734d70b24c Merge branch 'master' of https://github.com/mamedev/mame.git 2016-09-30 01:11:21 -04:00
Brad Hughes
3ed5ea1020 We ran out of room for OSD modules (nw) 2016-09-30 01:11:11 -04:00
briantro
99bfb6b38c apple2.xml - Use unique description for each Pac-man set - NW 2016-09-29 21:27:35 -05:00
briantro
c469fdb982 apple2.xml- Fix Cut-n-paste 2016-09-29 21:18:52 -05:00
briantro
6442ab4db7 new Apple 2 images
Several pirate cracks replaced with clean cracks

additions to apple2.xml:
Gumball, Jumpman, Tapper [4am]
Hardball,Racter, Rambo First Blood II, The Heist [TRex]
2016-09-29 21:11:13 -05:00
cracyc
45ad154c87 ui/selgame: fix crash (nw) 2016-09-29 20:36:43 -05:00
MetalliC
78d4e6db5b checkpoint (nw) 2016-09-30 02:22:50 +03:00
system11b
12eb34f7ba Corrected date for kaguya2f as per MT bug 06110 2016-09-29 20:22:34 +01:00
Ivan Vangelista
b63d86dae0 galaxian.cpp: marking the recently added uniwarsa set as bootleg, as per Haze suggestion on GitHub (nw) 2016-09-29 19:36:09 +02:00
Ivan Vangelista
5377dab8fe Merge pull request #1432 from MASHinfo/master
New clone added
_____________________________
UniWar S (Karateco) [MASH]
2016-09-29 19:28:05 +02:00
Jezze
68036515ba Fixed aspect ratio of rounded corners (nw) 2016-09-29 15:19:44 +02:00
Vas Crabb
2e362cfd6b Merge pull request #1462 from jmallach/spelling-fixes
Fix various spelling fixes.
2016-09-29 18:16:59 +10:00
Jordi Mallach
6f103c2391 Fix various spelling fixes. 2016-09-29 10:14:48 +02:00
MetalliC
9d653b9b2d checkpoint (nw) 2016-09-29 01:06:23 +03:00
Jezze
778d54daf6 Fixed OSX build as suggested by ajrhacker
* use fabsf rather than abs for float->float
2016-09-28 22:53:49 +02:00
Angelo Salese
449ef17cc3 Forgot a few notes, nw 2016-09-28 21:17:52 +02:00
angelosa
dd7d97ad60 pdriftl: spotted link ID and link communication mode, game playable in stand-alone, pending MNW promotion, nw
bigrun: link protocol notes, nw
2016-09-28 21:13:38 +02:00
Ivan Vangelista
e0747962da New NOT WORKING machine
=======================
Big Casino [Guru]

This needs work on the inputs, otherwise it's working fine.
2016-09-28 19:39:00 +02:00
Ivan Vangelista
39a6f27e6a New clone added
------------
Stargate (rev.5) [PinMAME]
2016-09-28 18:43:21 +02:00