From 303b34b4832886639d3fc4300af73feca9963b04 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 14 May 2020 11:36:10 -0400 Subject: [PATCH] ti84: adapt recipe to single stage xcomp --- recipes/ti84/Makefile | 2 +- recipes/ti84/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ti84/Makefile b/recipes/ti84/Makefile index 67baec3..7700de6 100644 --- a/recipes/ti84/Makefile +++ b/recipes/ti84/Makefile @@ -1,4 +1,4 @@ -TARGET = stage1.bin +TARGET = os.bin BASEDIR = ../.. FDIR = $(BASEDIR)/forth EDIR = $(BASEDIR)/emul diff --git a/recipes/ti84/README.md b/recipes/ti84/README.md index f601318..868ab79 100644 --- a/recipes/ti84/README.md +++ b/recipes/ti84/README.md @@ -38,7 +38,7 @@ screen as output and its builtin keyboard as input. ## Build the ROM -Running `make` will result in `stage1.rom` being created. +Running `make` will result in `os.rom` being created. ## Emulate