mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-29 11:51:14 +00:00
Fixed Atari boot disk so it's recognized again
This commit is contained in:
parent
334fc3644c
commit
d23f1abda7
@ -653,6 +653,18 @@ class BootDiskImage(AtariDosDiskImage):
|
||||
if bload < 0x200 or bload > (0xc000 - (nsec * self.header.sector_size)):
|
||||
raise InvalidDiskImage("Bad boot load address")
|
||||
|
||||
def get_vtoc(self):
|
||||
pass
|
||||
|
||||
def get_directory(self, directory=None):
|
||||
pass
|
||||
|
||||
def get_vtoc_segments(self):
|
||||
return []
|
||||
|
||||
def get_directory_segments(self):
|
||||
return []
|
||||
|
||||
|
||||
def get_xex(segments, runaddr=None):
|
||||
total = 2
|
||||
|
Loading…
Reference in New Issue
Block a user