Unified country codes
[AROS.git] / rom / devs / gameport / gameport.conf
blob3ed76cf834c45aeeab6157eab7e2d47fe14993b3
1 ##begin config
2 version 41.1
3 libbase GPBase
4 libbasetype struct GameportBase
5 residentpri 44
6 options noexpunge
7 beginio_func beginio
8 abortio_func abortio
9 ##end config
10 ##begin cdef
11 #include <exec/io.h>
12 ##end cdef
13 ##begin cdefprivate
14 #include "gameport_intern.h"
15 ##end cdefprivate