From e479eac6af7326f1dbaa810051147d4d6b882e4d Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 23 Jan 2017 13:59:35 -0500 Subject: [PATCH] r4 --- README.md | 2 +- src/4live.a | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 864f6c8..aba9cd9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ### Memory usage -When you first run 4LIVE, it will load only a small code stub in low memory, at $023B. This stub will load the rest of 4LIVE directly into LC RAM bank 1. Thereafter, 4LIVE uses $0309-$03CF in main memory and $D000-$DFFF in LC RAM bank 1. 4LIVE never uses LC RAM bank 2, auxiliary memory, or any other region in main memory. +When you first run 4LIVE, it will load only a small code stub in low memory, at $0232. This stub will load the rest of 4LIVE directly into LC RAM bank 1. Thereafter, 4LIVE uses $0309-$03CF in main memory and $D000-$DFFF in LC RAM bank 1. 4LIVE never uses LC RAM bank 2, auxiliary memory, or any other region in main memory. ## For users diff --git a/src/4live.a b/src/4live.a index d292080..d95e36b 100644 --- a/src/4live.a +++ b/src/4live.a @@ -1508,7 +1508,7 @@ SecondLine !fill WIDTH * 7, SPACE !text " 4LIVE by 4am && qkumba " !fill WIDTH, SPACE - !text " Revision 03 / Serial number 170112 " + !text " Revision 04 / Serial number 170123 " !fill WIDTH * 2, SPACE !text " https://github.com/a2-4am/4live " !fill WIDTH * 9, SPACE