tildearrow
e941dfb174
Amiga: acquireDirect, part 2
...
the filter is back!
2025-03-05 04:49:22 -05:00
tildearrow
e116f2e523
PCE: fix anti-click
2025-03-05 00:17:09 -05:00
tildearrow
655b3621f6
Merge branch 'master' into amigaOpt
2025-03-04 13:18:07 -05:00
tildearrow
ac8df480ab
PCE: half working channel osc
...
it doesn't look right
2025-03-04 12:37:31 -05:00
tildearrow
11c99f9f96
PCE: push it even further!
...
now a bit faster
2025-03-04 12:21:56 -05:00
tildearrow
ec5aafb9ad
PCE: PCM works
...
CPU usage increases though when it's in use :<
2025-03-04 12:19:46 -05:00
tildearrow
5d3a22a502
PCE: PCM might work again
2025-03-04 11:57:41 -05:00
tildearrow
f0a3e3f590
PCE: Mednafen is wonderful
...
the PSG emulator already comes with heuristics... I stripped them off
for Furnace but now that we have acquireDirect() we can give it our
blip_buf and handle everything there
from 40-70% to 10% CPU usage on my phone, and highest quality!
TODO:
- PCM
- chan osc (should be very easy)
2025-03-03 20:29:34 -05:00
tildearrow
95b1085aed
I have no idea what's going on
2025-03-03 17:18:52 -05:00
tildearrow
acdce2c795
Amiga: acquireDirect, part 1
...
filter no longer works... I'll think of a possible approach
2025-03-03 04:11:01 -05:00
tildearrow
f5589d0084
Amiga: increase DMA off delay
2025-03-03 02:32:11 -05:00
tildearrow
71ac185cbf
FDS: lower CPU usage
2025-03-03 02:27:00 -05:00
tildearrow
b3b50bdb66
ESFM: optimize osc buf
2025-03-03 01:45:42 -05:00
tildearrow
6d55c8088c
GA20: yaaaay I fixed chan osc
2025-03-02 20:41:34 -05:00
tildearrow
8f54445625
GA20: acquireDirect optimizations, part 1
...
buggy, slow and glitchy
output is good but chan osc is now broken
from 1.5 to 0.4 seconds
2025-03-02 20:29:28 -05:00
tildearrow
2c75555fae
GA20: excellent...
2025-03-02 19:34:52 -05:00
tildearrow
6813c30e3a
new chan osc, part 8
...
fix remaining bugs
2025-03-02 18:02:38 -05:00
tildearrow
49a8693dcb
new chan osc, part 7
...
i am done
2025-03-02 16:14:49 -05:00
tildearrow
6265d2cd39
new chan osc, part 6
...
more adaptations
how can I get you out of my head... I want to go back to work!
2025-03-02 04:11:10 -05:00
tildearrow
fe00ee805d
new chan osc, part 5
...
fix C64 rate
2025-03-01 19:57:16 -05:00
tildearrow
a16d20e190
new chan osc, part 4
...
adapt dispatch code to it
2025-03-01 19:49:56 -05:00
tildearrow
10e60ec8c1
new chan osc, part 2
...
why is it jerky?
2025-03-01 17:22:34 -05:00
tildearrow
dd7e1def3d
new chan osc work in progress
2025-03-01 05:05:50 -05:00
tildearrow
c83ecfe993
prepare new chan osc code
...
chan osc output will be 65536Hz - always
new functions for initializing the osc buffer and all
2025-02-26 20:29:13 -05:00
tildearrow
e94d99d79e
PC Speaker: fix it
2025-02-26 15:45:26 -05:00
tildearrow
d935d3c6d1
acquireDirect proof of concept
...
extremely low CPU usage in PC Speaker
WARNING! no per-chan osc yet!
2025-02-25 19:58:25 -05:00
tildearrow
4502fa6912
FIX BUILD FAILURE
2025-02-25 18:56:04 -05:00
tildearrow
4b1e883d1b
PC speaker: prepare for acquireDirect
2025-02-25 18:53:02 -05:00
tildearrow
231819da2e
Revert "Revert "prepare acquireDirect API" - stupid crap"
...
thought of an idea for optimization. let's try again.
This reverts commit 4ca7033dec
.
2025-02-25 18:45:28 -05:00
LTVA1
c58a7cba20
Update sid3.c
2025-02-22 14:45:09 -05:00
tildearrow
a80cdbb1dd
ES5506: increase precision in Amiga pitch mode
...
issue #2120
2025-02-22 01:32:31 -05:00
tildearrow
c5576ebcd2
PCE: fix sample linger in VGM export
...
issue #2322
2025-02-21 19:41:48 -05:00
tildearrow
9af53cac73
PCE: fix sample volume in VGM export
...
issue #2319
2025-02-21 19:35:29 -05:00
tildearrow
41d3dcde66
Virtual Boy: handle phase reset first
2025-02-21 18:58:58 -05:00
tildearrow
0b1e90b908
Virtual Boy: disable channel 5 when changing mod t
...
able
2025-02-21 18:50:00 -05:00
tildearrow
4ca7033dec
Revert "prepare acquireDirect API" - stupid crap
...
the most POINTLESS plan of all time... acquireDirect.
why? because you gotta fill in the oscBufs anyway, which will take
precious CPU time, so you can't just pass the blip_bufs to dispatch
and hope it'll help by not processing when nothing's happening.
"so disable it when the per-chan osc is up!" NO! we need this for
volume calculation....
"how about rewrite per-chan osc logic?" you know what? I don't have
either the time or the will for that.
now back to Something Else......
This reverts commit 08177d839a
.
2025-02-21 01:27:04 -05:00
tildearrow
cf89a4ff44
GA20: yet another optimization
2025-02-20 04:44:19 -05:00
tildearrow
08177d839a
prepare acquireDirect API
...
provide direct access to blip_buf to dispatch code, which may allow for some serious optimizations
2025-02-19 15:46:10 -05:00
tildearrow
a2bd669792
Virtual Boy: where did the noise channel go?
2025-02-19 04:29:54 -05:00
tildearrow
0e0aab88de
GA20: another optimization
2025-02-18 05:53:54 -05:00
tildearrow
f55f92975a
GA20: tiny optimization
2025-02-18 05:32:09 -05:00
tildearrow
556b268d80
Virtual Boy: we cannot take a fast path...
2025-02-18 03:11:52 -05:00
tildearrow
e1b7618348
Virtual Boy: make it work on hardware
...
issue #2373
2025-02-18 02:30:14 -05:00
tildearrow
63ee7cf5d8
Virtual Boy: write waveforms before init channels
2025-02-18 00:36:20 -05:00
tildearrow
91ca79587b
SNES: oh I can't believe I did not commit this yet
2025-02-15 22:21:39 -05:00
tildearrow
d073d17318
Low Quality tildearrow Code: Part III
2025-02-09 04:10:16 -05:00
tildearrow
845c5245c3
Time Is Fixed
2025-02-07 04:20:18 -05:00
tildearrow
f09fd02971
MultiPCM: only set new params on ins change
...
fixes an issue regarding level direct effect
2025-02-07 04:15:20 -05:00
tildearrow
9dee51851f
prepare for proper center rate
...
the correct rate is 8372Hz rather than 8363Hz
sadly this will require a compat flag so I am not making this change
effective until 0.7
issue #2347
2025-02-06 02:14:21 -05:00
tildearrow
659a16a489
C64: PCM chan osc, part 2
...
issue #2349
2025-02-05 04:10:16 -05:00
tildearrow
dbe30c0d43
C64: PCM chan osc, part 1
...
it leaks into other channels
2025-02-05 04:01:22 -05:00
tildearrow
b64c06dd4d
GUI: add more options for selection drag
...
ability to copy by dragging selection
2025-01-31 17:29:51 -05:00
tildearrow
e22d46e619
C64: implement 6581 bias on dSID
...
for PCM
2025-01-31 14:59:38 -05:00
tildearrow
1ceffc659c
I will do this later
2025-01-30 16:24:33 -05:00
tildearrow
b17b0e3f40
fix build...
2025-01-30 15:27:55 -05:00
tildearrow
6e63669501
add a bunch more TODOs
2025-01-29 04:38:12 -05:00
tildearrow
8776e1c442
µPD1771C: implement tone/noise mode
2025-01-29 04:10:54 -05:00
tildearrow
9e726eba83
LOW QUALITY TILDEARROW CODE...
2025-01-29 02:04:49 -05:00
tildearrow
97402e6d41
replace AArt µPD1771C core with MAME
2025-01-29 01:58:31 -05:00
tildearrow
00ad4e4a46
update copyright year
2025-01-28 18:49:19 -05:00
tildearrow
0d8b97b1a3
C64: add a sample channel
...
but don't get too excited! it's just $D418 PCM for now...
2025-01-28 17:33:08 -05:00
tildearrow
f16b23772e
prepare for something
2025-01-28 04:59:12 -05:00
tildearrow
fd176dee84
dev224 - Merge branch 'fixedblock2'
2025-01-28 04:25:24 -05:00
tildearrow
dd9d220f33
use state instead of accessing ins for block
2025-01-28 04:24:10 -05:00
cam900
bd298e7ece
Fix ES5506 filter slide
2025-01-27 13:49:38 +09:00
Natt Akuma
cf3d08ca5a
Add fixed octave for block+fnum systems
...
This isn't implemented in SAA1099, despite also being block+fnum system, as there are no benefits from it
2025-01-09 03:51:14 +07:00
Natt Akuma
6a58797669
Use bsr() in frequency shift calculations
2025-01-09 03:43:27 +07:00
tildearrow
68eeef28e4
YMZ280B: fix sample offset moving loop
...
issue #2213
2024-12-29 17:55:58 -05:00
tildearrow
5ffd47ed7b
SegaPCM: fix sample offset moving loop
...
issue #2306
2024-12-29 16:53:19 -05:00
tildearrow
52a4588ad9
OPN: fix out of bounds when using some FM effects
...
on non-FM channels
issue #2286
2024-12-09 01:57:30 -05:00
tildearrow
192be95c14
OPL: instant drum muting
...
issue #1945
2024-12-06 18:28:09 -05:00
Natt Akuma
ddb29874d7
SNES: Change base capacity to 0xf800 bytes instead of 0x10000
...
This is to reflect both source address calculations in the engine code, which assume an echo buffer to end at 0xf800
2024-11-27 18:37:39 +07:00
tildearrow
5d47b50032
MSM6258: fix panning
...
issue #2249
2024-11-24 16:05:52 -05:00
tildearrow
6f61f6661f
C64: fix global param again...
...
issue #2181
2024-11-11 04:17:02 -05:00
tildearrow
99e3c3fa33
AY: fix chan osc
...
issue #2235
2024-11-10 05:38:19 -05:00
tildearrow
b701f06a98
Lynx: whoopsie
2024-11-10 04:18:22 -05:00
tildearrow
3d7079226f
OPN: implement phase reset macro on ExtCh
2024-11-08 02:47:51 -05:00
tildearrow
82d5139197
SegaPCM: its still there
2024-11-08 02:04:06 -05:00
tildearrow
7c1d8ef4bb
Lynx: fix load LFSR
2024-11-08 02:00:58 -05:00
tildearrow
0d18b4828d
OPN: fix 30xx
2024-11-07 03:23:45 -05:00
tildearrow
75ad701986
YM2151: Nuked 30xx
2024-11-06 18:42:21 -05:00
tildearrow
c69f366942
OPL: ymfm 30xx
2024-11-06 18:36:51 -05:00
tildearrow
1e68098cd3
AY: fix several problems with AtomicSSG
2024-11-06 18:09:26 -05:00
tildearrow
a54fb85288
FINALLY FIX THE CRASH
...
YES
issue #2215
2024-11-04 03:08:32 -05:00
tildearrow
0e70439d68
initialize selCore...
...
maybe issue #2180
2024-10-24 03:22:18 -05:00
tildearrow
48aa3b438f
YM2608: fix possible crash
2024-10-20 18:10:57 -05:00
tildearrow
8c2b3ba438
OPN: fix possible crash when CSM is off
2024-10-20 18:04:08 -05:00
tildearrow
69b03172b1
get it done
...
OPL UNFINISHED
2024-10-19 18:28:27 -05:00
tildearrow
dd9d8dccd1
proof of concept
2024-10-19 17:52:24 -05:00
Natt Akuma
665b722f31
VIC-20: add an option to disable filters
2024-10-17 20:16:04 -05:00
tildearrow
5eae36f092
Lynx: direct stream mode
2024-10-17 15:51:04 -05:00
tildearrow
3c892ada2a
this does not work
2024-10-17 15:06:13 -05:00
tildearrow
a0f0c863c9
OPN/A/B: fix CSM when using ymfm
...
and now there's a crash
2024-10-17 02:53:08 -05:00
LTVA1
721c3b55b6
fix OPNB emu core setting, fix chan osc for OPN ymfm
2024-10-14 00:01:04 -05:00
LTVA1
2e2796c245
fix OPN CSM osc view, fix OPNA ADPCM channel not playing
2024-10-13 02:11:36 -05:00
Eknous-P
5f47166012
redo opnx csm
2024-10-13 02:11:36 -05:00
tildearrow
dfb12271da
SID3: now implement getPan
...
whatever
2024-10-03 12:34:02 -05:00
tildearrow
d89a8f2c4f
OPL4: fix drums mode
...
issue #2160
2024-09-26 15:50:06 -05:00
tildearrow
0f2fd76a90
dev223 - Y8950: fix ADPCM pitch
...
issue #2028
2024-09-26 14:41:14 -05:00
tildearrow
0cf6c7cd64
OPL: fix YMF289 in ymfm
...
ymfm offers a class called ymf289, but I am too lazy to use it
and it probably does not resample anyway
2024-09-26 14:20:14 -05:00