Commit Graph

38764 Commits

Author SHA1 Message Date
Vas Crabb
87b633a97c osborne1: add 6850ACIA serial port (untested), use configured banking 2015-10-30 02:59:21 +11:00
briantro
82b0259145 New Forgotten World clone
New Clone Added
------------------------------------------------------
Forgotten Worlds (World, newer) [Bill D, The Dumping Union]
2015-10-29 10:55:39 -05:00
Robbbert
e3af35d50a Osborne Vixen: fixed screen (thanks to OG who added M1 support to the Z80). Various other fixes. Marked as Working [Robbbert] 2015-10-30 01:40:04 +11:00
Osso
3d0d743f73 namcos12.c: Attack Pla Rail is working, no need for the MNW flag (nw) 2015-10-29 14:22:29 +01:00
Guru
4e7e969f33 namcos21.c: added Winning Run Guru-Readme(tm)(c)(r) (nw) 2015-10-29 21:12:09 +08:00
Vas Crabb
314b8c650a osborne1 improvements [Vas Crabb]
* Bank low 16k according to schematics, passes memory test
 * Correct vectoring of IEEE488 interrupt
 * Implement RESET key (generates NMI, F12 by default)
2015-10-29 21:45:52 +11:00
David Haywood
66768b1039 extra test case (nw) 2015-10-29 01:08:21 +00:00
David Haywood
81d37e8712 (nw) 2015-10-29 00:32:00 +00:00
MetalliC
8f2afead9e docs (nw) 2015-10-29 02:16:37 +02:00
David Haywood
f128742467 Merge pull request #442 from kazblox/patch-1
dpcplus: minor non-code related changes
2015-10-29 00:15:53 +00:00
RobertoFresca
7a827cb803 Merge branch 'master' of https://github.com/mamedev/mame 2015-10-28 21:03:12 -03:00
RobertoFresca
26df1a45f6 Aristocrat MKV driver: More accurate documentation.
Also added some technical notes. [Roberto Fresca]
2015-10-28 21:02:34 -03:00
kazblox
2e180c19a8 add missing copyright holder here aswell 2015-10-28 19:15:00 -04:00
kazblox
2a640b1eb1 dpcplus: minor non-code related changes
-add missing copyright holders
-improve notes
-confirm ARM7 type
2015-10-28 19:13:50 -04:00
David Haywood
bfba6e75e9 (nw) 2015-10-28 22:22:51 +00:00
Scott Stone
d481cbf01b Softlist format fixes and validation fix for duplicate description created when excess whitespace submission was applied (nw) 2015-10-28 15:52:49 -04:00
David Haywood
c25f66244e checksum of a blank file isn't useful (nw) 2015-10-28 19:42:07 +00:00
David Haywood
5bafdbf6b4 not yet correct (nw) 2015-10-28 19:35:16 +00:00
Miodrag Milanovic
7bc764f3fd Fix typo (nw) 2015-10-28 19:24:25 +01:00
Miodrag Milanovic
9b63bec3a8 fix some strncmp (nw) 2015-10-28 19:21:08 +01:00
David Haywood
9b52e9b5a5 Merge branch 'master' of https://github.com/mamedev/mame 2015-10-28 16:54:17 +00:00
David Haywood
e3072fa52d checkpoint (nw) 2015-10-28 16:54:05 +00:00
Guru
717645a51b naomi.c: added NAOMI 2 Guru-Readme(tm)(c)(r) (nw) 2015-10-29 00:54:03 +08:00
Miodrag Milanovic
1c5ce40224 Typo found by PVS Studio (nw) 2015-10-28 17:37:03 +01:00
R. Belmont
dea04ad3c2 Merge pull request #438 from rfka01/master
Correct number of ISA slots
2015-10-28 11:44:41 -04:00
David Haywood
687082f308 Merge pull request #433 from kazblox/patch-2
dpcplus - correct ARM speed, fix RAM, add ROM to map
2015-10-28 15:26:50 +00:00
David Haywood
7e6170d88d Merge pull request #441 from sparrowred/master
fixed whitespace for publishers and descriptions in softwarelist xmls…
2015-10-28 15:26:06 +00:00
David Haywood
a400149001 Merge pull request #439 from felipesanches/wackygtr_sandroronco
acknowledge Sandro Ronco's work on the Wacky Gator driver
2015-10-28 15:25:57 +00:00
Miodrag Milanovic
d9c87dee71 Merge branch 'master' of https://github.com/mamedev/mame 2015-10-28 16:03:09 +01:00
Miodrag Milanovic
01a8a6a208 fix sdl build fix for windows (nw) 2015-10-28 16:02:38 +01:00
Vas Crabb
0db43199ab New machines marked as NOT_WORKING
----------------------------------
Cherry Master '99 [hsialin,Vas Crabb]
2015-10-29 02:00:48 +11:00
Miodrag Milanovic
4dccbffc01 resolve issue with compile on later mingw (nw) 2015-10-28 15:43:41 +01:00
sparrowred
1a5561dab6 fixed whitespace for publishers and descriptions in softwarelist xmls (nw) 2015-10-28 11:40:10 +01:00
Olivier Galibert
c4a787e527 zx: Start of an hardware-correct rewrite [O. Galibert]
Missing:
- hsync is not handled as it should yet, especially missing on the zx80
- the versions with an external charrom are not handled yet
- the zx97 is weird

On the other hand, the zx81 ain't bad and the hires modes work.
2015-10-28 09:59:47 +01:00
Miodrag Milanovic
47f56372ee Cleanup and version bump 2015-10-28 08:06:12 +01:00
Vas Crabb
f55f3d9624 osborne1 hack until we can get bank selection working properly 2015-10-28 16:27:50 +11:00
Robbbert
a144aa1a51 Pauline's turn (nw) 2015-10-28 15:48:58 +11:00
Vas Crabb
f410f2a9b4 Fix PowerPC build 2015-10-28 15:13:37 +11:00
RobertoFresca
2a3c117570 Merge branch 'master' of https://github.com/mamedev/mame 2015-10-27 23:30:18 -03:00
RobertoFresca
898b032f99 Changed the vpoker set description to Videotronics Draw Poker,
since the game is "Draw Poker". Two companies sold it with
different name. Documented the legal issues and added links.
[Roberto Fresca]
2015-10-27 23:29:36 -03:00
Felipe Corrêa da Silva Sanches
fd8bc93e60 acknowledge Sandro Ronco's work on the Wacky Gator driver 2015-10-27 23:44:17 -02:00
David Haywood
9ae5afd707 some notes on sonicpop (nw) 2015-10-28 01:09:47 +00:00
David Haywood
84eab928df Merge branch 'master' of https://github.com/mamedev/mame 2015-10-28 00:15:27 +00:00
David Haywood
23ca12d712 new clones
Ketsui: Kizuna Jigoku Tachi (2003/01/01. Master Ver.) (alt rom fill)

this has now been verified on more than one PCB, as has the parent set, why there are 2 versions that differ only in how the unused area is filled I'm not sure, maybe to try and throw people decrypting it off? either way, both are legitimate sets.

I've also added the various hacks because again people are putting them on PCBs, and there's even a bootleg PCB running one of them.  Would be nice if we could get dumps of the bootleg cartridges too since the ROMs are likely different due to having to work with a standard bios and they need documenting.
2015-10-28 00:15:09 +00:00
yz70s
cc8b7c6f11 atahle.c: call fill_buffer using a timer only when ultra dma is enabled (nw)
Otherwise some drivers have problems.
2015-10-27 23:44:43 +01:00
David Haywood
1a165ff7d3 was causing glitching in qix, merit and some others too, I guess they don't all fetch data during the scanline but rather at a fixed point, keep old behavior in MAME drivers for now.
I would be interested in seeing if supporting proper horizontal updates could fix some of the TMS34010 issues with flickering in megaphoenix / little robin tho..
2015-10-27 20:44:49 +00:00
David Haywood
56c43b95e3 system1 also disliked it, glitchy sprites in gardiab / gardiaj, broken scroll in gardiab 2015-10-27 20:29:45 +00:00
David Haywood
4b5f272da0 beathead is not keen on the horizontal partial updates
drivers\cardline.c
drivers\cubeqst.c
drivers\firefox.c
drivers\galaxian.c
drivers\merit.c
drivers\segas24.c
drivers\slotcarn.c
drivers\vicdual.c
video\btoads.c
video\cloak.c
video\dkong.c
video\galaxian.c
video\gyruss.c
video\itech8.c
video\meadows.c
video\qix.c
video\spacefb.c
video\system1.c
video\tp84.c

also need checking for regressions as the behavior of update_now changed
2015-10-27 20:26:57 +00:00
David Haywood
bb77797e97 Merge branch 'master' of https://github.com/mamedev/mame 2015-10-27 19:51:29 +00:00
David Haywood
72e9cbdd61 basic support for 'Direct Recording' block type in tzx format, cpc_cass entry 'bombscar' uses this. (nw) 2015-10-27 19:51:14 +00:00