Author Topic: PCE PCM  (Read 10629 times)

elmer

  • Hero Member
  • *****
  • Posts: 2153
Re: PCE PCM
« Reply #150 on: January 15, 2017, 07:49:08 AM »
Volume (channel, pan, global) for all channels is log, but waveform data is linear. The 10bit waveform data for paired channels for 10bit is linear as well; the second channel volume is set to be 1/32 that of channel 1, so it all lines up. You can do 12 or 13bit with three channels I believe, but it's not really worth it.

Thanks!  :D

That's cool ... so just subtract 10 from the channel volume (for 1/32 with a 1.5bdB step), and then do some bit-shifting.

That doesn't sound too nasty.  :-k


Quote
I just ordered an Owon SDS1702 scope, so I can retest test stuff if you need. Probably gonna pickup a 100mhz 16 channel logic analyzer soon too.

Fun toys! Are you planning to do some hardware design work in the future to justify those?  :wink:

I'm still hoping for a full SuperGrafx/SuperCDROM/ACD with HDMI in an FPGA, one day!

ccovell

  • Hero Member
  • *****
  • Posts: 2245
Re: PCE PCM
« Reply #151 on: January 15, 2017, 11:15:59 AM »
I'm still hoping for a full SuperGrafx/SuperCDROM/ACD with HDMI in an FPGA, one day!

Kentaro has just resumed working on his FPGA PCE, after a 10-year hiatus.  https://twitter.com/KiC6280

[edit: fixed his name]
« Last Edit: January 15, 2017, 11:12:49 PM by ccovell »

Arkhan

  • Hero Member
  • *****
  • Posts: 14142
  • Fuck Elmer.
    • Incessant Negativity Software
Re: PCE PCM
« Reply #152 on: January 15, 2017, 09:13:46 PM »
I'm still hoping for a full SuperGrafx/SuperCDROM/ACD with HDMI in an FPGA, one day!

Kenshiro has just resumed working on his FPGA PCE, after a 10-year hiatus.  https://twitter.com/KiC6280

You ever read something online and get erect nipples?

That's what this post did.
[Fri 19:34]<nectarsis> been wanting to try that one for awhile now Ope
[Fri 19:33]<Opethian> l;ol huge dong

I'm a max level Forum Warrior.  I'm immortal.
If you're not ready to defend your claims, don't post em.

Bonknuts

  • Hero Member
  • *****
  • Posts: 3292
Re: PCE PCM
« Reply #153 on: January 19, 2017, 10:46:55 AM »
Volume (channel, pan, global) for all channels is log, but waveform data is linear. The 10bit waveform data for paired channels for 10bit is linear as well; the second channel volume is set to be 1/32 that of channel 1, so it all lines up. You can do 12 or 13bit with three channels I believe, but it's not really worth it.

Thanks!  :D

That's cool ... so just subtract 10 from the channel volume (for 1/32 with a 1.5bdB step), and then do some bit-shifting.

That doesn't sound too nasty.  :-k


Quote
I just ordered an Owon SDS1702 scope, so I can retest test stuff if you need. Probably gonna pickup a 100mhz 16 channel logic analyzer soon too.

Fun toys! Are you planning to do some hardware design work in the future to justify those?  :wink:

I'm still hoping for a full SuperGrafx/SuperCDROM/ACD with HDMI in an FPGA, one day!


 Nah, can't really justify the cost of it (but it wasn't too bad). Just some things I wanted to test out on the PCE, for clarity. Plus, I plan to do some micro controller stuffs in the near-ish future.