You could try writing a little FOR loop in basic to PEEK the memory and print the contents.
Perhaps something like FOR I=62000 TO 65535: PRINT CHR( PEEK(I)); : NEXT then look for something readable like "Option ROM (C) 1986 Club100" ... or whatever. You might need to change the starting and ending addresses. Good luck, Douglas > On Mar 12, 2017, at 8:56 AM, hargarg trurthsr <fungus...@outlook.com> wrote: > Is there any way to figure out > what the rom is from basic ? >