Commit Graph

37899 Commits

Author SHA1 Message Date
R. Belmont
7cec959bf8 Merge pull request #289 from DrMefistO/master
Fixed GetModuleHandle to be universal.
2015-08-28 12:54:57 -04:00
Robbbert
13fcf1d56a sf2m9: improved the picture 2015-08-28 20:52:22 +10:00
r09
d5836616bd Fixed machgjoe title formatting 2015-08-28 10:47:08 +02:00
yz70s
3ef784a728 xbox.c: add values for pic challenge handshake (nw) 2015-08-28 10:08:56 +02:00
yz70s
ece079aa74 chihiro.c: under the hood 3d accelerator changes [Samuele Zannoli]
-correct some errors
	-add more primitives to some graphic methods
	-add color mask support
	-method 0x100 (NOP) generates correct interrupt
	-some method parameters are readable from mmio registers
2015-08-28 10:08:55 +02:00
Lord-Nightmare
017ebde24e TMS5110: Purge process() of gotos to hopefully make the compiler's optimizer happier. [Lord Nightmare] 2015-08-28 03:43:30 -04:00
Joakim Larsson Edström
040b346fce Fixed user expansion socket cart support through very ugly byteswap in read handler, must be fixed better later 2015-08-28 09:26:01 +02:00
Joakim Larsson Edstrom
7ba539c6a0 Added VME local address mapping to dummy access methods 2015-08-28 09:26:00 +02:00
Joakim Larsson Edstrom
06e8aef36c Started LO command support, to be able to upload S-records to fccpu1 over serial host port 2015-08-28 09:25:59 +02:00
Joakim Larsson Edstrom
3672a90e64 Added layout file for fccpu1 2015-08-28 09:25:58 +02:00
Joakim Larsson Edstrom
cab1a40467 Added centronics-ish interface support for the fccpu1 board as expected by the system ROM, tested and works 2015-08-28 09:25:52 +02:00
Lord-Nightmare
66b36b336f TMS5220: Purge process() of gotos to hopefully make the compiler's optimizer happier. Add a hack so Victory's "Shields Up" sample and the sample afterward aren't corrupted. [Lord Nightmare] 2015-08-28 03:11:28 -04:00
Scott Stone
3b72af8a26 Merge branch 'master' of https://github.com/mamedev/mame 2015-08-27 21:16:22 -04:00
briantro
c6a331390a midxunit.c: Do the same as the parent.
Not sure why the CPU code is reloaded in with the graphics roms at 0xe00000 but the parent set does it, so make the new proto set do the same with the proto data.
2015-08-27 20:07:51 -05:00
Scott Stone
28f10ac420 Added missing PLD for Quantum. [Andrew Welburn] 2015-08-27 20:58:39 -04:00
couriersud
bce5387096 Some pedantic netlist changes. (nw) 2015-08-28 01:17:21 +02:00
Lord-Nightmare
12d07f9174 TMS5220: implemented talk status state machine properly as shown by patent. Got rid of m_target_* hack in favor of loading data from ROM as needed. Fixed ZPAR logic. Fixed pitch zeroing to match(?) patent. [Lord Nightmare] 2015-08-27 19:08:56 -04:00
Lord-Nightmare
b6ca87aaf6 TMS5110.c: Finally fixed zpar logic correctly. [Lord Nightmare] 2015-08-27 18:45:57 -04:00
Olivier Galibert
44f830bfc4 Merge pull request #292 from tomyun/fix-emudummy
Fix GAME_NO_SOUND in emudummy
2015-08-27 21:12:08 +02:00
briantro
45bc19ced1 new Revolution X proto added
New Clone Added
----------------------------------------
Revolution X (prototype, rev 5.0 5/23/94) [Chris Engel]
2015-08-27 10:58:34 -05:00
Vladimir Kryvian
27f3177dda Update window.c
Just a mistype.
2015-08-27 15:06:01 +03:00
Vladimir Kryvian
d7cf28647a Fixed create_window_class
First, try to unregister previously registered class.
2015-08-27 14:10:21 +03:00
Vladimir Kryvian
ee826f16cb Fixed register_window_classcreate_window_class
First, try to unregister previously registered class.
2015-08-27 14:08:38 +03:00
Vladimir Kryvian
d1c123beeb Fixed register_window_class
First, try to unregister previously registered class.
2015-08-27 14:07:13 +03:00
Vladimir Kryvian
40b357731b Fixed register_window_class
First, try to unregister previously registered class.
2015-08-27 14:05:59 +03:00
Kyungdahm Yun
2afb393744 emudummy.c: change GAME_NO_SOUND to MACHINE_* 2015-08-27 03:24:26 -07:00
r09
3f00c58601 Made a few mistakes with the sizes, fixed 2015-08-27 12:00:03 +02:00
r09
30405be2ac Added three new Sharp X1 dumps 2015-08-27 10:52:24 +02:00
Lord-Nightmare
0d645cc62b TMS51xx: Got rid of the request_bits and FIFO implementation, both of which were incorrect to hardware. Minor ZPAR fix. Some comment cleanup. [Lord Nightmare] 2015-08-26 19:41:16 -04:00
hap
9f6640deb5 turned folder rights the other way around 2015-08-26 23:09:47 +02:00
briantro
b951fc36ff lethalj.c: Fix Cut-N-Paste - NW 2015-08-26 13:49:36 -05:00
briantro
a31c3e5df5 lethalj.c: Found a PCB with more descriptive labels - NW
Changed the ROM names to reflect the new information in case a different version is found in the future.
2015-08-26 13:41:15 -05:00
einstein95
396889297e Fix for ddanpei and ninjab (nw) 2015-08-27 02:45:28 +12:00
Vladimir Kryvian
8b2b67d9e4 Fixed GetModuleHandleUni
VirtualQuery first argument fixed.
2015-08-26 11:56:49 +03:00
Vladimir Kryvian
5a36c43800 Fixed GetModuleHandleUni 2015-08-26 10:04:41 +03:00
Miodrag Milanovic
efa3a679a3 Cleanups and version bump 2015-08-26 08:10:34 +02:00
Lord-Nightmare
bc5ffe4937 whoops (nw) 2015-08-25 23:36:18 -04:00
hap
016f430cea fix namcos23 crash: http://mametesters.org/view.php?id=5762 (problem with uninitialized variables) 2015-08-26 00:21:15 +02:00
Luca Elia
314affc3a0 New games marked as GAME_NOT_WORKING
------------------------------------
Chexx (EM Bubble Hockey, 1983 1.1) [Clay Harrell, Luca Elia]
2015-08-25 17:55:30 +02:00
Luca Elia
5d7316801b fix typos in intelfsh.c (nw) 2015-08-25 17:55:22 +02:00
Luca Elia
1bb359a353 preliminary fruitpar decryption by iq_132 2015-08-25 17:55:14 +02:00
Luca Elia
585d603f88 Dumped thedealr's i8742 internal ROM [Porchy] 2015-08-25 17:55:06 +02:00
Luca Elia
1e89e27719 Added correct color PROMs for tahjong [Mike Coates] 2015-08-25 17:54:58 +02:00
Michael Zapf
d8d1b5297f HFDC: Added dip switch "wait for HD" (later models) 2015-08-25 16:03:38 +02:00
Vladimir Kryvian
0170d6b995 Fixed GetModuleHandle to be universal. 2015-08-25 16:39:50 +03:00
mahlemiut
4809f28558 x68k: added brightness control, used for fade in/out effects. 2015-08-25 21:55:23 +12:00
Vas Crabb
cfa93c3750 Merge pull request #285 from Pernod70/master
attache: merged revisions and corrected name (nw)
2015-08-25 19:00:18 +10:00
Vas Crabb
ed4c3383d7 patch noise (nw) 2015-08-25 13:06:17 +10:00
Vas Crabb
f500420346 OS/2 patch for 0.164 [KO Myung-Hun] 2015-08-25 13:02:01 +10:00
Felipe Corrêa da Silva Sanches
25dd325c93 initial skeleton driver for Canon S-80 typowriter 2015-08-24 19:20:02 -03:00