How to run ‘Real Programmer’ Mel Kaye's Blackjack for the LGP-30 |
|
Background | |
Prerequisites |
SIMH multi-machine simulator by Robert Supnik et al. bkjck.tx paper tape image from the Computer Museum of the Faculty for Computer Sciences at the University of Stuttgart. Unfortunately this a plain hex dump in ‘10.4’ format, so it provides no insight into the code. On the bright side, SIMH can read this directly. (On a real computer, a hand-entered bootstrap would read a loader from paper tape which would then read this paper tape.) |
Setup |
Run the LGP-30 simulator (probably called lgp or simh-lgp). Enter the SIMH commands:
sim> load bkjck.tx |
Play |
The game displays your cards on the left and the dealer's card on the right, and then asks whether you want another card. For example:
5 - c| 7 - s The backtick ` (which incidentally comes from SIMH, not the game itself) indicates that the simulated Flexowriter is ready for input. Type yes if you want another card, and no if you don't; then press the apostrophe ' which is the LGP-30's equivalent of an Enter key. The game will deal another card and prompt again until you either enter no or reach or exceed 21. Then it will deal the dealer's cards, and report the results.
Card? `yes' 9 - s |
End |
To leave SIMH, press Control-E to stop the simulation and enter:
sim> bye |
More |
Stuttgart has more paper tape images. Bitsavers has LGP-30 documentation under royalPrecision. |