C64: Add disk builder to project.

This commit is contained in:
Anthony Konzel 2016-03-09 19:53:41 -06:00
parent 9557a25301
commit bd7e10af6b
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@
<Compile Include="Computers\Commodore64\Cassette\CassettePortDevice.cs" />
<Compile Include="Computers\Commodore64\Cassette\TapeDrive.cs" />
<Compile Include="Computers\Commodore64\C64FormatFinder.cs" />
<Compile Include="Computers\Commodore64\Media\DiskBuilder.cs" />
<Compile Include="Computers\Commodore64\Media\Tape.cs" />
<Compile Include="Computers\Commodore64\Media\PRG.cs" />
<Compile Include="Computers\Commodore64\Cartridge\CartridgeDevice.cs" />