Lars Brinkhoff

Results 1716 comments of Lars Brinkhoff

Oh, so that's why Alan Snyder's C won't accept a `=` for initialisation. ``` int foo1 42; int foo2 { 42 }; int foo3 = 42; ``` Error on line...

Question: add switch to tvcon, or make separate ddcon program? I would argue the differences are quite small, so a separate program shouldn't be needed. However, an alternative *name* would...

If the protocol is updated, it would be good to also consider the Logo "color TV".

Or maybe just text interface. --- Options? *y* Symbolic: *n* Backspace? *y* Control? *n* Double? *y* Host name: *hactrn.org*

The music is played out of the memory indicators. The data is written to AC 0, so the data switches should be 000000.

There are some pots and switches which affect sound. This is from AI memo 107. ![musrun_pots](https://user-images.githubusercontent.com/775050/78117073-7d0ec580-7405-11ea-9ee8-744083f755bb.png)

https://wiki.libsdl.org/SDL_OpenAudioDevice

I played with SDL_audio in another context, and found SDL_QueueAudio to be more reliable. https://wiki.libsdl.org/SDL_QueueAudio https://wiki.libsdl.org/SDL_GetQueuedAudioSize

Timesharing Spacewar and TWDEMO needs this to run ok, but I don't know a PDP-6 program to test this. Shouldn't be too hard to make one though.