Commit Graph

36354 Commits

Author SHA1 Message Date
mahlemiut
f668e0465d pc_vga: force PEL shift to 0 after a line compare, and move latch release to the end of VBLANK. Fixes Jazz Jackrabbit scrolling (do let me know if there are any regressions). 2015-06-05 11:09:52 +12:00
hap
cacb9bb1b5 added HLT line (it's used by alpha denshi protection mcu) 2015-06-04 23:21:16 +02:00
Ivan Vangelista
3a9f5f622a nbmj8991.c: added save state support (nw) 2015-06-04 22:43:00 +02:00
Ivan Vangelista
0a794fd6ce srmp5.c: added save state support (nw) 2015-06-04 22:31:47 +02:00
briantro
786e826c38 galaxian.c: Correct rom labels for the Stern Electronics license of The End. [caius] 2015-06-04 13:47:28 -05:00
MetalliC
b47963e5a2 pentagon.c: get to work all raster effects (nw) 2015-06-04 20:56:56 +03:00
Michael Zapf
1c92d1000f MFM HD work in progress; reading sectors 2015-06-04 19:50:31 +02:00
Dirk Best
a444bc8e25 coco: updated to use the new wd fdc 2015-06-04 16:55:30 +02:00
hap
27138786f8 fixed .lst files whitespace problem [LnmVolbo] 2015-06-04 12:19:20 +02:00
mahlemiut
76b61002a9 Used a latch for the VGA PEL shift register, should fix jerkiness in games that use it (it does in Raiden, at least). 2015-06-04 22:12:39 +12:00
Dirk Best
9ab3e52d16 vdk_dsk: clean up 2015-06-04 09:38:41 +02:00
Stiletto
8d34522ee8 update game list (nw)
update game list (nw)
2015-06-04 03:02:31 -04:00
hap
67786d0022 penta/vastar company correction from JJBoy 2015-06-04 08:55:10 +02:00
hap
5151a34766 apparently tab after gamename causes parser error 2015-06-04 08:47:22 +02:00
Dirk Best
3a571779c0 trs80: updated to use the new wd fdc 2015-06-04 08:33:57 +02:00
Curt Coder
5f72cb409c (MESS) abc80: State saving. (nw) 2015-06-04 09:09:23 +03:00
Robbbert
041950ed36 Merge branch 'master' of https://github.com/mamedev/mame 2015-06-04 16:04:07 +10:00
Curt Coder
93e0b86024 (MESS) abc80: Fixed cassette crash. (nw) 2015-06-04 08:56:46 +03:00
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