LTVA1
e98c32f808
force POKEY freq recalc when changing wave with an effect
...
Useful for keeping stable waves!
2024-02-26 14:02:45 -05:00
tildearrow
b452641186
Merge branch 'macro-retrigger-effect-tildearow-version'
...
with rewritten retrigger- erm... RESTART function
2024-01-17 14:48:47 -05:00
LTVA1
7f94cdc930
port macro retrigger to orig Furnace
2024-01-17 15:28:29 +03:00
tildearrow
f8187b9a5f
dev191 - kind of remove DIV_ALWAYS_SET_VOLUME
...
it's useless crap I put during the Defle compat days
it serves nearly no purpose nowadays
also why is it a command?
2024-01-16 23:54:32 -05:00
tildearrow
88b42ddd58
update copyright year
2024-01-16 21:26:57 -05:00
tildearrow
7fc734744d
GUI: channel pair hints, part 2
...
POKEY
2023-10-08 04:07:26 -05:00
tildearrow
708c363635
FixedQueue, part 2
2023-07-13 04:09:20 -05:00
tildearrow
c777d699d2
POKEY: implement two-tone mode effect
2023-06-20 14:43:20 -05:00
tildearrow
29dfeccfe7
change chan osc range - PLEASE READ
...
as of now the range is ~32768, either from -16384 to 16383, or 0 to 32767.
it previously was -32768 to 32767 (~65536).
this change was made to better suit chips that only output a positive value.
if you are working on a new chip, update your code and shift right by one if necessary.
2023-06-16 17:30:11 -05:00
tildearrow
aaebdf3e5e
POKEY: E5xx fix?
2023-05-28 04:51:38 -05:00
tildearrow
45faadd4c8
update copyright year
2023-01-19 19:18:40 -05:00
tildearrow
9b80af3a4e
dev136 - Merge branch 'newDispatch' (PLEASE READ!)
...
the following changes have been made:
- a different strategy for DivDispatch audio output.
- if you're working on a new chip, be sure to replace isStereo()
with getOutputCount(). if isStereo() was true, return 2; otherwise
1.
do not return 0 or you will melt the oven!
- additionally, the acquire() function has changed. it's now:
`acquire(short** buf, size_t len)`
replace bufL with buf[0] and bufR with buf[1].
`start` is gone. if you really needed to use it, take a look at
pcspkr.
if you write to buf[1] and getOutputCount is 1, the oven will
melt as well!
- support for more-than-stereo audio, with up to 16 outputs.
- a brand-new patchbay routing feature. arbitrarily route chip outputs
to system outputs.
2023-01-12 03:59:53 -05:00
Waldemar Pawlaszek
8e009509db
POKEY: audc is set for wrong channel when channels 3 & 4 are paired
2023-01-07 18:51:55 +01:00
tildearrow
a29f36a5df
new dispatch, part 1
2023-01-03 01:09:46 -05:00
tildearrow
3e0dcbb0ae
aaaaaaaa
2023-01-02 04:53:37 -05:00
tildearrow
4584b8aa82
POKEY: fix setFlags() crash with altASAP
2022-12-25 03:36:30 -05:00
Waldemar Pawlaszek
35ac14d35b
Applying notes.
2022-12-23 07:43:51 +01:00
Waldemar Pawlaszek
2423ec9bc6
Refactoring
2022-12-23 07:06:17 +01:00
tildearrow
84c4e48fbe
POKEY: optimize ASAP core a lot
2022-12-22 19:45:08 -05:00
tildearrow
42367a5601
POKEY: optimize ASAP core a bit
2022-12-22 19:37:10 -05:00
tildearrow
af770ec701
code style
2022-12-22 19:15:35 -05:00
Waldemar Pawlaszek
44a26791c6
Applied code review remarks.
2022-12-22 23:17:38 +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
019b036853
Merge branch 'master' of github.com:tildearrow/furnace
2022-12-20 22:36:57 -05:00
tildearrow
210a002ae4
POKEY: per-chan osc
2022-12-20 15:21:03 -05:00
tildearrow
be41a2fe5d
POKEY: fix forceIns
2022-12-20 03:52:18 -05:00
tildearrow
0d10b99cf7
POKEY: add AUDCTL macro
2022-12-20 02:59:26 -05:00
tildearrow
08f42f1ea0
POKEY: it's the opposite
2022-12-20 02:43:37 -05:00
tildearrow
f781d63ac2
POKEY: bass period mapping
...
and effect to change AUDCTL
2022-12-20 02:39:34 -05:00
tildearrow
541360a446
POKEY: louder
2022-12-20 00:34:52 -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