Add double $c08b write to langcard tests

This commit is contained in:
Zellyn Hunter 2017-03-01 21:18:04 -05:00
parent f2e7354f92
commit c5e87ab55d
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -316,6 +316,8 @@ LANGCARDTESTS_NO_CHECK:
!byte $53, $60, $54, $22, $61 ;
!byte $0b, $8b, $0b, $ff ; Read $C08B, write $C08B, read $C08B (read RAM bank 1, no write)
!byte $11, $33, $11, $22, $33 ; (this one is tricky: reset WRTCOUNT by writing halfway)
!byte $8b, $8b, $0b, $ff ; Write $C08B, write $C08B (read RAM bank 1, no write)
!byte $11, $33, $11, $22, $33 ;
!byte $ff
nop ; Provide clean break after data when viewing disassembly