mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 04:30:18 +00:00
Merge branch 'master' of https://github.com/a2-4am/4cade
This commit is contained in:
commit
7fa75e7269
@ -2727,8 +2727,10 @@ hdddataend
|
||||
} ;allow_trees
|
||||
} ;load_high
|
||||
} else { ;reloc > $c000
|
||||
!if ((dataend + $ff) & -256) < reloc {
|
||||
!serious "initial reloc too high, adjust to ", (0 - (((dataend + $ff) & -256) - reloc)) & $ffff
|
||||
!if ((dataend + $ff) & -256) != 0 {
|
||||
!if ((dataend + $ff) & -256) < reloc {
|
||||
!serious "initial reloc too high, adjust to ", (0 - (((dataend + $ff) & -256) - reloc)) & $ffff
|
||||
} ;dataend
|
||||
} ;dataend
|
||||
!if load_high = 1 {
|
||||
!if (((dataend + $ff) & -256) & $ffff) != 0 {
|
||||
@ -2807,8 +2809,10 @@ hdddataend
|
||||
} ;allow_trees
|
||||
} ;load_high
|
||||
} else { ;reloc > $c000
|
||||
!if ((hdddataend + $ff) & -256) < reloc {
|
||||
!serious "initial reloc too high, adjust to ", (0 - (((hdddataend + $ff) & -256) - reloc)) & $ffff
|
||||
!if ((hdddataend + $ff) & -256) != 0 {
|
||||
!if ((hdddataend + $ff) & -256) < reloc {
|
||||
!serious "initial reloc too high, adjust to ", (0 - (((hdddataend + $ff) & -256) - reloc)) & $ffff
|
||||
} ;hdddataend
|
||||
} ;hdddataend
|
||||
!if load_high = 1 {
|
||||
!if enable_floppy = 0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user