代码搜索结果

找到约 10,000 项符合 Screen 的代码

video32v3.c

//video gen and sound //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor //B.3 is sound and should have a 10k resistor to gnd #pragma regal

videosnd.c

//video gen and sound //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor //C.0 is sound #include #includ

vidopt11.c

//video gen and sound //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor //C.0 is sound #include #includ

video21.c

//video gen //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor #include #define lineTime 507 //cycles

videosnd1.c

//video gen and sound //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor //C.0 is sound #include #includ

video2.c

//video gen //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor #include #define lineTime 507 //cycles

video32v2.c

//video gen and sound //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor //C.0 is sound #pragma regalloc- //I allocate the registers myse

makefile

# executable files for this directory OBJECTS = screen3.exe # tells make to use the file "..\MS_makefile_template", which # defines general rules for making .obj and .exe files include ..\MS_mak

makefile

# executable files for this directory OBJECTS = screen3.exe # tells make to use the file "..\MS_makefile_template", which # defines general rules for making .obj and .exe files include ..\MS_mak

textinfo.c

#include void main(void) { struct text_info text; gettextinfo(&text); cprintf("Screen coordinates %d,%d to %d,%d\r\n", text.wintop, text.winleft, text.winbottom, t