mirror of
https://github.com/Tolik-Trek/Spectrum.EXE.git
synced 2026-06-15 00:51:36 +03:00
-bug with memory leak
This commit is contained in:
parent
675bfbf556
commit
58c4d075f0
@ -1 +1 @@
|
|||||||
Subproject commit 990f10e80278825f071f5795a5ba459dec0f991f
|
Subproject commit 04aaef8ac955971d913babd95921a62937b597ae
|
||||||
@ -1055,10 +1055,11 @@ SETUP_RAM_DRIVES:
|
|||||||
XOR A
|
XOR A
|
||||||
LD C,BIOS.GET_RAMD_ST
|
LD C,BIOS.GET_RAMD_ST
|
||||||
RST ToBIOS
|
RST ToBIOS
|
||||||
JR C,.set_block
|
OR A
|
||||||
|
JR Z,.set_block
|
||||||
; ®á¢®¡®¤¨âì à ¬¤¨áª
|
; ®á¢®¡®¤¨âì à ¬¤¨áª
|
||||||
XOR A
|
XOR A
|
||||||
LD C,BIOS.RAMD_CLEAR
|
LD C,BIOS.FreeMemRMD
|
||||||
RST ToBIOS
|
RST ToBIOS
|
||||||
; set disk e:
|
; set disk e:
|
||||||
.set_block: LD A,(Load_IMAGE_File.MEM_BLK)
|
.set_block: LD A,(Load_IMAGE_File.MEM_BLK)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user