diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fecb836 --- /dev/null +++ b/.gitignore @@ -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 + +*~ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e727095 --- /dev/null +++ b/README.md @@ -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).