💾 Archived View for cugi.ie › aminet › 1734066975.gmi captured on 2024-12-17 at 11:10:38. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Author: Gilles Pelletier Type: driver/other Version: 1.24 (01-Dec-2024) Architecture: m68k-amigaos Distribution: Aminet Date: 2024-12-01 Readme: /driver/other/anaiis.readme Downloads: 25
Introduction
~~~~~~~~~~~~
ANAIIS, acronym for Another Native Amiga IO Interface Stack, is a software
solution that brings the possibilities of the Universal Serial Bus (USB) to
the Amiga.
Supported harware:
ZorroII E3B Highway
clockport E3B Subway
clockport Alinea Subway 2021
ZorroII Freeway,
clockport Freeway
A600/A1200 Gayle clockport
At minimum, you need:
- an Amiga 68000 at 7.09MHz (PAL or 7.16MHz in NTSC ;) )
- a supported hardware
- some RAM (100 Ko for a mouse and a keyboard)
- should operate from WB1.1 to AmigaOS4.0 (680x0 cpu required).
ANAIIS, Another acronym with hidden parts:
Native because it is all written in C language (some parts are in Assembly).
Amiga because this computer worths this kind of program.
Input/Output because it works for mice, keyboards, thumbs and printers.
Interface because it translates usb transactions into Intuition events.
Stack because this kind of program is called like that.
ANAIIS controls internaly :
- (9,0,0) alias hub
- (3,1,1) alias keyboard (boot keyboard)
- (3,1,2) alias mouse (boot mouse)
and externaly:
- (7,1,1), (7,1,2) alias printer (uni and bi-directional)
- (8,6,80) alias massstorage (bulk only with embedded scsi commands)
SATA disk, sticks, keys, thumbs, card readers...
- (3,0,0) vendor=0x044f 1103 product=0xb320 45856 ThrustMaster (joypad with rumble)
- all external program by using a Sirion like API
* any interface driver for Sirion 1.3
* pl2303 vendor=0x067b 1659 product=0x2303 8963...
A graphic user interface is given to control the stack (Anaiis).
You can also control it via a CLI command:
* usbctrl start
* usbctrl refresh
* usbctrl reset
* usbctrl stop
You can send files to printer with the usbprint <file> command.
A redirection helper translates parallel.device unit 0 into ieee1284.device.
You only need a compatible printer driver to print via standard system.
(i.e. Deskjet560C for HPSC2210, or a PCL compatible driver)
External programs can be used with ANAIIS stack, such HID (extra buttons),
ThrustMaster (joystick with rumble) and massive (keys with (8,6,80) interface).
These programs are not delivered with this package.
For games, demos or some tools, you must keep original mouse and keyboard.
ANAIIS translates usb transactions into system events, so programs that
use hardware directly won't work.
ANAIIS is not yet resident and doesn't survive at boot time.
Tested with success with Brilliance, Deluxe Paint, Aegis Sonix, Ced
(I wrote this text with it :) ) most of well written Workbench tools.
The Settlers, Indy4 (and the fate of Atlantis) work fine...
It is possible to plug and unplug devices without reseting the stack.
But be careful with disks.
Requirement & Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~
See Install.readme file.
Future
~~~~~~
- Improve gui.
- Improve speed and reactivity.
Known Bugs
~~~~~~~~~~
- gui crashes on 68000 + ucode and utf_8 catalogs
Steps
~~~~~
V1.24 25-Nov-2024 Revoke weak binding interfaces on refresh
30-Sep-2024 Fix massive for fat95
22-Sep-2024 Fix APB_FindUSBFDInternal
13-Aug-2024 Fix WriteJoyPort
31-Jul-2024 Fix load for specific vendor:product fd driver
01-Jul-2024 Subway should be faster...
23-Jun-2024 Fix Massive TD_64 (scsi.io_Actual value never copied into io_Actual)
17-Jun-2024 Traces
12-Jun-2024 TD_EJECT
05-May-2024 Fix unmount on 3.1 and upper versions (lock/unlock DOSBase issues)
23-Apr-2024 Fix Massive for most usb keys
04-Mar-2024 Fix hub with more than 4 ports
18-Feb-2024 Add LoadRDBFS option for massive (crashy thing)
12-Feb-2024 Wood dragon version
09-Feb-2024 StartDrivers changes
07-Fev-2024 remove c.o for massive (bug with output, keeping the cli open with WB1.3)
27-Nov-2023 CDFS/AmiCDFS
26-Aug-2023 CD/DVD
V1.23 31-Jul-2023 Install script for FD and fdclasses
30-Jul-2023 Automatic activation of FD drivers
29-Jul-2023 TheMouse is ok, TheGamepad still not
17-jul-2023 Hub status and port status
13-Jul-2023 Fix assembly Subway code
10-Jul-2023 FD drivers
21-Jun-2023 A600/A1200 Gayle clockport (not tested)
14-May-2023 Fix load/update/save prefs
23-Apr-2023 NTSC mode
13-Apr-2023 Another mouse with epsize at 8
13-Mar-2023 Fix a guru#3 on 68000 at start
27-Feb-2023 callfunction, an adempt to load Sirion 1.3 drivers
26-Feb-2023 rMouse.usbfd driver
30-Jan-2023 First call of a Sirion 1.3 function: bootmouse.usbfd
16-Jan-2023 Water rabbit version
V1.22 27-Nov-2022 Install script updates
20-Nov-2022 HID PlayHID fixes
07-Nov-2022 Install script (WB 1.3 and up)
01-Nov-2022 Freeway clockport detection (Subway, Subway 2021, and FreewayCP)
29-Oct-2022 Readme fixes
28-Oct-2022 Mouse with epsize at 8
23-Oct-2022 Freeway detection
19-Sep-2022 CrossDosFileSystem SuperFloppy mode
05-May-2022 Adapt massive to work with sirion 1.3
15-Feb-2022 Bump rev, cleanup
30-Jan-2022 Water tiger version
16-Jan-2022 Add clockport addresses ($d88001,$d8c001,$d84001)
V1.21 31-Jul-2021 Reactivate traces
23-May-2021 SAS/C 6.58 makefile (suppress optimizations)
21-May-2021 Subway 2021 (you read it "Subway 2021")
20-May-2021 Bump rev + experimental things
12-Feb-2021 Metal ox version
V1.20 11-Nov-2020 Pangolin version (never released)
V1.19 31-May-2020 DumpX
V1.18 18-Dec-2018 Bump rev
10-Sep-2018 NSD commands
24-Apr-2018 68080 detection
27-Dec-2017 PeekQualifier for WB 1.x
V1.12 14-May-2017 Fix FFS unmount
11-Apr-2017 remove unused strings
resident 80368 -> 61496 bytes
usbstart 79844 -> 61708 bytes
26-Mar-2017 try to mount an already mounted partition (by changing the first letter)
20-Mar-2017 Bump rev
V1.11 09-Mar-2016 ObtainSemaphoreShared and AttemptSemaphoreShared
05-Mar-2016 Save prefs guru fixed
03-Mar-2016 Load usbhcd in a more compatible way...
03-Feb-2016 cli window still open on WB 1.x
20-Mar-2015 Tests
01-Jan-2015 Issues...
30-Dec-2014 Unmount issues...
29-Dec-2014 Bump rev
V1.10 10-Feb-2014 Add XSurf (0x1212:0x0017) clockport(s) detection
08-Jan-2014 Fix internal function pointers
21-Dec-2013 Expansion.library
09-Dec-2013 Fix issue with input and lowlevel.library (right and left click)
08-Dec-2013 Bump rev
V1.09 10-Oct-2013 Reset proof !
29-Sep-2013 Tests
26-Sep-2013 Fix info_13 (unit name and volume name)
25-Sep-2013 Fix colors for 2.04 and menus
21-Sep-2013 Fix massive for 1.2 (mount DOS)
19-Sep-2013 Bump rev
V1.08 06-Apr-2013 Fix reset for Highway (sometimes don't start)
Add usbctrl command (usbctrl start will launch anaiisresident.library)
24-Mar-2013 Lights numlock led at start (keyboard)
18-Feb-2013 Fix USBEPGetDescriptor
11-Feb-2013 Wheel up and wheel down are inverted
04-Feb-2013 Bump rev
V1.07 02-Feb-2013 Function Driver names
Advanced mode...
27-Jan-2013 Cosmetic changes
Add libusbx support for WinUAE/Windows
12-Jan-2013 Fix iConfig and iInterface unicode strings
05-Jan-2013 Add usbctrl command (usbstop and usbreset in a single command)
02-Jan-2013 Remove the spanish catalog (after a complaint to the Aminet
administrator)
Lo siento por las pequeñas y los pequeños usuarios de ANAIIS.
Para consolarla, le añadà otros idiomas.
Be careful 'Advanced mode' freeze all stuff... you have been warned
27-Dec-2012 Fix guru 4 (deluxe paint IV, about...)
16-Dec-2012 Ajust enumeration timing (too fast now)
15-Dec-2012 Rewrite all core for Subway in 680x0 assembly
08-Dec-2012 Rewrite all core for Highway in 680x0 assembly
Remove some unused functions
Bump rev
V1.06 11-Nov-2012 Fix issues with PFS3 all in one.
16-Oct-2012 Add utf_8 and compose for ucode.
08-Oct-2012 Swap alt and amiga keys
Add anaiis.cd for the brave translators :)
22-Sep-2012 Add catalogs (with translation bugs... :) )
15-Sep-2012 Avail flush can remove anaiis libraries (it's bad!)
18-Aug-2012 Add install menu
05-Aug-2012 Bump rev
18-Jul-2012 Add libusb support for WinUAE
V1.05 28-May-2012 Fix Massive detection delay. Now massive can be launched
before the stack
27-May-2012 Fix Highway and subway detection
20-May-2012 Open icon.library only when it's necessary
15-Apr-2012 Fix delay recovery into massive
13-Apr-2012 Fix lowlevel into input stuff
04-Mar-2012 Test program for lowlevel_ext (rumble)
21-Feb-2012 info_13 for c:info replacement
V1.04 18-Feb-2012 Fix SetAddress (gimme more chance)
16-Feb-2012 Fix hub display on gui (spaghetti form...)
14-Feb-2012 Fix Massive
29-Jan-2012 Cosmetic changes on interfaces (info & detach)
25-Jan-2012 Fix potential bug on windows
24-Jan-2012 Fix notifications (bad message)
08-Jan-2012 Fix Mount/Unmount with WB1.3
04-Jan-2012 Subway detection at 0x00d80001, 0x00d90001 (A604)
01-Jan-2012 Fix hasardeous thing with timeout/partial BULK IN request
Bump rev
V1.03 25-Dec-2011 PTP don't work at all...
11-Dec-2011 Fix Taskpri (now, mouse and massstorage can mix transactions)
28-Nov-2011 Fix DumpX gui (edit/cursor/save/tests)
26-Nov-2011 Fix (BULK IN/BULK OUT/INT) thumbs.
19-Nov-2011 Ignore automount set to false partitions
11-Nov-2011 Command line for massive was disabled...
09-Nov-2011 Add a semaphore in massive, to prevent damages.
06-Nov-2011 NAK issue (not an error, but normal busy device)
19-Oct-2011 MaxTransfer and Mask.
Wait delay.
V1.02 28-Sep-2011 Detach notification from GUI
22-Sep-2011 USBGetStackAttrs was wrong (A0 instead A1)
24-Aug-2011 Add SFS... (not working with 68000)
02-Aug-2011 Add RDB partition decoding and mount/unmount
26-Jul-2011 Fix usbscsi.device and FFS crashes
17-Jul-2011 Cosmetics in DumpX
V1.01 15-May-2011 Fix Massive, mount goes nearly fine
14-May-2011 Changes in uhc124 core
15-Apr-2011 Fix Function and Interface dependence (claim & declaim)
08-Apr-2011 Fix Massive 4GB startup (sometimes fails)
Add menus in DumpX.
29-Mar-2011 Add 64 bit routines (Add, Sub, LShift, RShift, Divu, Mulu).
V1.00 18-Mar-2011 Fix Anaiis hangup (notify never removed)
Fix ieee1284.device, now it prints!
Fix Massive, now all keys should work (up to 4GB)
Be patient, a 4GB key takes 5 minutes to mount ;(, but after,
you can copy! (fat95 limitation?)
Bump rev
V0.99 07-Mar-2011 Fix port 4 detection, fix grap of hubs removal
Massive can mount/unmount devices and the speed has passed
from 3500B/s to 6500B/s
Too lazy to bump the revision ;)
06-Feb-2011 Massive !
09-Jan-2011 Fix speed issue (keyboard wont SetAddress).
17-Nov-2010 Stack issue (CLI only, set stack 8000 before launching).
02-Nov-2010 Cosmetics in GUI.
14-May-2010 GUI now works with WB1.1.
11-Apr-2010 Mighty crash when closing fixed.
23-Mar-2010 GUI improvement (fusion of usbstat + anaiis)
07-Mar-2010 Remove all demo code (all is in demo.usbhcd now)
27-Feb-2010 DoIO for usbhcd interface.
21-Feb-2010 Reduce code, Anaiis gui goes from usbstat now
18-Feb-2010 Can load external drivers (#?.hcd or #?.usbhcd)
04-Feb-2010 Bump rev
V0.98 15-Oct-2009 registers everywhere (Thanks Cosmos)
15-Jun-2009 GUI improvement (sliders + values)
22-Apr-2009 playHID improvement (HID decoding!? still in progress...)
18-Mar-2009 playHID fixes, hope it works better (Thanks Cammy)
15-Mar-2009 usbstat fixes (Thanks Raziel for testing it on OS4.1)
13-Mar-2009 Localization in french (the file was missing...)
22-Feb-2009 Bump rev, plug and unplug working fine with notification.
V0.97 15-Feb-2009 Fix lowlevel.library keyboard, dead keys.
07-Feb-2009 Fix some desastrous bugs in 1.1 and 1.3
Fix USBEPGetDescriptorA
05-Feb-2009 anaiisprivate.library
21-Dec-2008 ieee1284.device is now fully compliant with USBSysBase.
14-Dec-2008 Safer traces
(remove references to DOSBase, simple tasks like devices
don't call DOSBase API)
30-Nov-2008 Less size.
20-Nov-2008 Keyboard led report and printing are now working correctly.
capslock, numlock, scrolllock=>help.
11-Nov-2008 Remove maybe hub crashes, now build complete interfaces.
31-Oct-2008 Remove possible endless wait (speed up the mouse!).
20-Oct-2008 Notification now working.
05-Oct-2008 usbresource.library or anaiisresource.library.
21-Sep-2008 Add semaphore protection, printing is desactivated.
18-Sep-2008 Early version...
26-Jul-2008 Cosmetic changes
20-Apr-2008 Localization
15-Mar-2008 PANDORA (usbsys.device or anaiis.device)
14-Feb-2008 Boost core code (registers use, global optimizer)
Device vector is now anaiis.device.
V0.96 10-Feb-2008 Fix Highway ugly bug, due to a wrong and looooong code
generation. Silly compiler and lazy coder...
21-Jan-2008 OS4.0 Mousewheel? what!? Yes for Subway and OS4.O under
68000 emulation.
Core modification, standard message structure for future use.
V0.95 13-Jan-2008 Add Host+manufacturer+product+offset for clockport
base address.
V0.94 23-Dec-2007 Fix Subway detection that sometimes fails.
Many thanks for the brave beta testers!
18-Dec-2007 some little GUI improvement.
V0.93 15-Dec-2007 Subway now works with ANAIIS!
12-Dec-2007 Merge code for Highway and Subway.
02-Dec-2007 Printing doesn't work...
V0.92 18-Nov-2007 Most hub will work now. I have implemented 2.0 mode, but
old 1.1 style doesn't work. Now it fixed.
23-May-2007 Additional code to simply manage mousewheel. ANAIIS will
send 0x7a for up, 0x7b for down, 0x7c for left and 0x7d for
right, as keyboard events. Strange for a mouse!
Strange multiselection: Qualifiers key was wrong on repeat
state, but good on key up and key down.
I use inputdev tool (Robert A. Peck 1985) to check that.
Now you can move cursor with keyboard keys:
lalt+window key = lalt+lamiga = left click.
ralt+context menu = ralt+ramiga = right click.
window key+cursor up = lamiga+up = mouse move up.
window key+cursor down = lamiga+down = mouse move down.
window key+cursor left = lamiga+left = mouse move left.
window key+cursor right = lamiga+right = mouse move right.
V0.91 13-May-2007 WB1.3: suppress ugly console windows.
V0.90 09-May-2007 First working release.
V0.10 10-Jun-2006 Mouse!!
Contact address
~~~~~~~~~~~~~~~
Any mail, comments, suggestions, documentations are welcome!
Please send a mail with the title "ANAIIS" at the following mail address
gilles dot pelletier at live dot fr
Enjoy USB on old classic Amiga.
And remember: Only Amiga makes it possible!
PERMSSN UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME ---------- ----------- ------- ------- ------ ---------- ------------ ------------- [Amiga] 66 66 100.0% -lh0- aeaa Dec 1 19:12 Anaiis/.info [Amiga] 2156 4712 45.8% -lh5- 7003 May 24 2024 Anaiis/anaiis.cd [Amiga] 6579 16018 41.1% -lh5- 2f2a Dec 1 18:21 Anaiis/Anaiis.readme [Amiga] 3237 7896 41.0% -lh5- 5d87 Sep 30 20:25 Anaiis/anaiis_scsi.readme [Amiga] 334 900 37.1% -lh5- 8935 Dec 1 19:29 Anaiis/bin.info [Amiga] 118 170 69.4% -lh5- 0d30 Dec 1 19:12 Anaiis/bin/.info [Amiga] 45564 89916 50.7% -lh5- 9c5a Nov 18 19:29 Anaiis/bin/Anaiis [Amiga] 386 572 67.5% -lh5- 1dfa Dec 1 19:29 Anaiis/bin/Anaiis.info [Amiga] 46173 94920 48.6% -lh5- 00f2 Dec 1 19:07 Anaiis/bin/anaiisresident.library [Amiga] 1429 2670 53.5% -lh5- e291 Sep 29 2013 Anaiis/bin/catalogs/czech/anaiis.catalog [Amiga] 1486 2798 53.1% -lh5- 683f Sep 29 2013 Anaiis/bin/catalogs/czech/anaiis_utf8.catalog [Amiga] 1361 2596 52.4% -lh5- ba30 Sep 29 2013 Anaiis/bin/catalogs/deutsch/anaiis.catalog [Amiga] 1598 3156 50.6% -lh5- 2f3b Sep 29 2013 Anaiis/bin/catalogs/espa?ol/anaiis.catalog [Amiga] 1427 2822 50.6% -lh5- 4abc Sep 29 2013 Anaiis/bin/catalogs/esperanto/anaiis.catalog [Amiga] 1364 2706 50.4% -lh5- 6a44 Sep 29 2013 Anaiis/bin/catalogs/fran?ais/anaiis.catalog [Amiga] 1389 2770 50.1% -lh5- 734d Sep 29 2013 Anaiis/bin/catalogs/fran?ais/anaiis_utf8.catalog [Amiga] 1918 4266 45.0% -lh5- 461d Apr 5 2013 Anaiis/bin/catalogs/greek/anaiis_utf8.catalog [Amiga] 1411 2866 49.2% -lh5- 8e2d Sep 29 2013 Anaiis/bin/catalogs/italiano/anaiis.catalog [Amiga] 1341 2592 51.7% -lh5- f9c8 Sep 29 2013 Anaiis/bin/catalogs/nederlands/anaiis.catalog [Amiga] 1364 2716 50.2% -lh5- a784 Sep 29 2013 Anaiis/bin/catalogs/tagalog/anaiis.catalog [Amiga] 210 806 26.1% -lh5- 4a8f Nov 4 19:06 Anaiis/bin/HID_gamepad.info [Amiga] 210 806 26.1% -lh5- 3613 Jan 17 2023 Anaiis/bin/HID_mouse.info [Amiga] 213 806 26.4% -lh5- e995 Jan 17 2023 Anaiis/bin/HID_project.info [Amiga] 3920 6496 60.3% -lh5- 704d Mar 11 2013 Anaiis/bin/ieee1284.device [Amiga] 7589 11600 65.4% -lh5- f275 Dec 27 2018 Anaiis/bin/info_13 [Amiga] 25927 50888 50.9% -lh5- 12a7 Sep 30 18:32 Anaiis/bin/massive [Amiga] 314 913 34.4% -lh5- 967f Sep 30 20:14 Anaiis/bin/massive.info [Amiga] 340 948 35.9% -lh5- 3ea8 Sep 30 20:16 Anaiis/bin/massive_fat95.info [Amiga] 332 943 35.2% -lh5- b55a Sep 30 20:16 Anaiis/bin/massive_logs.info [Amiga] 311 928 33.5% -lh5- 3c2a Sep 30 20:16 Anaiis/bin/massive_nomount.info [Amiga] 20962 40272 52.1% -lh5- 87a3 Nov 11 20:46 Anaiis/bin/playhid [Amiga] 470 936 50.2% -lh5- 0e32 Nov 27 2022 Anaiis/bin/playhid.info [Amiga] 350 983 35.6% -lh5- af72 Oct 29 2022 Anaiis/bin/project.info [Amiga] 6201 10268 60.4% -lh5- ee9b May 6 2024 Anaiis/bin/unmount [Amiga] 7325 11928 61.4% -lh5- 39b2 Dec 1 18:48 Anaiis/bin/usbctrl [Amiga] 9396 15516 60.6% -lh5- 062d Mar 11 2013 Anaiis/bin/usbprint [Amiga] 312 594 52.5% -lh5- 8266 Apr 22 2024 Anaiis/bin/usbrefresh.info [Amiga] 323 576 56.1% -lh5- c50c Nov 7 2022 Anaiis/bin/usbreset.info [Amiga] 3349 5524 60.6% -lh5- db94 Jul 6 09:35 Anaiis/bin/usbscsi.device [Amiga] 238 480 49.6% -lh5- c6e8 Nov 7 2022 Anaiis/bin/usbstart.info [Amiga] 322 1919 16.8% -lh5- dd5d Nov 7 2022 Anaiis/bin/usbstop.info [Amiga] 7175 11348 63.2% -lh5- cbc9 Sep 20 20:05 Anaiis/bin/usbtrace [Amiga] 225 604 37.3% -lh5- 3324 Sep 20 20:05 Anaiis/bin/usbtrace.info [Amiga] 69 84 82.1% -lh5- f821 May 24 2024 Anaiis/CopyPrefs [Amiga] 305 430 70.9% -lh5- 0315 May 24 2024 Anaiis/CopyPrefs.info [Amiga] 259 628 41.2% -lh5- f342 Mar 13 2023 Anaiis/fd.info [Amiga] 2884 5176 55.7% -lh5- 7b78 Mar 16 2003 Anaiis/fd/bootkeyboard.usbfd [Amiga] 2030 3536 57.4% -lh5- 249b Mar 16 2003 Anaiis/fd/bootmouse.usbfd [Amiga] 10971 20876 52.6% -lh5- 0401 Jun 1 2003 Anaiis/fd/hid.usbfd [Amiga] 2355 4076 57.8% -lh5- ef39 Jul 12 2023 Anaiis/fd/rMouse.usbfd [Amiga] 185 237 78.1% -lh5- eac6 Jul 16 2023 Anaiis/fd/rMouse.usbfd.info [Amiga] 2265 3880 58.4% -lh5- e551 Aug 23 13:54 Anaiis/fd/rTheGamepad.usbfd [Amiga] 183 236 77.5% -lh5- 7ca7 Sep 22 20:59 Anaiis/fd/rTheGamepad.usbfd.info [Amiga] 2280 3872 58.9% -lh5- 5bbc Aug 23 13:54 Anaiis/fd/rThrustMaster.usbfd [Amiga] 189 236 80.1% -lh5- 8609 Sep 22 20:59 Anaiis/fd/rThrustMaster.usbfd.info [Amiga] 109 141 77.3% -lh5- e60f Jul 11 2023 Anaiis/fdclasses/bootkeyboard.fdclass [Amiga] 104 134 77.6% -lh5- 072b Mar 16 2003 Anaiis/fdclasses/bootmouse.fdclass [Amiga] 90 108 83.3% -lh5- 52b7 Jul 11 2023 Anaiis/fdclasses/hid.fdclass [Amiga] 98 124 79.0% -lh5- b294 Mar 16 2003 Anaiis/fdclasses/hub.fdclass [Amiga] 334 900 37.1% -lh5- 8935 Dec 1 19:29 Anaiis/icons.info [Amiga] 334 900 37.1% -lh5- 8935 Nov 7 2022 Anaiis/icons/WB1.3.info [Amiga] 386 572 67.5% -lh5- 1dfa Nov 7 2022 Anaiis/icons/WB1.3/Anaiis.info [Amiga] 309 594 52.0% -lh5- 16ae Apr 22 2024 Anaiis/icons/WB1.3/usbrefresh.info [Amiga] 326 576 56.6% -lh5- 34c9 Nov 7 2022 Anaiis/icons/WB1.3/usbreset.info [Amiga] 238 480 49.6% -lh5- 7866 Nov 7 2022 Anaiis/icons/WB1.3/usbstart.info [Amiga] 284 575 49.4% -lh5- 0cb5 Nov 7 2022 Anaiis/icons/WB1.3/usbstop.info [Amiga] 254 628 40.4% -lh5- 2c31 Nov 7 2022 Anaiis/icons/WB2.0.info [Amiga] 394 572 68.9% -lh5- 4d5b Nov 7 2022 Anaiis/icons/WB2.0/Anaiis.info [Amiga] 312 594 52.5% -lh5- 8266 Apr 22 2024 Anaiis/icons/WB2.0/usbrefresh.info [Amiga] 323 576 56.1% -lh5- c50c Nov 7 2022 Anaiis/icons/WB2.0/usbreset.info [Amiga] 238 480 49.6% -lh5- c6e8 Nov 7 2022 Anaiis/icons/WB2.0/usbstart.info [Amiga] 322 1919 16.8% -lh5- dd5d Nov 7 2022 Anaiis/icons/WB2.0/usbstop.info [Amiga] 3141 7424 42.3% -lh5- 543b Oct 29 2022 Anaiis/Install.readme [Amiga] 456 1852 24.6% -lh5- d37f Sep 22 21:07 Anaiis/install_drivers [Amiga] 198 834 23.7% -lh5- eda0 Jul 31 2023 Anaiis/Install_drivers.info [Amiga] 660 2689 24.5% -lh5- 631d Mar 5 2023 Anaiis/install_me [Amiga] 198 834 23.7% -lh5- eda0 Nov 20 2022 Anaiis/Install_me.info [Amiga] 922 1739 53.0% -lh5- 18e0 Mar 24 2013 Anaiis/playhid.readme ---------- ----------- ------- ------- ------ ---------- ------------ ------------- Total 78 files 250720 491722 51.0% Dec 1 23:48 Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminet aminet net>