General Cleanup, Implemented DMA Allocation
[tpg/acess2.git] / Kernel / modules.c
index 71d76d4..b1d858c 100644 (file)
@@ -175,6 +175,12 @@ int Module_LoadFile(char *Path, char *ArgString)
                return 0;
        }
        
+       Log("Initialising %p '%s' v%i.%i...",
+                               info,
+                               info->Name,
+                               info->Version>>8, info->Version & 0xFF
+                               );
+       
        // Call Initialiser
        //if( info->Init( ArgString ) != 0 )
        if( info->Init( NULL ) == 0 )

UCC git Repository :: git.ucc.asn.au