def test_ti99_images
sniff_url("ftp://ftp.whtech.com/emulators/pc99/games/virus.dsk",Pc99SD,Ti99Fms,[
{:filename=>"LOAD",:listing_starts_with=>"100 CALL CLEAR :: DISPLAY AT(1,3):\"V I R U S A T T A C K !\"\n110 DISPLAY AT(10,1):\"1 - PLAY THE GAME\" :: DISPLAY AT(13,1):\"2 - INSTRUCTIONS\"\n"}
])
sniff_url("http://disk-images.jamtronix.com/ti99/tigercub/Tigercub%201207%20-%20Rle%20Pictures%20(19xx)(Tigercub%20Software)(PD).dsk.gz",V9T9Dsk,Ti99Fms,[
{:filename=>"ALIEN",:can_execute=>:to_picture},
])
sniff_url("ftp://ftp.whtech.com/emulators/pc99/Gif%20images%20and%20G99/G99PICS1.DSK",Pc99SD,Ti99Fms,[
{:filename=>"55CHEVY",:can_execute=>:to_picture},
])
sniff_url("ftp://ftp.whtech.com/sprites/SPRDEF2.TIDisk",V9T9Dsk,Ti99Fms)
sniff_url("ftp://ftp.whtech.com/emulators/v9t9/Funnelweb/FW80-1.dsk",V9T9Dsk,Ti99Fms)
sniff_url("ftp://ftp.whtech.com/emulators/pc99/tiartist/solar_p.dsk",Pc99DD,Ti99Fms,[
{:filename=>"CHART/F_P",:expected_native_file_type=>TiArtistPattern,:can_execute=>:to_picture},
])
sniff_url("ftp://ftp.whtech.com/emulators/pc99/tiartist/tia%232.dsk",Pc99DD,Ti99Fms,[
{:filename=>"TETRIS_P"},
{:filename=>"PICTURE_C",:expected_native_file_type=>TiArtistColours},
{:filename=>"PICTURE_P",:expected_native_file_type=>TiArtistPattern,:can_execute=>:to_picture},
{:filename=>"CAR1_P",:expected_native_file_type=>TiArtistPattern,:can_execute=>:to_picture},
{:filename=>"TETIT_P",:expected_native_file_type=>TiArtistPattern,:can_execute=>:to_picture},
])
sniff_url("ftp://ftp.whtech.com/emulators/pc99/games/games23.dsk",Pc99SD,Ti99Fms,
[{:filename=>"4AFLYERDOC",:text_starts_with=>"4A Flyer by John M. Phillips or...DA PLANE, DA PLANE!\n________\nFasten your seat belt and prepare for takeoff with 4A Flyer! You are the pilot"}]
)
end