Browse Source

recipes/ti84: move recipe blocks into local overlay

master
Virgil Dupras 3 years ago
parent
commit
475171d07b
23 changed files with 18 additions and 8 deletions
  1. +2
    -0
      .gitignore
  2. +1
    -1
      blk/001
  3. +1
    -0
      recipes/.gitignore
  4. +12
    -5
      recipes/ti84/Makefile
  5. +0
    -0
      recipes/ti84/blk/600
  6. +0
    -0
      recipes/ti84/blk/601
  7. +0
    -0
      recipes/ti84/blk/602
  8. +0
    -0
      recipes/ti84/blk/603
  9. +0
    -0
      recipes/ti84/blk/604
  10. +0
    -0
      recipes/ti84/blk/605
  11. +0
    -0
      recipes/ti84/blk/606
  12. +0
    -0
      recipes/ti84/blk/607
  13. +0
    -0
      recipes/ti84/blk/608
  14. +0
    -0
      recipes/ti84/blk/609
  15. +0
    -0
      recipes/ti84/blk/610
  16. +0
    -0
      recipes/ti84/blk/614
  17. +0
    -0
      recipes/ti84/blk/615
  18. +0
    -0
      recipes/ti84/blk/616
  19. +0
    -0
      recipes/ti84/blk/617
  20. +0
    -0
      recipes/ti84/blk/618
  21. +0
    -0
      recipes/ti84/blk/619
  22. +0
    -0
      recipes/ti84/blk/620
  23. +2
    -2
      recipes/ti84/xcomp.fs

+ 2
- 0
.gitignore View File

@@ -1 +1,3 @@
*.o
*.core
memdump

+ 1
- 1
blk/001 View File

@@ -8,7 +8,7 @@ MASTER INDEX
280 Z80 boot code 350 Core words
410 PS/2 keyboard subsystem 420 SD Card subsystem
440-519 unused 520 Fonts
550 TI-84+ Recipe 580-649 unused
550-649 unused
650 AVR assembler 690 AVR SPI programmer
700-729 unused 730 8086 assembler
800 8086 boot code 830 PC/AT recipe

+ 1
- 0
recipes/.gitignore View File

@@ -5,3 +5,4 @@
*.rom
*.8xu
*.sms
blkfs

+ 12
- 5
recipes/ti84/Makefile View File

@@ -1,14 +1,21 @@
TARGET = os.bin
BASEDIR = ../..
CDIR = $(BASEDIR)/cvm
BASE = ../..
CDIR = $(BASE)/cvm
STAGE = $(CDIR)/stage
EMUL = $(BASEDIR)/emul/hw/ti/ti84
BLKPACK = $(BASE)/tools/blkpack
EMUL = $(BASE)/emul/hw/ti/ti84
MKTIUPGRADE = mktiupgrade

.PHONY: all
all: $(TARGET)
$(TARGET): xcomp.fs $(STAGE)
cat xcomp.fs | $(STAGE) > $@
$(TARGET): xcomp.fs $(STAGE) blkfs
$(STAGE) blkfs < xcomp.fs > $@

$(BLKPACK):
$(MAKE) -C ../tools

blkfs: $(BLKPACK)
$(BLKPACK) $(BASE)/blk blk > $@

$(STAGE):
$(MAKE) -C $(CDIR) stage


blk/550 → recipes/ti84/blk/600 View File


blk/551 → recipes/ti84/blk/601 View File


blk/552 → recipes/ti84/blk/602 View File


blk/553 → recipes/ti84/blk/603 View File


blk/554 → recipes/ti84/blk/604 View File


blk/555 → recipes/ti84/blk/605 View File


blk/556 → recipes/ti84/blk/606 View File


blk/557 → recipes/ti84/blk/607 View File


blk/558 → recipes/ti84/blk/608 View File


blk/559 → recipes/ti84/blk/609 View File


blk/560 → recipes/ti84/blk/610 View File


blk/564 → recipes/ti84/blk/614 View File


blk/565 → recipes/ti84/blk/615 View File


blk/566 → recipes/ti84/blk/616 View File


blk/567 → recipes/ti84/blk/617 View File


blk/568 → recipes/ti84/blk/618 View File


blk/569 → recipes/ti84/blk/619 View File


blk/570 → recipes/ti84/blk/620 View File


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

@@ -64,8 +64,8 @@ CURRENT @ XCURRENT !
283 335 LOADR ( boot.z80 )
353 LOAD ( xcomp core low )
CREATE ~FNT CPFNT3x5
555 560 LOADR ( LCD low )
566 570 LOADR ( KBD low )
605 610 LOADR ( LCD low )
616 620 LOADR ( KBD low )
380 LOAD ( xcomp core high )
(entry) _
( Update LATEST )


Loading…
Cancel
Save