Commit Graph

36336 Commits

Author SHA1 Message Date
Robbbert
c7e970abb9 Correction of author. 2015-06-04 15:50:22 +10:00
Stiletto
f0979b157d update game list (nw)
update game list (nw)
2015-06-04 00:31:55 -04:00
Stiletto
80cecbfa9d update to game list (nw)
update to game list (nw)
2015-06-04 00:03:52 -04:00
Stiletto
27f0ed319d update game list (nw)
update game list (nw)
2015-06-03 23:50:34 -04:00
Stiletto
27c041b7f3 minor gamelist fix (nw)
minor gamelist fix (nw)
2015-06-03 23:33:42 -04:00
Stiletto
b4cf7a2121 updates to game list (nw)
updates to game list (nw)
2015-06-03 23:28:41 -04:00
Stiletto
1f840aa1bf updates to game list (nw)
updates to game list (nw)
2015-06-03 23:21:51 -04:00
Stiletto
d02e904826 updates to game list (nw)
updates to game list (nw)
2015-06-03 23:18:22 -04:00
Stiletto
6ca2937f70 more games to gamelist (nw)
more games to gamelist (nw)
2015-06-03 23:14:33 -04:00
briantro
b107d24417 paradise.c: Spelling, and set 2 is the PCB with different OSC.
From the pic of the PCB for the Escape version it's not clear if the OSC is 4MHz or 3.579545MHz OSC
2015-06-03 19:29:42 -05:00
briantro
2b0255cdcf paradise.c: Add a note about the other data being the same. - NW 2015-06-03 19:24:36 -05:00
briantro
4722952050 paradise.c: Clean up the recent submission a little - NW 2015-06-03 19:22:24 -05:00
Peter Ferrie
3beb8a1277 nl_config: fix compile (nw) 2015-06-03 17:05:28 -07:00
briantro
70b239008a vamphalf.c: Properly document the MR Kicker alt version - NW 2015-06-03 18:55:39 -05:00
Peter Ferrie
98d72fba97 nl_convert: fix compile on MSVC (struct and string in struct had same name) (nw) 2015-06-03 16:46:59 -07:00
David Haywood
4d3ae8b5ae Merge pull request #199 from system11b/S11paradise
S11paradise
2015-06-03 23:23:57 +01:00
hap
09acd69622 added note 2015-06-04 00:08:16 +02:00
system11b
71461592fc added paradisea and paradisee sets
corrected comments in sidearms.c file from my last commit
2015-06-03 22:54:55 +01:00
couriersud
9eebbcba2f Fixed mario sound when netlist sound is enabled. (nw) 2015-06-03 23:47:24 +02:00
etabeta78
0798ea0646 add validation entry for softlist items which might miss the <part> nodes 2015-06-03 23:10:14 +02:00
etabeta78
5f9be95354 fix compile by commenting unused private fields. nw. 2015-06-03 23:09:28 +02:00
etabeta78
0da5dfaa15 proper fix for the missing towercab disk set. nw. 2015-06-03 23:08:28 +02:00
couriersud
7cd3ebf18a Changed the way NETLIST_START(NAME) is located and called. This is done
now solely by using a netlist_sources_t class. Netlist users just
register sources like memregions, hardcoded strings, compiled netlists. 
Going forward this enables to eventually put macro model librariers into
roms. The improvement comes with a price. Compiled netlists to be
included must now be registered using LOCAL_SOURCE. [Couriersud]
2015-06-03 22:52:21 +02:00
etabeta78
574a2787fc fix compile 2015-06-03 22:16:45 +02:00
Michael Zapf
c01ee6740e (MESS) ti99: Removed legacy wd17xx controllers 2015-06-03 21:59:26 +02:00
couriersud
381d3dd572 Fixed superbug explosion overlay. [SoltanGris42, Couriersud] 2015-06-03 20:08:40 +02:00
couriersud
ca8338d5a5 Found some cycles by removing static declarations in some functions.
(nw)
2015-06-03 20:08:39 +02:00
Dirk Best
49168ace92 svi318: add some floppy disk images to the softlist 2015-06-03 19:47:24 +02:00
Dirk Best
8afcf3f9ce svi318: updated to use the new wd fdc. floppy support has been restored,
which was broken for a long time.
2015-06-03 18:56:17 +02:00
hap
25a8f0715d reverted this commit 2015-06-03 17:03:50 +02:00
David Haywood
a37a2b6664 Merge branch 'master' of https://github.com/mamedev/mame 2015-06-03 12:46:29 +01:00
David Haywood
527e70ca40 apparently the ones listed as 'for MESS' are actually the ones that work on real hardware, and the others are hacked for prosystem emulator? (nw) 2015-06-03 12:46:16 +01:00
Robbbert
3aa840c8ed Merge branch 'master' of https://github.com/mamedev/mame 2015-06-03 20:50:17 +10:00
Robbbert
e0fdf4c2a6 Commented out corrupted set to stop msx2 machines from crashing. 2015-06-03 20:47:27 +10:00
David Haywood
d8f3c86b98 new WORKING game
Monkey Magic [Hau, Chack'n]

(politics aside, this is the correct procedure and credit, everything has been submitted for inclusion)
2015-06-03 11:42:12 +01:00
David Haywood
f7fd6b95f5 ok, this is how you load the dev board version (nw) 2015-06-03 11:31:52 +01:00
David Haywood
d3bf4d4125 added the newer a7800 donkey kong XM enhanced demo files to the softlist.
i've added the 'emulator compatible' images too, pokey sound doesn't seem to work with the regular ones, might be useful for debugging.

eta seems to indicate it did at the point he removed the emulator compatible images for the older version, so when did it break?

(nw)
2015-06-03 11:03:41 +01:00
Olivier Galibert
d92b8d522a Solved the great Sherwood Forest mystery. DOS 3.3 inserts a short
(3-4 cycles, roughly equivalent to one bit) delay between writing the
header and the data bytes in the sector data block.  [Peter Ferrie,
Olivier Galibert, Richter Belmont]
2015-06-03 08:41:33 +02:00
Miodrag Milanovic
66fec3db63 fix for OG :) (nw) 2015-06-03 08:02:20 +02:00
David Haywood
dc729a9828 add some custom RASTERIZER_ENTRY lines for gtfore series, seems to help with performance when lots of transparencies are used (nw) 2015-06-02 23:44:51 +01:00
etabeta78
06cc1e484d audit.c: fixed a crash occurring when trying to mount
a CHD from the internal UI. [Fabio Priuli]

out of whatsnew: this is the correct fix which replaces the hacky workaround that I had submitted earlier today...
2015-06-03 00:37:29 +02:00
balr0g
8923954751 Minor license tag fix (nw) 2015-06-02 14:38:39 -04:00
hap
c9f1843c45 forgot to actually hook up port K here 2015-06-02 20:31:53 +02:00
hap
78f313bce9 woops, wrong port 2015-06-02 20:07:18 +02:00
hap
c5891758cb changed mn10200 fake i/o memmap to callbacks 2015-06-02 19:49:45 +02:00
hap
c325f48069 correct zsg2 internal clock 2015-06-02 18:24:18 +02:00
Dirk Best
0ebc3e5033 vector06: updated to use the new wd fdc. system appears to be broken but
loads some sectors from disk.
2015-06-02 17:16:36 +02:00
hap
3e7cb13148 made branch condition and add/sub carry param optional 2015-06-02 16:29:23 +02:00
Dirk Best
0f170cfe31 rm380z: updated to use the new wd fdc 2015-06-02 16:23:34 +02:00
Miodrag Milanovic
3aeb79cbc0 resolved some more (nw) 2015-06-02 16:21:11 +02:00