mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-29 11:51:14 +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):
|
def check_sane(self):
|
||||||
if not self.all_sane:
|
if not self.all_sane:
|
||||||
raise InvalidDiskImage("Doesn't seem to be KBoot header")
|
raise InvalidDiskImage("Doesn't seem to be KBoot header")
|
||||||
|
|
||||||
|
def get_vtoc(self):
|
||||||
|
pass
|
||||||
|
|
||||||
def get_directory(self):
|
def get_directory(self):
|
||||||
dirent = KBootDirent(self)
|
dirent = KBootDirent(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user