mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-19 00:06:04 -08:00
Added MiniScript version of 06_Banner.
This commit is contained in:
@@ -15,5 +15,9 @@ http://www.vintage-basic.net/games.html
|
||||
|
||||
#### Porting Notes
|
||||
|
||||
- The "SET PAGE" input, stored in `O$`, has no effect. It was probably meant as an opportunity for the user to set their pin-feed printer to the top of the page before proceeding.
|
||||
|
||||
- The data values for each character are the bit representation of each horizontal row of the printout (vertical column of a character), plus one. Perhaps because of this +1, the original code (and some of the ports here) are much more complicated than they need to be.
|
||||
|
||||
(please note any difficulties or challenges in porting here)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user