Skip to content

Commit b6f5022

Browse files
committed
13-7-2025 - Minor
1 parent ca5ef46 commit b6f5022

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

arch/m68k-amiga/boot/romlog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Idx Name Size VMA LMA File off Algn
2-
0 .rom 0007e5f4 00f80000 00f80000 00082000 2**2
3-
1 .ext 0007eba6 00e00000 00e00000 00002000 2**2
2+
0 .rom 00078d90 00f80000 00f80000 0007c000 2**2
3+
1 .ext 0007848e 00e00000 00e00000 00002000 2**2

rom/filesys/fat/main.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ LONG handler(struct ExecBase *SysBase)
178178
ReplyPacket(dp, SysBase);
179179

180180
//Force a DoDiskInsert regardless if Disk is present
181-
DoDiskInsert(glob);
181+
//DoDiskInsert(glob);
182+
183+
ProcessDiskChange(glob);
182184

183185
D(bug("[FAT] [%s] Handler init finished, starting Main Loop\n",__FUNCTION__ ));
184186

@@ -251,8 +253,7 @@ static LONG InitDiskHandler(struct Globals *glob)
251253
D(bug("[FAT] [%s] Device successfully opened\n",__FUNCTION__ ));
252254
Probe64BitSupport(glob);
253255

254-
if ((glob->diskchgreq =
255-
AllocVec(sizeof(struct IOExtTD), MEMF_PUBLIC)))
256+
if ((glob->diskchgreq = AllocVec(sizeof(struct IOExtTD), MEMF_PUBLIC)))
256257
{
257258
CopyMem(glob->diskioreq, glob->diskchgreq,
258259
sizeof(struct IOExtTD));

0 commit comments

Comments
 (0)