-bug with memory leak

This commit is contained in:
Tolik 2024-07-07 05:18:48 +10:00
parent 675bfbf556
commit 58c4d075f0
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 990f10e80278825f071f5795a5ba459dec0f991f
Subproject commit 04aaef8ac955971d913babd95921a62937b597ae

View File

@ -1055,10 +1055,11 @@ SETUP_RAM_DRIVES:
XOR A
LD C,BIOS.GET_RAMD_ST
RST ToBIOS
JR C,.set_block
OR A
JR Z,.set_block
; ®á¢®¡®¤¨âì à ¬¤¨áª
XOR A
LD C,BIOS.RAMD_CLEAR
LD C,BIOS.FreeMemRMD
RST ToBIOS
; set disk e:
.set_block: LD A,(Load_IMAGE_File.MEM_BLK)