From 46fb8226bf168a4eee0e43250f444c9e012cda9e Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 16 Apr 2024 16:10:20 -0500 Subject: [PATCH] Update to move PokerDice.asm --- src/altair8800/{ => cpm}/PokerDice.asm | 1 - 1 file changed, 1 deletion(-) rename src/altair8800/{ => cpm}/PokerDice.asm (92%) diff --git a/src/altair8800/PokerDice.asm b/src/altair8800/cpm/PokerDice.asm similarity index 92% rename from src/altair8800/PokerDice.asm rename to src/altair8800/cpm/PokerDice.asm index d448310..e4a7024 100644 --- a/src/altair8800/PokerDice.asm +++ b/src/altair8800/cpm/PokerDice.asm @@ -299,7 +299,6 @@ PRINTC OUT 1H ; Output the character at the current address to the console RET -SAVE_HL DW 0 WELCOME DB "Welcome to the gambling halls of Mooreheim!", 0H YOUROLLED DB "You rolled:", CR, LF, 0H TRANSLATION DB "Poker dice translations: 1: 9, 2: 10, 3: J, 4: Q, 5: K, 6: A", CR, LF, 0H