Commit Graph

22 Commits

Author SHA1 Message Date
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