Mercurial > public > hwos_code
comparison src/simulator.asm @ 480:ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
author | heinrichsweikamp |
---|---|
date | Mon, 06 Feb 2017 16:26:36 +0100 |
parents | 9edb1359ce43 |
children | 377d958252fb |
comparison
equal
deleted
inserted
replaced
479:34e73dc68799 | 480:ad8acade5567 |
---|---|
646 STRCAT_PRINT "m" | 646 STRCAT_PRINT "m" |
647 | 647 |
648 ; Show deco mode | 648 ; Show deco mode |
649 WIN_TOP .155 | 649 WIN_TOP .155 |
650 lfsr FSR2,buffer | 650 lfsr FSR2,buffer |
651 movff opt_dive_mode,lo ; 0=OC, 1=CC, 2=Gauge, 3=Apnea | 651 movff opt_dive_mode,lo ; 0=OC, 1=CC, 2=Gauge, 3=Apnea, 4=PSCR |
652 call TFT_display_decotype_surface1 | 652 call TFT_display_decotype_surface1 |
653 | 653 |
654 ;---- Display model | 654 ;---- Display model |
655 movff char_I_deco_model,WREG | 655 movff char_I_deco_model,WREG |
656 iorwf WREG | 656 iorwf WREG |