Did you tested how much it's 'not noticeable' in any audio editor (especially for looped part of instrument), or just assumes that?
Maybe you misunderstand. When I said a single sample clipping, I mean one 8bit sample of the total mixed output stream, not an a whole instrument clipping. If you ...
Search found 256 matches
- Sat Feb 16, 2008 10:28 am
- Forum: Sound
- Topic: MOD/S3M player for the MD
- Replies: 31
- Views: 34919
- Sat Feb 16, 2008 9:57 am
- Forum: Sound
- Topic: MOD/S3M player for the MD
- Replies: 31
- Views: 34919
- Sat Feb 16, 2008 9:39 am
- Forum: Sound
- Topic: MOD/S3M player for the MD
- Replies: 31
- Views: 34919
Four bits gives a value of 0 to 15. The maximum value for 8 bits is 255, so you could add (255/15) 17 channels of 4 bits without clipping. Five bits gives values of 0 to 31, and therefore you can only add (255/31) 8 channels of 5 bits without clipping. It's true that most of the time, the samples ...
- Sat Feb 16, 2008 8:20 am
- Forum: Sound
- Topic: MOD/S3M player for the MD
- Replies: 31
- Views: 34919
- Sat Feb 16, 2008 2:47 am
- Forum: Sound
- Topic: MOD/S3M player for the MD
- Replies: 31
- Views: 34919
- Sat Feb 16, 2008 12:00 am
- Forum: Sound
- Topic: MOD/S3M player for the MD
- Replies: 31
- Views: 34919
MOD/S3M player for the MD
I'm in the process if writing a mod player for another console and was wondering if anyone has written one for the MD?
I was think about how you'd go about writing the main PCM driver that all the channels would be mixed into. Can you generate an HINT for every scanline or are you just limited to ...
I was think about how you'd go about writing the main PCM driver that all the channels would be mixed into. Can you generate an HINT for every scanline or are you just limited to ...
- Wed Jan 09, 2008 9:37 am
- Forum: Tools
- Topic: Tile Extractor 2.5 from retrospec
- Replies: 6
- Views: 10273
- Tue Jan 08, 2008 10:54 pm
- Forum: Tools
- Topic: Tile Extractor 2.5 from retrospec
- Replies: 6
- Views: 10273
- Sun Dec 30, 2007 9:32 pm
- Forum: Demos
- Topic: My first demo: a 64 color image
- Replies: 21
- Views: 25260
- Sat Dec 29, 2007 1:40 am
- Forum: Demos
- Topic: My first demo: a 64 color image
- Replies: 21
- Views: 25260
- Fri Dec 28, 2007 11:48 pm
- Forum: Blabla
- Topic: Combinatorial/Sequential divider?
- Replies: 2
- Views: 5559
Re: Combinatorial/Sequential divider?
Besides the subtracting/comparing n.times and the count/multiplying/comparing is there any method to do A/B for any given A and B?
[] :wink:
An example of binary division.
1100 remainder 1
------
101/111101
-101
------
10101
-101
-------
01
Taken from the WDC progamming manual ...
[] :wink:
An example of binary division.
1100 remainder 1
------
101/111101
-101
------
10101
-101
-------
01
Taken from the WDC progamming manual ...
- Fri Dec 28, 2007 10:48 pm
- Forum: Demos
- Topic: My first demo: a 64 color image
- Replies: 21
- Views: 25260
Brunni, are you using a single BG plane and just 4 palettes for you image conversion? Or are you using two BG layers and one sprite layer?
Anyway, if you're going to alternate between to colors it might be a better idea to not use solid colors/areas. If you alternate between to dithered patterns ...
Anyway, if you're going to alternate between to colors it might be a better idea to not use solid colors/areas. If you alternate between to dithered patterns ...
- Sat Dec 01, 2007 9:21 pm
- Forum: Megadrive/Genesis
- Topic: Genesis Address Bus and Max RAM
- Replies: 35
- Views: 50360
I'll try to dig up those docs and scan them. They were really useful at the time when I got them (sent in a request for info and samples on company stationary). There was one REALLY odd processor they had in particular - it was two 65C02's in a single package. Quite a bit of the timing was the same ...
- Fri Nov 30, 2007 12:39 am
- Forum: Megadrive/Genesis
- Topic: Genesis Address Bus and Max RAM
- Replies: 35
- Views: 50360
- Thu Nov 29, 2007 9:29 pm
- Forum: Megadrive/Genesis
- Topic: Genesis Address Bus and Max RAM
- Replies: 35
- Views: 50360
The MOS version of the 6502 was not microcoded, either was the CMOS version (65C02). I don't think any of the license cores were microcoded back then either (GTE65CS02, 65CE02, HuC6280) as they have the same opcode timings. That's one of the reasons why the 65xx series are so fast in comparison to ...