Brian Troha
a40d304fea
taito_b.c: Add PCB location to the Tetris Taito B-System set - NW
2013-08-14 22:17:49 +00:00
Phil Bennett
693d2e44a2
00942: topspeed: Engine sounds only play when driving in tunnels or under bridges, and turbo sounds never play [Phil Bennett]
...
topspeed.c - Various updates: [Phil Bennett, Andy Welburn]
- Fixed MSM5205 hookups and implemented engine sound
- Added Z80 CTC
- Added volume controls
- Corrected 68000 clocks and VSYNC frequency
- Changed interrupt handling to match hardware
- Added motor control notes
- Fixed sprite list parsing (no more mysterious red dot on the far left)
- Corrected b14-67-1/b14-68-1 ROM locations
2013-08-14 22:03:20 +00:00
Phil Bennett
5ab88c9dfe
taitosnd.c - Improve TC0140SYT/PC060HA NMI handling, preventing lost interrupts [Phil Bennett]
2013-08-14 21:39:58 +00:00
Wilbert Pol
7960891686
m6800.c: Fixed modernization regression (nw)
2013-08-14 20:55:32 +00:00
Brian Troha
902e188b36
MAMETesters Bugs Fixed
...
----------------------
- 00980: [Sound] (taito_b.c) tetrist: The sound has strange intermittent noise in background. Also, the music tempo is wrong (Brian Troha)
out of whatsnew - They are conversion kits so use MACHINE_CONFIG_DERIVED for the 2 Tetris sets.
2013-08-14 18:06:08 +00:00
Brian Troha
8ee5debcdf
taito_b.c: It's Nastar not Rastan.... - NW
2013-08-14 17:28:03 +00:00
Brian Troha
14df173474
taito_b.c: Refine name of B-System Tetris sets to refer to them as Rastan or Master of Weapon conversion kits. - NW
2013-08-14 16:40:10 +00:00
Brian Troha
5d4ac9d25b
new Manx TT clone added
...
out of whatsnew - Not working. Speaker arrangement is unknown and incorrect in the driver. Uses 837-8679 Model 1 sound board that only has one 315-5560.
Changed the model 1 Audio CPU name to audiocpum1 to avoid conflicts in memory maps where "audiocpu" was directly referenced by both the 2A-CRX and M1 Audio board memory maps.
New Clone Added
---------------------------------------
Manx TT Superbike - DX (Revision D) [ShouTime, The Dumping Union]
2013-08-14 16:29:53 +00:00
Scott Stone
613891e4d5
altbeastbl - hook up gfx writes properly [Barry Harris]
...
(MESS) a7800.c - Normalized contrast and brightness, providing a standardized grayscale and adjusted color values. [Robert Tuccitto]
2013-08-14 16:08:22 +00:00
Brian Troha
28a8f442db
taito_b.c: Correct the Tetris C12 set and fill in missing Rastan roms needed for the conversion, correcting missing sound samples. Added a note the missing PALs for both Tetris B-System conversions. [Brian Troha]
2013-08-14 15:51:59 +00:00
Brian Troha
2580a682f1
new Street Fighter 2 clone
...
cps1.c: Added correct MBJ 22B rom to Muscle Bomber: The Body Explosion (Japan 930713) set. [Layne, Smitdogg, The Dumping Union]
New Clone Added
-----------------------------------------------------
Street Fighter II: The World Warrior (Japan 910522) [Yohji, Kevin Eshbach, bodger319, Smitdogg, The Dumping Union]
2013-08-14 15:09:26 +00:00
Miodrag Milanovic
912a7fde30
added screenshot option and serving it from webserver (nw)
2013-08-14 12:24:21 +00:00
Robbbert
15cc532d49
(MESS) New skeleton [Al Kossow, Robbbert]
...
-------------------------------------------------
Control Data Corporation CDC721 Terminal
2013-08-14 10:06:39 +00:00
Dirk Best
1f485e69ba
i8089.c: move execute interface to the main device, the two channels can't really run at the same time
2013-08-14 09:43:00 +00:00
Miodrag Milanovic
c5016de0c5
jquery mobile looks like better choice (nw)
2013-08-14 09:35:55 +00:00
Miodrag Milanovic
674cc1d72b
(MESS)megaduck.xml : new card dumps added [Anna Wu]
2013-08-14 07:39:53 +00:00
Miodrag Milanovic
b847a907f9
added missing files (nw)
2013-08-14 06:19:36 +00:00
Mike Naberezny
f9733b2f78
(MESS) c2040: Fix function name in comment (nw)
2013-08-14 05:31:32 +00:00
David Haywood
f156678f49
New Working Game
...
Panic Road [David Haywood]
sprite-sprite priorities look a bit goofy in places, but with the current code I'm fairly sure the game logic is now correct at least (some sprites weren't getting drawn until now) Reference videos would be handy for refining this.
2013-08-14 04:32:16 +00:00
David Haywood
1192975314
improve collision handling (this might actually be correct / working now, need to test more) (nw)
2013-08-14 03:40:21 +00:00
David Haywood
d69d84e57a
further notes (nw)
2013-08-14 01:21:25 +00:00
David Haywood
05cc73cb45
improve priorities / collision notes (nw)
2013-08-13 23:03:38 +00:00
Ivan Vangelista
2076847d86
Merged s2636 video and sound implementations and moved them to machine/ (nw)
2013-08-13 22:42:48 +00:00
Michaël Banaan Ananas
e569b73ca0
ok, using the new eeprompar device instead
2013-08-13 19:04:16 +00:00
Ivan Vangelista
bc9126a581
Modernized the s2636 video device. Will try to merge the audio and video devices in one file next. (nw)
2013-08-13 17:15:54 +00:00
David Haywood
f6fd8fc3cd
forgot tag change (nw)
2013-08-13 17:07:38 +00:00
David Haywood
2130adc105
reduce some code duplication, preparation for creating a new device (nw)
2013-08-13 17:02:57 +00:00
Aaron Giles
1d3020a18f
Add missing macros.
2013-08-13 14:27:21 +00:00
Miodrag Milanovic
2ab6a079d8
make it work on IE too (nw)
2013-08-13 14:08:05 +00:00
Miodrag Milanovic
a586a7ad9b
ah never close connection, was not even in their examples, my bad (nw)
2013-08-13 13:56:44 +00:00
Miodrag Milanovic
3fafdaae30
display currently running driver and update on change on server side (nw)
2013-08-13 13:28:07 +00:00
Michaël Banaan Ananas
5a511c644f
massrename silliness corrections
2013-08-13 12:29:55 +00:00
Michaël Banaan Ananas
7faac92c37
nw
2013-08-13 12:07:24 +00:00
Michaël Banaan Ananas
68bb39d845
removed legacy nvram handler
...
(note: super namcos22 nvram files are now proper size instead of interleaved with zeros)
2013-08-13 12:05:51 +00:00
David Haywood
0b1d95bef8
make it a bit more obvious cupidon.c is a video based system, not a screenless fruit machine one (nw)
2013-08-13 11:40:48 +00:00
Dirk Best
c1cef2a6e9
i8089.c: implemented dma engine, apricot now successfully runs the 8089 self-test
2013-08-13 11:03:14 +00:00
Miodrag Milanovic
cdfce086df
detach do not remove, should fix server crash (nw)
2013-08-13 09:04:04 +00:00
Miodrag Milanovic
3bc1cf0740
fix compile with DEBUG=1 (nw)
2013-08-13 08:33:12 +00:00
R. Belmont
72088cfa11
MIDI: System Common messages should not override running status, fixes Sierra games crashing with the MT-32. [R. Belmont]
2013-08-13 04:24:21 +00:00
Curt Coder
161aa0f833
(MESS) mpt02: Fixed CDP1864 background color sequence. [Curt Coder]
2013-08-12 19:44:37 +00:00
Dirk Best
00128f8980
i8089.c: added instruction decode and more opcodes, starts executing task blocks now
2013-08-12 14:44:44 +00:00
Miodrag Milanovic
bc0e399730
remove non active web socket clients in keep alive callback (nw)
2013-08-12 14:14:24 +00:00
Miodrag Milanovic
5f184e36d6
Moved webengine into separate file, added callbacks for websockets and made example for triggering ui on driver change, also added json for game driver (nw)
2013-08-12 13:56:55 +00:00
Robbbert
59837a1e7d
slampic : fixed flashing of a layer in the ring {Barry Harris]
...
(out of whatsnew) Removed a bunch of gfx roms accidently included during initial development.
2013-08-12 11:15:26 +00:00
Robbbert
e6ff7f40af
captcommb : various graphical issues fixed, marked as working [Barry Harris]
2013-08-12 10:01:18 +00:00
David Haywood
bfb8e2274a
cheap hacks, but gets some stuff to boot (nw)
2013-08-12 04:45:15 +00:00
R. Belmont
559f6d0fd0
(MESS) MPU-401: Preliminary working MIDI out. [R. Belmont]
2013-08-12 04:35:26 +00:00
R. Belmont
237e8e235f
MC6801/6803 updates: [R. Belmont]
...
* Support for timer output capture to pin P21
* Support for externally-clocked serial
* Added devcb2 hook for serial xmit to easily differentiate xmit from other Port 2 updates. Bits are still also sent to Port 2 of course.
2013-08-12 03:54:45 +00:00
Brian Troha
cc03077c5b
sandscrp.c: Added dipswitch locations and corrected default settings for the Sand Scorpion sets. [Brian Troha]
2013-08-12 02:48:11 +00:00
Nathan Woods
1cf16c08c0
HD6309: Fixing MULD regression introduced in the 6x09 rewrite (mametesters bug #05259 )
2013-08-12 02:22:43 +00:00