Skip to content

Commit

Permalink
Add missing files.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 30, 2023
1 parent 3e47d66 commit a548471
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.obj
.git
streams
.*\.flux
.*\.img
Expand Down
6 changes: 6 additions & 0 deletions src/gui/drivetypes/40track.textpb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
comment: '8", 5.25" or 3.5" 40 track'

drive {
drive_type: DRIVETYPE_40TRACK
}

5 changes: 5 additions & 0 deletions src/gui/drivetypes/80track.textpb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
comment: '8", 5.25" or 3.5" 80 track'

drive {
drive_type: DRIVETYPE_80TRACK
}

0 comments on commit a548471

Please sign in to comment.