-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ulf Urdén
committed
Aug 14, 2017
0 parents
commit 19e4818
Showing
3 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Prerequisites | ||
*.d | ||
|
||
# Object files | ||
*.o | ||
*.ko | ||
*.obj | ||
*.elf | ||
|
||
# Linker output | ||
*.ilk | ||
*.map | ||
*.exp | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Libraries | ||
*.lib | ||
*.a | ||
*.la | ||
*.lo | ||
|
||
# Shared objects (inc. Windows DLLs) | ||
*.dll | ||
*.so | ||
*.so.* | ||
*.dylib | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
*.i*86 | ||
*.x86_64 | ||
*.hex | ||
|
||
# Debug files | ||
*.dSYM/ | ||
*.su | ||
*.idb | ||
*.pdb | ||
|
||
# Kernel Module Compile Results | ||
*.mod* | ||
*.cmd | ||
.tmp_versions/ | ||
modules.order | ||
Module.symvers | ||
Mkfile.old | ||
dkms.conf | ||
|
||
*~ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Commodore Amiga sources # | ||
|
||
This is a compiled list of sources related to classic Commodore Amiga computers. | ||
|
||
Hardware | ||
======== | ||
|
||
[plipbox parallell port Ethernet interface]() | ||
|
||
[MNT VA 2000 graphics card](https://github.com/mntmn/amiga2000-gfxcard) | ||
|
||
[JoyDivision USB interface for DB9/Atari-style joysticks](http://onyxsoft.se/joydivision.html) | ||
|
||
|
||
AmigaOS | ||
======== | ||
|
||
[AmigaOS 3.x MUI examples](https://github.com/emartisoft/AmigaOS3.X-MUI-Examples) | ||
|
||
Low-level programming | ||
===================== | ||
|
||
[amiga_examples](https://github.com/alpine9000/amiga_examples) by [alpine9000](https://github.com/alpine9000) | ||
|
||
License | ||
======= | ||
|
||
Please consult respective source for license details. | ||
|
||
I want to contribute something! | ||
=============================== | ||
|
||
Great! Please submit a pull request to this repository, or create a Github issue. | ||
|
||
Credits | ||
======= | ||
|
||
Inspired by ggn's [Atari_ST_Sources](https://github.com/ggnkua/Atari_ST_Sources). |