Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Urdén committed Aug 14, 2017
0 parents commit 19e4818
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .gitignore
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 added .gitmodules
Empty file.
38 changes: 38 additions & 0 deletions README.md
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).

0 comments on commit 19e4818

Please sign in to comment.