mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-12-02 00:51:41 +00:00
Added missing method for KBoot
This commit is contained in:
parent
f04db6bf29
commit
9e1e60420c
@ -42,6 +42,9 @@ class KBootImage(AtariDosDiskImage):
|
|||||||
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)
|
||||||
if not dirent.is_sane:
|
if not dirent.is_sane:
|
||||||
|
Loading…
Reference in New Issue
Block a user