Commit Graph

40416 Commits

Author SHA1 Message Date
Ivan Vangelista
4b32cfd3d9 pasha2, whitestar: switched to configured banking (nw) 2016-01-22 17:42:21 +01:00
Stiletto
3b363b57f2 (nw) 2016-01-22 07:16:57 -05:00
Stiletto
c42f41693d (nw) 2016-01-22 07:16:52 -05:00
Stiletto
bf1c1cc73e (nw) 2016-01-22 07:16:47 -05:00
Stiletto
c6688b1cb4 Update licensing thanks to Paul Daniels (nw) 2016-01-22 07:16:44 -05:00
Stiletto
90e4870ba7 (nw) 2016-01-22 07:16:32 -05:00
Stiletto
c4c84e2267 (nw) 2016-01-22 07:16:14 -05:00
Stiletto
e2a74cc1de Update licensing thanks to Richard Davies (nw) 2016-01-22 07:15:57 -05:00
Stiletto
d93948d096 (nw) 2016-01-22 07:15:40 -05:00
Stiletto
d9c1e99e8c (nw) 2016-01-22 07:15:26 -05:00
Stiletto
50981e1bae Update licensing thanks to Richard Davies (nw) 2016-01-22 07:15:11 -05:00
hap
4d578ab011 vicdual: hmm borderline sound rom is not a cpu prg rom anyway 2016-01-22 12:39:24 +01:00
hap
ea8c79deb6 polyplay correct year 2016-01-22 11:25:09 +01:00
Miodrag Milanovic
64718a11c2 Jarek is also fine with BSD-3-Clause (nw) 2016-01-22 09:38:58 +01:00
Stiletto
3015cc6d94 Bombs Away docs update from Andrew Welburn
Andew Welburn redumped Meadows Bombs Away. Dump matched, but we have slightly more info on the PCB now.
2016-01-21 23:07:24 -05:00
hap
01cf7ed61a vicdual: rewrote carnival music board emulation, copy-pasted samples handling from audio/pulsar.cpp. Kept sample names and function names the same. 2016-01-22 03:25:02 +01:00
hap
486e623e9f tispeak.cpp: Dumped and added correct version of 1979 US Speak & Spell. [Sean Riddle] 2016-01-22 01:17:57 +01:00
cracyc
9910d16a3f mc6845: somehow this fixes mt6046 (nw) 2016-01-21 16:40:02 -06:00
hap
8acfdd7ee0 beep_device: removed set_volume 2016-01-21 22:06:48 +01:00
cracyc
6965f6ddb4 x1: try implicitly starting the motor when the head is loaded. [nw]
---
No evidence anywhere (at least that I can read) that this is correct. Maybe there's something else missing or the images (more than one) that do this are bad but FWIW other emulators fail to load them in the same way we were.
2016-01-21 14:21:00 -06:00
Miodrag Milanovic
09a060ed7b Martin Buchholz answered, revered rewritten driver since original was in better condition (nw) 2016-01-21 20:49:39 +01:00
Miodrag Milanovic
66f5215a0d Revert "Rewrote Poly-Play to add prliminary emulation of the light organ, modernise timings sound etc. Relicensed driver accordingly."
This reverts commit a3a9fd0bdf.
2016-01-21 20:47:54 +01:00
hap
ac9957ee8a x07: fix possible division by 0 2016-01-21 20:02:35 +01:00
hap
31efbf92ec fidelz80: small cleanups 2016-01-21 19:56:22 +01:00
Miodrag Milanovic
ea406cfcf8 avgdvg was rewritten from schematics by Mathis Rosenhauer in 0.108u5 (nw) 2016-01-21 19:20:44 +01:00
Ivan Vangelista
6e8d1237d6 segas18: switched to configured banking (nw) 2016-01-21 18:50:06 +01:00
Ivan Vangelista
f012385904 20pacgal, 8080bw: switched to configured banking, removed the now unneeded postload (nw) 2016-01-21 18:49:35 +01:00
Stiletto
5a2c73dea6 (nw) 2016-01-21 12:45:36 -05:00
Stiletto
4db79ea23b (nw) 2016-01-21 12:45:20 -05:00
Stiletto
4b6af4b53e (nw) 2016-01-21 12:45:12 -05:00
Stiletto
022e46c72d Updated licensing thanks to Patrick Lawrence (nw) 2016-01-21 12:44:59 -05:00
Stiletto
af75d8f152 (nw) 2016-01-21 11:51:53 -05:00
Stiletto
3fd5036adf (nw) 2016-01-21 11:51:43 -05:00
Stiletto
cb581e10c8 Update licensing thanks to Steve Baines (nw) 2016-01-21 11:51:31 -05:00
Angelo Salese
0ee8e1d77e Revert licensing in this, nw 2016-01-21 16:39:08 +01:00
Miodrag Milanovic
b77b2f843e Curt have rewritten driver (nw) 2016-01-21 16:14:41 +01:00
Miodrag Milanovic
ec5b9deade Setting GPL license for Jarek Burczynski, by his request (nw) 2016-01-21 15:40:30 +01:00
Miodrag Milanović
587bf8fe5b Merge pull request #572 from dankan1890/master
Fix OSX build. (nw)
2016-01-21 14:12:11 +01:00
Dankan1890
170ebc7f06 Fix OSX build. (nw) 2016-01-21 14:05:28 +01:00
Miodrag Milanovic
2ac3018ee7 fix start project for custom builds in Visual Studio (nw) 2016-01-21 08:41:13 +01:00
Brad Hughes
ca1c4ef0ab merge xaudio2 work 2016-01-20 23:40:02 -05:00
Brad Hughes
c5c9367079 Fix GCC compiler warning in xaudio2 implementation 2016-01-20 23:38:01 -05:00
hap
cac513508f BEEP device clock() added, instead of default frequency of 3250 2016-01-21 05:24:04 +01:00
Bradley Hughes
7b072ad174 Update XAudio2 support to handle overflow, underflow, and audio_latency properly. 2016-01-20 23:16:18 -05:00
Brad Hughes
2f36228306 XAudio2 support 2016-01-20 23:16:18 -05:00
Bradley Hughes
7d6b899630 Update XAudio2 support to handle overflow, underflow, and audio_latency properly. 2016-01-20 23:07:59 -05:00
Miodrag Milanovic
e569891ef5 backporting new code (nw) 2016-01-20 22:10:18 +01:00
Miodrag Milanovic
4e8e3066f8 reverting:
SHA-1: 1f90ceab07

* tags are now strings (nw)
fix start project for custom builds in Visual Studio (nw)
2016-01-20 21:42:13 +01:00
Miodrag Milanovic
3a8ccb89b4 Revert "Fixes (nw)"
This reverts commit 5f19489cd2.
2016-01-20 21:35:30 +01:00
Miodrag Milanovic
7c9cd3feea Revert "rest of device parameters to std::string (nw)"
This reverts commit caba131d84.
2016-01-20 21:35:11 +01:00