Commit Graph

283 Commits

Author SHA1 Message Date
cam900 52e6246570 Add notes for ring modulation (XORing) 2023-04-13 11:56:34 +09:00
cam900 fe0ba4e530 Fix muting 2023-04-11 13:11:54 +09:00
cam900 f66b703a81 Fix compile again 2023-04-11 12:55:09 +09:00
cam900 cb34054473 Fix compile 2023-04-11 12:50:24 +09:00
cam900 f13cea6a8e pv1000: Add XORing features 2023-04-11 09:19:12 +09:00
tildearrow 5af3804195 GA20: implement getSamplePos() 2023-03-21 03:56:17 -05:00
tildearrow 591cd633d7 SegaPCM: implement getSamplePos() 2023-03-19 16:49:31 -05:00
tildearrow 62b9b98300 SNES: implement getSamplePos()
but gotta fix one thing
2023-03-19 04:18:57 -05:00
tildearrow 293d2b8775 PV-1000: more accurate emulation 2023-03-18 17:15:13 -05:00
cam900 dbd1f56a10 Add NEC D65010G031 support
chip flag and instrument color is placeholder
2023-03-05 14:01:44 +09:00
tildearrow aa5c3ec28a a wavetable chip that breaks Furnace limits?! 2023-03-03 19:31:51 -05:00
tildearrow 223a00884e M114S? what's that? 2023-03-03 14:13:33 -05:00
tildearrow 6c76515ff9 Game Boy: don't use rand() 2023-03-01 15:23:20 -05:00
tildearrow 68c88aea02 NES: don't use rand() in NSFplay 2023-03-01 15:21:55 -05:00
tildearrow 814907c0a7 SM8521: don't use rand()
issue #1004
2023-03-01 15:15:17 -05:00
tildearrow 8313d0f518 let's try console 2023-02-14 01:02:35 -05:00
tildearrow 78d3f9d97f ES5506: one more percent off 2023-02-11 23:43:19 -05:00
cam900 d26f2149e7 Fix newline 2023-02-11 22:03:24 +09:00
cam900 28c6b1dc60 Fix copyright year 2023-02-11 22:02:00 +09:00
cam900 98b34ab7ce Output fix 2023-02-11 21:50:44 +09:00
cam900 07a1c57a5a Fix compile, Add SM8521 to list 2023-02-11 21:37:11 +09:00
cam900 6c5e806fb2 Prepare for SM8521 2023-02-11 21:06:17 +09:00
tildearrow 0165a19630 SoundUnit: change 1-bit PDM mode to 8-bit TDM 2023-02-10 16:25:51 -05:00
tildearrow 6036366f38 SegaPCM: new real emulation core 2023-02-10 02:01:23 -05:00
tildearrow 0d424c7962 SegaPCM: prepare to actually emulate it 2023-02-09 19:11:27 -05:00
cam900 ffe5ced7b9 Fix GA20 mute 2023-02-09 10:20:36 +09:00
tildearrow 0b2df4f7d4 SoundUnit: enough of bitfields, part 2 2023-02-06 14:14:50 -05:00
tildearrow 63d0eb46a9 SoundUnit: enough of bitfields 2023-02-06 14:02:20 -05:00
tildearrow 26739bba11 YM2612: fix CSM on ymfm
finally
2023-02-05 17:42:48 -05:00
tildearrow e6dfeebaee SoundUnit: emulator license
MIT license - I am the only one who wrote this specific piece of code
2023-02-01 14:39:35 -05:00
tildearrow c918ed3449 SoundUnit: big-endian again 2023-01-25 15:09:05 -05:00
tildearrow a5a3407d3b who used sprintf! 2023-01-19 19:01:31 -05:00
tildearrow be79f80770 SoundUnit: separate flag register
issue #649
2023-01-15 00:40:57 -05:00
tildearrow aea7a67d3e Namco WSG: noise in per-chan osc for real? 2023-01-12 17:45:33 -05:00
tildearrow 51cef18bff AY: optimize 2023-01-12 16:05:03 -05:00
tildearrow 821df80594 Namco WSG: noise in per-chan osc? 2022-12-31 16:19:02 -05:00
tildearrow 893b48b9bb fix SPC_DSP.cpp to work on GCC 5 2022-12-28 21:37:42 -05:00
Waldemar Pawlaszek e5e3a83302 More refactoring 2022-12-23 07:31:22 +01:00
Waldemar Pawlaszek 2423ec9bc6 Refactoring 2022-12-23 07:06:17 +01:00
Waldemar Pawlaszek f1c40082d6 Fixing osciloscope volume 2022-12-23 06:27:37 +01:00
Waldemar Pawlaszek d66042b9c7 macOS compilation fix 2022-12-22 23:25:14 +01:00
Waldemar Pawlaszek 44a26791c6 Applied code review remarks. 2022-12-22 23:17:38 +01:00
Waldemar Pawlaszek 1b2eb9cacb bugfixes 2022-12-22 23:04:03 +01:00
Waldemar Pawlaszek 4a7e76c448 Renaming new POKEY core to AltASAP. Added core selection. 2022-12-22 22:40:29 +01:00
Waldemar Pawlaszek 3a94a7acde Implementation of POKEY core based on ASAP (http://asap.sourceforge.net) 2022-12-22 21:53:29 +01:00
tildearrow 15dc663a15 POKEY: remove dithering
we only use 16-bit output anyway
2022-12-20 15:07:58 -05:00
tildearrow ba674a0329 start work on POKEY
to-do:
- add ability to change AUDCTL
- bass shape frequency and waveform mapping
- easy noise???
2022-12-19 19:45:04 -05:00
tildearrow 4ba8c0513e the final mzpokeysnd change (maybe)
it works! now to work on DivPlatformPOKEY...
2022-12-19 17:10:45 -05:00
tildearrow 112d773544 and more mzpokeysnd changes 2022-12-19 16:46:19 -05:00
tildearrow 139ac97144 more mzpokeysnd changes 2022-12-19 16:39:10 -05:00