Browse Source

Free some space for xcomp core low

pull/102/head
Virgil Dupras 4 years ago
parent
commit
d6a3e79394
10 changed files with 9 additions and 9 deletions
  1. +0
    -1
      blk/415
  2. +1
    -0
      blk/420
  3. +0
    -0
      blk/421
  4. +0
    -0
      blk/422
  5. +0
    -0
      blk/423
  6. +0
    -0
      blk/424
  7. +2
    -2
      emul/xcomp.fs
  8. +2
    -2
      recipes/rc2014/xcomp.fs
  9. +2
    -2
      recipes/ti84/xcomp.fs
  10. +2
    -2
      recipes/trs80/xcomp.fs

+ 0
- 1
blk/415 View File

@@ -1 +0,0 @@
1 4 LOADR+

+ 1
- 0
blk/420 View File

@@ -0,0 +1 @@
1 4 LOADR+ ( xcomp core high )

blk/416 → blk/421 View File


blk/417 → blk/422 View File


blk/418 → blk/423 View File


blk/419 → blk/424 View File


+ 2
- 2
emul/xcomp.fs View File

@@ -13,10 +13,10 @@
CURRENT @ XCURRENT !

282 LOAD ( boot.z80 )
393 LOAD ( icore low )
393 LOAD ( xcomp core low )
: (emit) 0 PC! ;
: (key) 0 PC@ ;
415 LOAD ( icore high )
420 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !


+ 2
- 2
recipes/rc2014/xcomp.fs View File

@@ -20,10 +20,10 @@ RAMSTART 0x70 + CONSTANT ACIA_MEM
CURRENT @ XCURRENT !

282 LOAD ( boot.z80 )
393 LOAD ( icore low )
393 LOAD ( xcomp core low )
352 LOAD ( acia )
372 381 LOADR ( sdc )
415 LOAD ( icore high )
420 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !


+ 2
- 2
recipes/ti84/xcomp.fs View File

@@ -66,11 +66,11 @@ CURRENT @ XCURRENT !

0x100 BIN( !
282 LOAD ( boot.z80 )
393 LOAD ( icore low )
393 LOAD ( xcomp core low )
CREATE ~FNT CPFNT3x5
555 560 LOADR ( LCD low )
566 570 LOADR ( KBD low )
415 LOAD ( icore high )
420 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !


+ 2
- 2
recipes/trs80/xcomp.fs View File

@@ -15,8 +15,8 @@ CURRENT @ XCURRENT !
0x3000 BIN( !
282 LOAD ( boot.z80 )
492 LOAD ( trs80.z80 )
393 LOAD ( icore low )
415 LOAD ( icore high )
393 LOAD ( xcomp core low )
420 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !


Loading…
Cancel
Save