dipl/bibliographies/DP.bib
Tyrolyean d2fd6f9991
Commited final gameplay of the textadventure
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
2020-03-26 23:53:14 +01:00

150 lines
4.3 KiB
BibTeX

@Manual{pc16550,
title = {PC16550D Universal Asynchronous Receiver/Transmitter With FIFOs},
organization = {Texas Instruments Inc.},
year = {1995},
url = {https://www.scs.stanford.edu/10wi-cs140/pintos/specs/pc16550d.pdf},
}
@Manual{idt7201,
title = {CMOS ASYNCHRONOUS FIFO},
author = {{Integrated Device Technology, Inc.}},
organization = {RENESAS},
year = {2002},
url = {http://www.komponenten.es.aau.dk/fileadmin/komponenten/Data_Sheet/Memory/IDT7201.pdf},
}
@Manual{tlc7528,
title = {DUAL 8-BIT MUTLIPLYING DIGITAL-TO-ANALOG CONVERTERS},
organization = {Texas Instruments Inc.},
year = {1987},
url = {https://www.ti.com/lit/ds/symlink/tlc7528.pdf},
}
@techreport{rs232,
type = {Standard},
key = {TIA-/EIA-232-F},
month = Oct,
year = {1997},
title = {Interface Between Data Terminal Equipment and Data Circuit- Terminating Equipment Employing Serial Binary Data Interchange},
volume = {1997}
}
@Manual{max232,
month = Feb,
year = {1989},
title = {MAX232x Dual EIA-232 Drivers/Receivers},
organization = {Texas Instruments Inc.},
url = {https://www.ti.com/lit/ds/symlink/max232.pdf}
}
@Manual{74hc374,
month = Feb,
year = {1998},
title = {High-Speed CMOS Logic Octal D-Type Flip-Flop, 3-State Positive-Edge Triggered},
organization = {Texas Instruments Inc.},
url = {https://www.ti.com/lit/ds/schs183c/schs183c.pdf}
}
@Manual{74hc00,
month = Dec,
year = {1982},
title = {SNx4HC00 Quadruple 2-Input Positive-NAND Gates},
organization = {Texas Instruments Inc.},
url = {https://www.ti.com/lit/ds/symlink/sn74hc00.pdf}
}
@Manual{ad2,
month = Sep,
year = {2015},
title = {Analog Discovery 2™ Reference Manual},
organization = {Digilent, Inc.},
url = {https://reference.digilentinc.com/_media/reference/instrumentation/analog-discovery-2/ad2_rm.pdf}
}
@Manual{atmega2560,
month = Feb,
year = {2014},
title = {Atmel ATmega640/V-1280/V-1281/V-2560/V-2561/V},
organization = {Atmel Corporation},
url = {https://ww1.microchip.com/downloads/en/devicedoc/atmel-2549-8-bit-avr-microcontroller-atmega640-1280-1281-2560-2561_datasheet.pdf}
}
@techreport{iec60908,
type = {Standard},
key = {IEC 60908},
month = Sep,
year = {1987},
institution = {International Electrotechnical Commission},
title = {Compact disc digital audio system},
volume = {1987}
}
@book{audiob,
title = {The Audio Expert: Everything You Need to Know About Audio},
author = {Winer, Ethan},
publisher = {Focal Press},
year = {2013},
url = {https://books.google.com/books?id=TIfOAwAAQBAJ&pg=PA107#v=onepage&q=-%2010%20dbv&f=false}
}
@article{lvlshift,
title = {Taking It To Another Level: Making 3.3V Speak With 5V},
author = {Jenny List},
publisher = {Hackaday},
year = {2016},
month = Dec,
url = {https://hackaday.com/2016/12/05/taking-it-to-another-level-making-3-3v-and-5v-logic-communicate-with-level-shifters/}
}
@Manual{DB3S406F0L,
month = Mar,
year = {2010},
title = {Schottky Barrier Diode DB3S406F0L Silicon epitaxial planar type},
organization = {Panasonic},
url = {https://industrial.panasonic.com/content/data/SC/ds/ds4/DB3S406F0L_E.pdf}
}
@Manual{dunnet,
year = {1982},
title = {Dunnet Source Code},
organization = {Emacs},
author = {Ron Schnell},
url = {https://github.com/jwiegley/emacs-release/blob/master/lisp/play/dunnet.el}
}
@Manual{vt100,
year = {1979},
title = {VT100 SERIES TECHNICAL MANUAL},
organization = {Digital Equipment Corporation},
url = {https://vt100.net/docs/vt100-tm/ek-vt100-tm-002.pdf}
}
@techreport{ascii,
type = {Standard},
key = {RFC 20},
month = Oct,
year = {1969},
institution = {Network Working Group},
title = {ASCII Format for Network Interchange},
volume = {1969},
url = {https://tools.ietf.org/pdf/rfc20.pdf}
}
@techreport{elf,
type = {Standard},
key = {ELF},
month = May,
year = {1995},
institution = {TIS Committee},
title = {Tool Interface Standard (TIS)Executable and Linking Format (ELF) Specification},
volume = {1995},
url = {https://refspecs.linuxbase.org/elf/elf.pdf}
}
@Manual{progmem,
year = {2016},
title = {Data in Program Space},
organization = {avr-libc 2.0.0 Standard C library for AVR-GCC},
author = {Unknown Author},
url = {https://www.nongnu.org/avr-libc/user-manual/pgmspace.html}
}