From 61e40b1cbfaa14b29277ae274f0bc5cbedef3758 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 26 Jan 2017 12:17:04 -0600 Subject: [PATCH] showing row and colum drawing i optimized it to only draw at the end of walk. this explains why it is much slower than it was before --- src/lib/16_tail.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/16_tail.c b/src/lib/16_tail.c index 41379e32..81b1d595 100755 --- a/src/lib/16_tail.c +++ b/src/lib/16_tail.c @@ -388,6 +388,11 @@ void walktypeinfo(player_t *player, word pn) } } +// +// for mary4 (XT) +// this is from my XT's BIOS +// http://www.phatcode.net/downloads.php?id=101 +// void turboXT(byte bakapee) { //byte bakapee = 12; -- 2.39.2