From 6df58494061bcaaa62a5fd2d49876fcd092f1449 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Sat, 12 Mar 2016 15:29:58 +0700 Subject: [PATCH] Test both PTR and TTY scenarios --- pymlac/dumpmem.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pymlac/dumpmem.test b/pymlac/dumpmem.test index 68acd81..57d26f8 100644 --- a/pymlac/dumpmem.test +++ b/pymlac/dumpmem.test @@ -1,2 +1,3 @@ # loads executable tape and dumps 0100+4 -bootrom ptr; mount ptr dumpmem_test.ptp; setreg pc 040; rununtil 0; dumpmem dumpmem_test.dump 0100,0104 +bootrom ptr; mount ptr dumpmem_test_c8lds.ptp; setreg pc 040; rununtil 0; dumpmem dumpmem_test.dump 0100,0110 +#bootrom tty; mount ttyin dumpmem_test_c8lds.ptp; setreg pc 040; rununtil 0; dumpmem dumpmem_test.dump 0100,0110