einstein95
79140d6365
Fix nadia (nw)
2015-11-16 06:31:59 +13: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
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
David Haywood
f91d3e8fea
new clones
...
Mighty Monkey (Kaina Games, bootleg on Scramble hardware) [Team Europe]
2015-08-24 19:56:11 +01:00
David Haywood
637dda3bea
new clones
...
Knuckle Bash (Korean PCB) [caius]
this might be the original release of the game, it lacks the USA and Europe regions (and thus any of the Atari license text) but instead has a Taito license on one of the 2 Japan region settings.
2015-08-24 18:52:18 +01:00
Scott Stone
b97f446084
midzeus.c: Further improvements: [Phil Bennett]
...
* Added alternate back-face culling method
* Added additional blend modes
* Added depth test and write enables
* Slightly improved rasterization
2015-08-24 13:46:05 -04:00
Michael Zapf
780c76d9d2
Added new cartridge types 378 (w/o GROM), 379
2015-08-24 15:10:49 +02:00
Vas Crabb
206a720e1e
DIP switch fix (nw)
2015-08-24 23:00:10 +10:00
Michael Zapf
626820313a
Guarding against inappropriate use
2015-08-24 13:15:16 +02:00
Curt Coder
f4f2ec71ca
pet_rom.xml: Added Edex (France, v4.4) [Hervé Warin]
2015-08-24 09:26:16 +03:00
Curt Coder
1d5d6e0b08
pet: Added French CBM 8032 ROMs. [Hervé Warin]
2015-08-24 09:26:16 +03:00
Lord-Nightmare
3a09ca0888
fix stupid typo, doesn't fix the cvs.c goldbug sound inconsistency yet (nw)
2015-08-23 22:14:03 -04:00
briantro
6dd8a4ef30
konamigx.c: Minor rom name corrections - NW
2015-08-23 20:52:55 -05:00
hap
170fb8de9d
forgot to remove comment
2015-08-24 01:19:34 +02:00
hap
9d6bf7989d
deleted supercon.lay
2015-08-24 01:01:18 +02:00
hap
52fe429406
added internal layout for 4004clk
2015-08-24 00:56:21 +02:00
hap
e7d7db664b
note worded more strict
2015-08-24 00:18:15 +02:00
hap
9a2c51c3de
note
2015-08-23 23:38:21 +02:00
cracyc
25cada293c
leland: fix MT05377 MT05709 and MT05435 (hopefully)
...
pit8253: try to prevent mode 2 triggering twice (nw)
2015-08-23 16:14:09 -05:00
Lord-Nightmare
882edf70ba
tms51xx: removed target_x variables in favor of reloading from coefficient ROM during the generation loop (as the real device does).
...
Implemented proper ZPAR and unvoiced ZPAR logic for zeroing parameters during idle and unvoiced frames.
Changed the pitch zeroing logic during frame inhibit to last an entire interpolation period rather than one sample.
Replaced the speech-is-synthesizing state machine with the original patent TALK, TALKD and SPEN bits.
Redid the talk_status logic to use (TALKD || SPEN) as the real device does. [Lord Nightmare]
2015-08-23 17:01:12 -04:00
briantro
dbf39ba667
deco16ic.c: Minor documentation update - NW
2015-08-23 15:42:47 -05:00
briantro
c4fa395059
deco32.c: Add PCB layout for DE-0395-1 PCB - NW
2015-08-23 15:39:32 -05:00
briantro
faf9c56677
deco16ic.c: Documentation update - NW
2015-08-23 15:27:14 -05:00
couriersud
3011b4b068
Moved nltool.c and nlwav.c into src/emu/netlist/prg.
...
Added src/emu/netlist/build/makefile. This allows netlist to be ripped
out of the tree and to compile it standalone. (nw)
2015-08-23 20:59:07 +02:00
Luca Elia
f8e7f02ce0
rename vampire.c to faceoffh.c (nw)
2015-08-23 17:49:22 +02:00
couriersud
4be6e7568e
Created a separate logging class. Netlist code should now be at least
...
98% type safe. No more fuzzing around with SIZEFMT and friends. Changed
formatting to use python style format strings. (nw)
2015-08-23 17:44:17 +02:00
Michael Zapf
857d055ffc
Just some logging improvement
2015-08-23 17:17:02 +02:00
Guru
6a461218bd
namcops2.c: added h/w info for first version of System 246
2015-08-23 19:10:32 +08:00
Michael Zapf
a7b945eda6
Invoke step on cylinder change
2015-08-23 12:59:40 +02:00
Guru
2af923ff8c
minivadr.c: Added PCB layout
2015-08-23 18:39:55 +08:00
Robbbert
badeb73a71
Merge branch 'master' of https://github.com/mamedev/mame
2015-08-23 17:49:33 +10:00
Robbbert
ea231ae875
MT 03193
2015-08-23 17:45:12 +10:00
Lord-Nightmare
33036a64cc
Merge branch 'master' of https://github.com/mamedev/mame
2015-08-23 03:01:22 -04:00
Lord-Nightmare
f67a2ff0c2
fix startup crash on running any system using floppy.c (nw)
2015-08-23 02:58:41 -04:00
Robbbert
c8efa8c6f9
3wondersh: fixed a number of graphical errors.
2015-08-23 15:59:41 +10:00
Michael Zapf
0b314ce92b
Added some state save items
2015-08-23 01:59:52 +02:00
arbee
b1ce31faeb
apple2: fix Ivel Ultra's unique text drawing (MT#5814) [R. Belmont]
2015-08-22 18:21:25 -04:00
Michael Zapf
18863bae38
Step sound is now triggered on edge, not level
2015-08-22 21:16:53 +02:00
hap
4616399c8b
ok
2015-08-22 18:53:43 +02:00