mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-01-16 18:32:35 +00:00
Added missing method for KBoot
This commit is contained in:
parent
f04db6bf29
commit
9e1e60420c
@ -41,6 +41,9 @@ class KBootImage(AtariDosDiskImage):
|
||||
def check_sane(self):
|
||||
if not self.all_sane:
|
||||
raise InvalidDiskImage("Doesn't seem to be KBoot header")
|
||||
|
||||
def get_vtoc(self):
|
||||
pass
|
||||
|
||||
def get_directory(self):
|
||||
dirent = KBootDirent(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user