VOGONS

Common searches


Search results

Display options

Re: Hayes compatible modem emulation issues?

OK. I notice something after cancelling the script that's running. It will hang up. So far so good. Then it sends "AT", without any carriage return following it, causing the next dial's AT command to append AT to the dial string, followed by carriage return? So it will execute the command "ATAT", …

Re: Hayes compatible modem emulation issues?

Just adjusted the UART emulation a bit. When it receives a Interrupt Enable Register with bit 1 set(value 02h), when both the transmitter holding and transmitter shift registers are empty and not sending anything to the peripheral, it will trigger a transmitter holding register empty interrupt. This …

Re: ATAPI start/stop unit command with LoEj=0 purpose?

So, as I've now implemented it: - The start/stop unit command only is blocked by the prevent/allow medium removal bit. - The button on the CD-ROM drive does one of the following things: -- When unlocked and tray inserted, ejects the tray. -- When locked and tray inserted, set the MCR bit read when …

Re: ATAPI start/stop unit command with LoEj=0 purpose?

Hmmm... What happens if the software requests a loEj=1,start=1 command while the prevent/allow is disabled and the removable media status notification is enabled? Does the removable media status notification count as a prevent, preventing the loEj=1,start=x from loading/ejecting the tray? Or does it …

Re: Sound high-pass filter vs peaks?

OK. I had to implement channel-specific high-pass filters instead. The MIDI renderer can't use it due to sound becoming too soft. But the other sound channel actually can generate DC voltage, which causes the rendering system to try and output that to SDL. And if the rendering system isn't running …

Re: Sound high-pass filter vs peaks?

After disabling the high-pass filter and only leaving the required low-pass nyquist filter(required for resampling) in place, the sound no longer seems to clip? I've also changed the volume reduction to no longer happen(multiplying by 1.0, thus not changing volume). Although the sound (at least as …

Page 28 of 229