From 293a561ab218fb1ca059d6bc3e94b90ec51dd88a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 5 Jul 2020 15:01:59 -0400 Subject: [PATCH] Fix SDC tests --- tests/z80/test_sdc.fs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/z80/test_sdc.fs b/tests/z80/test_sdc.fs index 07e1561..7abb114 100644 --- a/tests/z80/test_sdc.fs +++ b/tests/z80/test_sdc.fs @@ -1,8 +1,9 @@ 212 LOAD ( z80a ) -: SDC_SPI 4 ; -: SDC_CSLOW 5 ; -: SDC_CSHIGH 6 ; -602 616 LOADR ( sdc ) +: SPI_DATA 4 ; +: SPI_CSLOW 5 ; +: SPI_CSHIGH 6 ; +596 LOAD ( spi ) +603 616 LOADR ( sdc ) 0x0000 0x00 _crc16 0x0000 #eq 0x0000 0x01 _crc16 0x1021 #eq