Skip to content

Play-Zone/D64Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D64Reader

C# to parse the contents of a .D64 (C64 Disk Image) file

Just open a file and pass it as a byte-array to the class

var data = System.IO.File.ReadAllBytes(Server.MapPath("~/App_Data/DemoDisk.d64"));

var reader = new D64Reader(data);

var diskName = reader.DiskName;

About

C# to parse the contents of a .D64 (C64 Disk Image) file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages