menu: replace AVR with MCU in labels

This commit is contained in:
Maximilian Rehkopf
2012-07-03 20:43:48 +02:00
parent 1b77a6e7fa
commit 247e6591c4
6 changed files with 30 additions and 30 deletions

View File

@@ -47,7 +47,7 @@ sysinfo_printloop:
sep #$20 : .as
rep #$10 : .xl
lda #CMD_SYSINFO
sta @AVR_CMD
sta @MCU_CMD
lda #^SYSINFO_BLK
ldx #!SYSINFO_BLK
sta print_bank
@@ -130,5 +130,5 @@ sysinfo_printloop:
+ plp
jsr restore_screen
lda #$00
sta @AVR_CMD
sta @MCU_CMD
rtl