Mercurial > public > hwos_code
comparison src/comm.asm @ 50:ec4d8503ec45
NEW: user-selectable color schemes
author | heinrichsweikamp |
---|---|
date | Fri, 27 Sep 2013 23:45:57 +0200 |
parents | 1ab317814dd7 |
children | 00636132cca6 |
comparison
equal
deleted
inserted
replaced
49:fe01bbaf6014 | 50:ec4d8503ec45 |
---|---|
226 ; NOTE: Bootloader is Bank0. With buffer at address 0x200. | 226 ; NOTE: Bootloader is Bank0. With buffer at address 0x200. |
227 goto 0x1FDF0 ; And pray... | 227 goto 0x1FDF0 ; And pray... |
228 | 228 |
229 comm_send_firmware_failed: | 229 comm_send_firmware_failed: |
230 WIN_SMALL comm_string_column, comm_string_row | 230 WIN_SMALL comm_string_column, comm_string_row |
231 TFT_WARNINGS_COLOR | 231 call TFT_warnings_color |
232 STRCPY_PRINT "Checksum failed" | 232 STRCPY_PRINT "Checksum failed" |
233 | 233 |
234 comm_send_firmware_abort: | 234 comm_send_firmware_abort: |
235 | 235 |
236 movlw 0xFF ; send ABORTED byte. | 236 movlw 0xFF ; send ABORTED byte. |