summaryrefslogtreecommitdiff
path: root/amiga/libs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add some comments about timer.device.Chris Young2014-11-291-1/+12
|
* requester.class no longer used.Chris Young2014-11-101-3/+0
|
* Show error instead of warning requester when essential library fails to open.Chris Young2014-11-101-2/+6
|
* Don't bug the user if a non-essential library can't be opened - just log it.Chris Young2014-11-091-2/+8
| | | | Also log if the interface can't be obtained. If we've asked for the right library version, this should never fail.
* Terminate execution if an essential library fails to openChris Young2014-11-091-53/+55
|
* Log library open attemptsChris Young2014-11-091-0/+2
|
* All required libsChris Young2014-11-091-2/+96
|
* Fix graphics.libraryChris Young2014-11-091-0/+2
|
* More libraries, tidy-upChris Young2014-11-091-11/+33
|
* Use macros for clarityChris Young2014-11-091-13/+16
|
* Fix headersChris Young2014-11-091-1/+3
|
* Add new libs file to centrally open/close required libraries, and move a ↵Chris Young2014-11-091-0/+41
couple of the existing manual opens to it.