We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a1e520 + 3e77e9b commit 6a9c3b8Copy full SHA for 6a9c3b8
source/kernel/bank4/partit.mac
@@ -4488,7 +4488,7 @@ MAPDRV_NOGETCUR:
4488
ld hl,0
4489
ld (MAPDRV_SEC),hl
4490
ld (MAPDRV_SEC+2),hl
4491
- jr MAPDRV_GOTPAR
+ jr MAPDRV_GOT_PAR_SEC
4492
MAPDRV_NOP0:
4493
4494
;* If partition number is 2 to 4, convert it to primary or logical
@@ -4549,6 +4549,7 @@ MAPDRV_GOTPAR:
4549
4550
ld (MAPDRV_SEC),de
4551
4552
+MAPDRV_GOT_PAR_SEC:
4553
4554
;* Perform the mapping
4555
0 commit comments