angelo@cs.kun.nl (Angelo Melis) (01/15/91)
There is a small problem with this program, because the program loads only the modules with filetype 1,2 and &501 but !Tracker ( the player from the serial port ) uses filetype &CB6. I thought that this filetype was give to the serial port by acorn for the modules ( and &CB5 for the samples ). So I changed the program a bit so that it will load the new modules too. The change is in !RunImage at line 1020 : 1020 case 1, 2, &501 : ......... is 1020 case 1, 2, &501, &CB6 : ....... and the program will load the modules with the new filetype too. I hope this will help everybody who uses !Tracker and the modules with the new filetype. ( I know of a !Player who uses the new filetype too ). Bye, Angelo. email : angelo@cs.kun.nl