Browse Source

Fix SDC tests

master
Virgil Dupras 3 years ago
parent
commit
293a561ab2
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      tests/z80/test_sdc.fs

+ 5
- 4
tests/z80/test_sdc.fs View File

@@ -1,8 +1,9 @@
212 LOAD ( z80a ) 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 0x00 _crc16 0x0000 #eq
0x0000 0x01 _crc16 0x1021 #eq 0x0000 0x01 _crc16 0x1021 #eq


Loading…
Cancel
Save