From 229c37b4300394b837e48dd30b0d1e5a4ab49b93 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Fri, 10 Sep 2010 19:11:48 -0700 Subject: Lazy, slow hack to FETCHW and FETCHWI becuase I forgot about endianness --- testbenches/zexdoc.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testbenches') diff --git a/testbenches/zexdoc.z80 b/testbenches/zexdoc.z80 index 327e200..efb9c6b 100644 --- a/testbenches/zexdoc.z80 +++ b/testbenches/zexdoc.z80 @@ -90,7 +90,7 @@ loop: ld a,(hl) ; end of list ? dec hl call stt jp loop - + done: ld de,msg2 call writestr jp 0 ; warm boot -- cgit v1.2.3